Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Start Programming In C

  1. #11
    Yeah, the bloodshed compiler on download.com, and codewarrior are both good for beginners, they highlight different types of code, variables and comments and such

  2. #12
    Senior Member
    Join Date
    Mar 2003
    Posts
    245
    Originally posted here by SevenBleach
    Is there a visual C program for windows? Linux?
    No Visual C for Linux. However you if you give the latest KDevelop (GIDEON) a chance and learn how to use it,
    you will get what I think you are asking for.

    I would be commiting a cardinal Unix-hacker sin if I didn't at least suggest that you give emacs a try and learn
    to write your own emacs-lisp customizations for it.

    -- spurious

    Edit: fixed the KDevelop link
    Get OpenSolaris http://www.opensolaris.org/

  3. #13
    Junior Member
    Join Date
    Aug 2003
    Posts
    13
    Here are some good links that I brought up with a google search:

    http://undergraduate.csse.uwa.edu.au...312/Clect1.pdf
    http://www.teicontrols.com/notes/C_P...mmingNotes.pdf
    http://www.oucs.ox.ac.uk/documentati...des/c/l922.pdf
    http://oscinfo.osc.edu/training/C/ccourse_fix.pdf
    http://ei.cs.vt.edu/~csei/project/sf/notes/cprog.pdf
    http://www.strath.ac.uk/IT/Docs/Ccourse/
    http://www.cs.cf.ac.uk/Dave/C/CE.html
    http://www.cprogramming.com/
    http://www.eskimo.com/~scs/cclass/cclass.html
    http://www.lysator.liu.se/c/
    http://www.eskimo.com/~scs/cclass/notes/top.html

    Here are some compiler links:

    http://www.gnu.org/software/gcc/gcc.html
    http://www.delorie.com/djgpp/
    http://http://users.cyberelectric.ne...kCompilers.htm
    http://http://www.willus.com/ccomp.shtml

    A good book that I read a few weeks ago that was good was "A Book on C" by Ira Pohl. If you want to get books on it I would suggest hitting the library up, especially if you live in a city. Another good place is the bargain bins at local bookstores, the basics of C have been the same for a while, older books on it are still good. I picked up a copy of C Unleashed for $7 US. I would also suggest looking in the tutorials forum.

    Hope this helps.

    -libertie

  4. #14

    Tips

    First of all do not ever question the usefulness of C/C++ as programming languages.They r 2 good & if u perfect it u can do anything u want on a pc from a genius software 2 ur own destructive virus.But 4 now i'll tell u to concentrate on basic commands,stuctures,functions etc.The things u wanted 2 make will come by.Tutorials on programmingtutorials.com r quite good.
    Good luck

  5. #15
    Disgruntled Postal Worker fourdc's Avatar
    Join Date
    Jul 2002
    Location
    Vermont, USA
    Posts
    797
    I bought the SAMS book "teach yourself C in 21 days". Using the bloodshed editor/compiler is a great help. (it took 14 days to get through the first 7 days in the book.)

    I don't necessarily have to program, I just want to have clue when I read someone else's source.
    ddddc

    "Somehow saying I told you so just doesn't cover it" Will Smith in I, Robot

  6. #16
    Junior Member
    Join Date
    Nov 2003
    Posts
    6
    Would you recommend learning C, or C++. What is better? I always thought that newer would be better.
    Your Friendly Giant

  7. #17
    Disgruntled Postal Worker fourdc's Avatar
    Join Date
    Jul 2002
    Location
    Vermont, USA
    Posts
    797
    I'm learning C using a C++ compiler (bloodshed). Learning C won't be a waste of time you can progress right into C++.
    ddddc

    "Somehow saying I told you so just doesn't cover it" Will Smith in I, Robot

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •