if you're looking at Turbo C or Cygwin, www.programmingforstarters.com might provide a good platform for beginners with sample codes on basic queries.
for vim users, the website also provides some really useful shortcuts and tricks whereby users can turn the simple vim editor into a powerful programming machine
Comments
if you're looking at Turbo C or Cygwin, www.programmingforstarters.com might provide a good platform for beginners with sample codes on basic queries.
for vim users, the website also provides some really useful shortcuts and tricks whereby users can turn the simple vim editor into a powerful programming machine
C Tutorials online:
=
The GNU C Programming Tutorial
- http://www.linuxtopia.org/online_books/programming...
Learning GNU C
- http://www.linuxtopia.org/online_books/programming...
=
Code::Blocks == Open Source C/C++ IDE
- - codeblocks-10.05mingw-setup.exe
- http://www.codeblocks.org/downloads/binaries
This is a good tutorial:
http://www.cprogramming.com/tutorial.html#ctutoria...
(no, it's a GREAT tutorial).
Try this page:
http://www.freeprogrammingresources.com/cppcomp.ht...
for more resources.
http://publications.gbdirect.co.uk/c_book/
Also the book by Bjarne Stroustrup is essential