Code: Show/Hide #include "stdio.h" int main() { printf("goodbye"); return 0; } |
Contempt+ wrote: |
I can't get DevC++ by Bloodshed or that GCC to work. I can't even install GCC.. Who knows what else I can use that's free? |
Code: Show/Hide C:\Documents and Settings\Admin\Desktop\Test Biller\src\command.cpp(5) : error C2065: 'PacketStruct' : undeclared identifier C:\Documents and Settings\Admin\Desktop\Test Biller\src\command.cpp(5) : error C2065: 'Packet' : undeclared identifier C:\Documents and Settings\Admin\Desktop\Test Biller\src\command.cpp(6) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition |
Code: Show/Hide C:\Documents and Settings\Admin\My Documents\hello.cpp(1) : fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory |
Code: Show/Hide (null) Parse Error, expecting `SEP' 'return 0' |
Contempt+ wrote: | |
Ok, I did that. But it gave me another error:
|
Code: Show/Hide #include <stdio.h> int main() { printf("I will own you in %a seconds!"); return 0; } |
Code: Show/Hide --------------------Configuration: SSBilling2 - Win32 Debug-------------------- Compiling... main.cpp c:\documents and settings\admin\desktop\test biller\src\declares.h(2506) : fatal error C1083: Cannot open include file: 'command.h': No such file or directory command.cpp c:\documents and settings\admin\desktop\test biller\src\command.cpp(5) : error C2065: 'PacketStruct' : undeclared identifier c:\documents and settings\admin\desktop\test biller\src\command.cpp(5) : error C2065: 'Packet' : undeclared identifier c:\documents and settings\admin\desktop\test biller\src\command.cpp(6) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition Error executing cl.exe. SSBilling2.exe - 4 error(s), 0 warning(s) |
Contempt+ wrote: |
but he didn't help me with catid's biller.
|