PDA

View Full Version : Needing a book to find out about something


bazso
08-12-2009, 08:05 PM
Is there a book that can tell me the difference on the abilities between C and C++ what I mean is I am wanting to know how far C will cover what it can and can not do and as where C++ can fill in what C can not cover I am sorry I can’t name any specifications why is because I don’t know enough yet to name them.

Kenneth Gorking
08-13-2009, 06:53 AM
Why do you want to know this? (almost) anything C can do, C++ can also do.

http://en.wikipedia.org/wiki/Compatibility_of_C_and_C%2B%2B

bazso
08-13-2009, 03:09 PM
Why do you want to know this? (almost) anything C can do, C++ can also do.

http://en.wikipedia.org/wiki/Compatibility_of_C_and_C%2B%2B
Atm it look’s like a start

bazso
08-13-2009, 03:13 PM
Why do you want to know this? (almost) anything C can do, C++ can also do.

http://en.wikipedia.org/wiki/Compatibility_of_C_and_C%2B%2B

My gameing engine that I have deiced to go with which is 3dgame studio I plan to use there light c part of the engine I been told by buddy that it does not have the memo leakage.

will not cause players to crash to desktop that you would find with C++ to be rather honest I have no idea if this is true or not but I do like the idea of starting somewhere and having something that’s stable.

Kenneth Gorking
08-14-2009, 07:17 AM
Ah, well, lite-C and regular C are different things, so learning C might not help you in 3d game studio. Look around their website for tutorials on lite-C. There also apear to be workshop and a demo that I'm sure you could learn something from: http://www.conitec.net/english/gstudio/litec.htm

Oh, and tell your friend, that languages don't leak memory or chrash your computer, programmers do :lol:

alphadog
08-14-2009, 01:27 PM
I been told by buddy that it does not have the memo leakage

All languages can have memory leaks (http://en.wikipedia.org/wiki/Memory_leak).

bazso
08-14-2009, 09:16 PM
Thank you so very much for letting me know my biggest worry is I want to know there lite c inside and out and that I will be able to keep up with players demand about functions, features, fixes, additions, and so on from the way it is sounding like this may be for them then for all of you but I am hopeing I am wrong I have learned a lot of insight from you all went and forgot what now but this place has been very helpful.

rouncer
08-15-2009, 12:59 AM
you can code anything without c++, all you need is c. people use c++ because they think its better organization-wise, but pascal and c can make a full game on their own also.

alphadog
08-15-2009, 07:30 PM
bazso, please, punctuation! I have to get an aspirin now. :)

Language design is always about compromises. And most languages can be made to do most things you'd want to do. I wouldn't worry about Lite-C as a language of choice to use.