Thread: starting with C?

  1. #16
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >how do I know the C++ can write this particular programme I have in mind...
    I can translate this two ways, so I'll answer them both:

    Q: "How do I know that the program I have in mind can be written in C++?"
    A: Damn near anything can be written in C++. It's very powerful, and has a broad range of application. The things that aren't possible in C++ are so low level and basic (parts of a bootloader, for example) that you have no other choice but to resort to assembly language.

    Q: "How do I learn the parts of C++ necessary to write the program I have in mind?"
    A: Get a good tutorial book, a good reference book, and practice. You won't know what to use until you know what's available.
    My best code is written with the delete key.

  2. #17
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    There is no limit to what C/C++ by can do, only what your imagination is bound to, so long as you know how to do it.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #18
    Registered User
    Join Date
    Dec 2007
    Posts
    10

    thanks...

    thanks guyz...I appreciate your time...

  4. #19
    Registered User
    Join Date
    Dec 2007
    Posts
    10

    tutorials on cprogramming.com

    ...before I sign out...they are some very cool tutorials which will get me started on this website...I'll be digging into them now and I hope to learn somethings or more...do you guyz have an opinion to this...

  5. #20
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Well, the tutorials are not a substitute for a real book. They mention few things and not in a lot of detail.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  6. #21
    Registered User
    Join Date
    Dec 2007
    Posts
    10

    ...

    thank you very much everybody...I appreciate your time...'kk'

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Starting programs
    By Molokai in forum C Programming
    Replies: 1
    Last Post: 04-16-2009, 10:10 AM
  2. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  3. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM
  4. question about reading inputs starting with 0
    By jibbles in forum C Programming
    Replies: 8
    Last Post: 08-09-2004, 03:27 AM
  5. 12 year old starting...
    By Xterria in forum Game Programming
    Replies: 2
    Last Post: 09-24-2001, 07:33 PM