Exforsys
+ Reply to Thread
Results 1 to 4 of 4

C+ and C++ Refresher

This is a discussion on C+ and C++ Refresher within the C and C++ forums, part of the Programming Talk category; I have been reading a book about C and C++ but I could not figure out what is the difference ...

  1. #1
    jqbalayan is offline Junior Member Array
    Join Date
    Apr 2006
    Location
    Davao City, Philippines
    Answers
    3

    C+ and C++ Refresher

    I have been reading a book about C and C++ but I could not figure out what is the difference between the 2 programs. Is the C programs also being used in making games? Are they used by such developers? If yes, I want to know where so I could develop my own games... Please help me out


  2. #2
    priyaraji is offline Member Array
    Join Date
    Apr 2006
    Answers
    52
    Hi,
    C programs are also used in developing games.There are lot of graphics functions and options in C to switch to graphics mode and add color,draw images,fill images and lots more exiciting things possible with graphics functions used in C language.To have a learning in this area you can have a reading on the book namely:
    The 'C Odyssey C++& Grahpics - The Future of C By Vijay Mukhi's - BPB Publications
    Or
    Graphics under C By Yashavant Kanethkar - BPB Publications

    Have fun by making games!!!!!!!!

    Sripriya


  3. #3
    jqbalayan is offline Junior Member Array
    Join Date
    Apr 2006
    Location
    Davao City, Philippines
    Answers
    3
    Thank you. It is a very helpful tip. You make it sound so easy for me who is still having a hard time figuring things out. But I think I'll manage. Thanks again.


  4. #4
    cybot's Avatar
    cybot is offline Banned Array
    Join Date
    Apr 2006
    Answers
    16
    the graphics.h header file contains the graphics related content in C. Though C++ is preferred over C. As C++ is based on OOP. (object oriented programming) I suggest you better go through C++ graphics related stuff than C.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...