I'm having trouble when I run the exe after compiling both the .cpp files (the folder does not contain other files), I think the problem is related with the use of "string" in...
Is it possible to print "Hello World!" without using an existing I/O library such as iostream or stdio.h (or cstdio)?
Is there any way to use fopen("http://www.some.adress.html", "r") like this? I mean can i open a file wich is not on my pc but on the web?
Do you mean system("Hello World!"); ?
Don't you need to initialize a::x?
How can I do it?