Computers |
|
| | #1 (permalink) |
| Junior Techie Join Date: Jun 2006
Posts: 86
| Hehe hi, thanks for at least reading this =) Well I need to know why I'm not able to compile and run this properly #include (stdio.h) int main() { printf( "Hello world.\n" ); getchar(); return 0; } |
| | |
| | #2 (permalink) |
| Software Developer Join Date: Mar 2006 Location: Columbus, OH
Posts: 471
| I think your main problem is that the code you posted is not a C# program -- it's a C program with a syntax error on the first line (replace the parentheses as shown below): Code: #include <stdio.h> |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RAID question? | Ice8168 | Building, Buying, or Upgrading High Performance PC Systems | 15 | 07-20-2007 04:19 PM |
| Front panel header noob question | dwu182 | Hardware Troubleshooting | 5 | 06-23-2007 12:34 AM |
| question about my processor socket | siddanth3 | Building, Buying, or Upgrading High Performance PC Systems | 10 | 04-27-2007 12:14 AM |
| Noob Question | waytoosmall | Computer Audio & Multimedia | 7 | 04-23-2007 06:19 PM |
| Case Fan Question | Shafra | Overclocking, Case Mod, Tweaking PC Performance | 10 | 04-18-2007 05:42 PM |