C Beginner Tutorials - NEEDED DESPERATELY

Go4Expert Member
23Aug2011,06:50   #1
Brentatechnologies's Avatar
I have been reading up on C/C++ and need some tutorials that are easy to understand and get put into practical use (My main problem is not seeing any results of what im learning), so if you can help itd be much appreciated
Go4Expert Founder
23Aug2011,09:44   #2
shabbir's Avatar
Try C Tutorials Being compiled on CFanatic.com
Go4Expert Member
23Aug2011,10:12   #3
Brentatechnologies's Avatar
Is there anyway to compile C without a compiler if that makes sense
Go4Expert Founder
23Aug2011,10:50   #4
shabbir's Avatar
Quote:
Originally Posted by Brentatechnologies View Post
Is there anyway to compile C without a compiler if that makes sense
Why do you want to compile C program without a compiler in the first place?
Mentor
23Aug2011,11:16   #5
xpi0t0s's Avatar
Quote:
Originally Posted by Brentatechnologies View Post
Is there anyway to compile C without a compiler if that makes sense
Yes, you can do it manually, but that would be very tedious and if you want to program at that level you'd be better off doing it in machine code. Realistically, no, you need a compiler if you want to compile code (and a linker, and probably some other tools as well such as library manager and IDE, depending on platform).
Brentatechnologies like this
Go4Expert Member
24Aug2011,04:28   #6
Brentatechnologies's Avatar
Alrighty, and I wanted to know this so I can still practice whilst at school, I get really bored during classes
Skilled contributor
25Aug2011,21:29   #7
ManzZup's Avatar
put up a decent compiler, C compilers arent so heavy
John Hoder
26Aug2011,17:10   #8
Scripting's Avatar
Quote:
Originally Posted by ManzZup View Post
put up a decent compiler, C compilers arent so heavy
Yeah, e.g. you can use Dev-C++ , its even portable and pretty small.