CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2012
    Posts
    2

    C programming Help

    Hello all I just like to ask that what is the scope of c programming, what all topics should be covered and it is kinda bothering me … and has anyone studied from this course http://www.wiziq.com/course/3764-the-c-language-primer of c programming language online ?? or tell me any other guidance...
    would really appreciate help… and Also i would like to thank for all the information you are providing on c programming.

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: C programming Help

    Hello all I just like to ask that what is the scope of c programming,
    Theoretically everything. You can build whatever you want in C.

    Also i would like to thank for all the information you are providing on c programming.
    What are you looking for ?

  3. #3
    Join Date
    Apr 1999
    Posts
    27,449

    Re: C programming Help

    Quote Originally Posted by shiprasagar View Post
    Hello all I just like to ask that what is the scope of c programming, what all topics should be covered and it is kinda bothering me … and has anyone studied from this course http://www.wiziq.com/course/3764-the-c-language-primer of c programming language online ?? or tell me any other guidance...
    would really appreciate help… and Also i would like to thank for all the information you are providing on c programming.
    This line from that link is nonsense:
    Crucial to learn before heading on to C++ and Java
    Sorry, but to learn either C++ or Java, learning C is not necessary, and in some cases, detrimental if you're real goal is to learn C++ (or even Java).

    Read what the C++ FAQ has to say here:

    http://www.parashift.com/c++-faq/don...n-c-first.html

    Regards,

    Paul McKenzie

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured