monitoring
+ Reply to Thread
Results 1 to 10 of 10

Thread: Learning programing want to help!

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Posts
    2,050
    thanks for the tips. what compilers are best for coding in C/C+/C++?
    Dev-C++ is the most widely used free C[++] compiler, and Microsoft Visual C++ is the most widely used paid-for compiler. MSVC++ offers more features, but dev-c++ is more than capable of doing the job, and it's free. I say use dev-c++/other free compiler until you are actually making applications for *****, and even then you don't necessarily have to pay MSVC++...

    Quote Originally Posted by stl_rn
    also, do i have to learn C before i learn C+/C++?
    No, they are both separate languages which you learn individually. However, C++ is a subset of C so knowledge in either will make learning the other be extremely simple.

    Also, C+ does not exist.

    do you know of any good books for someone who has no experience in C/C+/C++ ?
    thanks again!
    I learned all from online tutorials, so can't recommend any books. But you can refer to my post a few days ago for a good c++ tutorial reference:

    Quote Originally Posted by mike*0*
    The first thing I want to do is recommend these sites for learning:

    General c++:

    [url]http://newdata.box.sk/bx/c/htm/ch0*.htm[/url]
    [url]http://www.cpp-home.com/[/url]
    [url]http://www.cplusplus.com/[/url]
    [url]http://www.cprogramming.com/tutorial.html[/url]
    [url]http://www.cppreference.com/[/url]

    C++ Winsock:

    [url]http://www.hal-pc.org/~johnnie2/winsock.html[/url]
    [url]http://msdn.microsoft.com/library/de...th_winsock.asp[/url]
    [url]http://www.tangentsoft.net/wskfaq[/url]

    C++ Win*2:

    [url]http://www.relisoft.com/Win*2[/url]
    [url]http://www.winprog.org/tutorial[/url]
    [url]http://www.functionx.com/win*2[/url]
    [url]http://msdn.microsoft.com/[/url]
    [url]http://www.codeguru.com/forum/showth...*#sdk_registry[/url]
    [url]http://www.codeproject.com/threads/winspy.asp[/url]
    [url]http://www.antionline.com/showthread...hreadid=2*785*[/url]

    Assembly:

    [url]http://docs.mandragor.org/files/Prog..._Tutor_en.html[/url]

    And in particular this site, because I learned a lot from it:

    [url]http://newdata.box.sk/bx/c/htm/ch0*.htm[/url]

    Also, get the windows help file because it's better than MSDN and MSDN online really sucks:

    [url]http://www.borland.com/devsupport/bo...s/BC52HLP*.ZIP[/url]

    Seriously people, if you are a C/C++ programmer get the help file. You can't program on windows without it.
    Quote Originally Posted by toast
    Unless you want to learn C++ in 2* days... Theres a book for that too.
    Yeah, that book is a great resource for learning C++. You can find it online here:

    [url]http://newdata.box.sk/bx/c/htm/ch0*.htm[/url]

  2. #2
    Join Date
    Mar 2006
    Posts
    122
    I have that book on my shelf.
    Its all good.
    T

+ Reply to Thread

Similar Threads

  1. Pascal programing
    By gani in forum Programming
    Replies: 8
    Last Post: 10-19-2019, 08:02 AM
  2. programing language
    By Samson in forum Programming
    Replies: 21
    Last Post: 04-03-2017, 08:46 AM
  3. problem in programing
    By minaadel1994 in forum Programming
    Replies: 0
    Last Post: 02-11-2009, 03:30 PM
  4. C/C++ programing help!
    By minaadel1994 in forum Programming
    Replies: 1
    Last Post: 05-06-2008, 11:56 AM
  5. Programing
    By Tr_Ms in forum Programming
    Replies: 10
    Last Post: 06-12-2007, 01:56 PM

Posting Permissions

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