We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cc493 commit 518ef6dCopy full SHA for 518ef6d
MethodsDevelopmentTranslator.cpp
@@ -28,11 +28,11 @@ using namespace std;
28
int main(int argc, char* argv[])
29
{
30
ifstream fileC;
31
- ofstream fileAnalysis("C:\\Users\\swat5\\source\\repos\\StrongerProgrammer7\\MethodsDevelopmentTranslator\\lexical.txt");
+ ofstream fileAnalysis("lexical.txt");
32
fileC.exceptions(ifstream::badbit);
33
try
34
35
- fileC.open("C:\\Users\\swat5\\source\\repos\\StrongerProgrammer7\\MethodsDevelopmentTranslator\\C.txt");
+ fileC.open("C.txt");
36
37
if (fileC.is_open())
38
0 commit comments