Is there a Robocode like game for C++ [closed] - c++

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have studied Java for a year. Now I'm starting to learn C++, and I next plan to start developing games. Where can I find game frameworks like Robocode or tutorials for learning C++ with a focus on game programming?

Related

Using XCode for C++ development [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm writing some C++ code for an iOS app using XCode, and the support is very basic for C++. In XCode, how would I go about
Generating setters/getters, and
Generate local variables or instance variables?

Tools for practicing with monitors and semaphores [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm a student of a course in operating systems and i want do exercises with semaphores and monitors. Bearing in mind that my favourite programming language is C/C++, is there a good library, which includes monitors and semaphores constructs, to do my work?

Can anyone post the c++ code for joystick in cocos2d-x [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
cant find the way to implement a joystick in cocos2d-x. can anyone post any program they created with implementation of joystick in c++ framework
Here you can find somethings:
http://www.gomonkey.it/2011/12/cocos-2d-sneakyjoystick/
http://gohighbeta.com/code/sneakyinput-avirtual-joypad-for-ios/

Digit/Number Recognition Hand-written [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anyone recommend a handwritten digit/number recognition library which I could use in c++/OpenGL. I need to recognise the digits/numbers in my OpenGL project written by a user.
Try Tesseract, you should be fine if you're only working with digits.

On the current interest in COM [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am starting to do some development in C++ which includes the use of COM interfaces in Windows. I have to make a decision to learn or not to learn the COM technology. So, I want to ask if the COM programming is still widely used or is it rather outdated? Is it still a good idea to invest ones time into learning COM?