Program not compiling on different PCBecause I want to have it in this way: [code] ifstream in(input_file); if (in==NULL) { cout<<end...
Program not compiling on different PCThanks! If I change the code to: if (in) { and if (plasti_data) { compared to original if (i...
Program not compiling on different PCHey, We have a program, which we are compiling by this particular makefile: COMPILER_CPP = g...
This user does not accept Private Messages