New Reply

C programming compiling syntax errors

 
Share Thread
May15-12, 11:57 PM   #18
 

C programming compiling syntax errors


Quote by AlephZero View Post
Sorry, I'm not a Mac user. Code::Blocks is a nice simple IDE on Windows, and their site says there is a Mac version, Code::Blocks doesn't include its own compiler, so check out the Code::Blocks website to see what Mac C/C++ compilers it can use.
i tried code blocks on windows and it doesnt compile when i clicked on it
May18-12, 12:48 AM   #19
 
i got the compiling to work but read and save to file still dont work on code blocks any suggestions?
May18-12, 04:44 AM   #20
 
Quote by dudforreal View Post
i tried code blocks on windows and it doesnt compile when i clicked on it
CodeBlock is an IDE which needs a compiler for your source files to work with, you can go to Settings -> Compiler and Debugger to see if any compiler is being selected.
May18-12, 05:01 AM   #21
 
Quote by phylotree View Post
CodeBlock is an IDE which needs a compiler for your source files to work with, you can go to Settings -> Compiler and Debugger to see if any compiler is being selected.
i already fixed that issue thanks... the problem is that the read and save to file option still doesn't work even on Code Blocks
May18-12, 09:54 PM   #22
 
When you init, you only initialize make[0]. It probably doesn't matter, but why dont you initialize all of the elements.
May19-12, 09:05 PM   #23
 
read and save to file still not working on code blocks any suggestions?
New Reply

Similar Threads for: C programming compiling syntax errors
Thread Forum Replies
Fortran compiling Help Programming & Comp Sci 4
first time programming ever and my first project has 1-21 errors please help in c++ Engineering, Comp Sci, & Technology Homework 4
Syntax Issues With Verilogger Pro (2001,2005 syntax to 1995 syntax) Engineering, Comp Sci, & Technology Homework 9
Fortran 95 Help ( Compiling errors) Programming & Comp Sci 3
Compiling in Matlab Math & Science Software 2