
- Forum
- Programming Talk
- C and C++
- C+ and C++ Refresher
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 ...
-
04-29-2006, 09:08 AM #1
- 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
-
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
-
05-01-2006, 01:18 AM #3
- 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.
-
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

Reply With Quote





