Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Hello, I am trying to learn some C++ programming using this site: http://newdata.box.sk/bx/c/htm/ch01.htm#Heading19. In that site, it says to compile the first program, but isn't very specific on how to do so. I am using Microsoft Visual C++ 2008 Express Edition but can't figure out how to compile the first program it has me make, hello.cpp. Can someone please help me on how I can compile it? Am I using the right program for this? Is there a better C++ compiler for free that I should use? Please help and thanks in advance.
I don't really like the teach self X in Y days either, I just need some experience with C++ so that I can qualify for doing different things. Thank you very much for this information (video), it helped a lot.
Summary: Hi, I am using pacific c compiler and get that error when compiling. I also used DEVC++ compiler (which can also compile c programs ) and get the error of illegal operation of program. Here is the c...
Summary: I wrote a very simple (my first) c program. when I compile it using the following command: gcc test.c -o ./test I get these error messages: /data1/AIPSDATA/cccOR2AB.o: In function `main': /data1/AIPSD...