If I'm designing something like a game with characters that uses the mouse would I choose c or C++? Also is the mouse in windows written in c or C++? I would guess C++ but I could be wrong because I'm very new to the world of C languages and programming. I hope someone who has been in this field longer than I have could give me the answer to my question :).
tiger86 16 Posting Pro
Recommended Answers
Jump to PostWhat sort of game?
There are plenty of simple "web" games which can be written in Javascript or Flash. Both of which are perfectly capable of reacting to mouse movement and clicks to make something happen.Or you could use Java if you wanted a bit of extra "ooph" …
Jump to PostUse which ever language you like the best. If you download the DirectX SDK from M$ it contains several example programs and I think they are written in c++.
>>Also is the mouse in windows written in c or C++?
There are no win32 api functions written in C++. …
Jump to PostWonderful project! Study C++ in detail and then move to GUI programming with C++. I expect your first game out in about five years.
All 9 Replies
Salem 5,265 Posting Sage
tiger86 16 Posting Pro
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
scru 909 Posting Virtuoso Featured Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
Salem 5,265 Posting Sage
tiger86 16 Posting Pro
John A 1,896 Vampirical Lurker Team Colleague
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.