by OscarB
Loop if I use a letter and/or a negative number.
|
|
[1 reply] : Either get rid of cin >>putOption0.S; before condition or make first... (by MiiNiPaa)
|
by koyel
mergesort
|
|
[1 reply] : someone please help (by koyel)
|
by bulldog91
c++ program converting the date to roman numerals
|
|
[1 reply] : Here is rosettacode example modified for C++11: #include <iostream> #... (by MiiNiPaa)
|
by Tarkan1857
Struggling With Card Game " Pairs
|
|
[4 replies] Last: Thank you for the help, much appreciated (by Tarkan1857)
|
by bxrz
Making a program read a word in backwords/reverse?
|
|
[4 replies] Last: We're actually not allowed to do your homework here, forum rules. So... (by Computergeek01)
|
by JohnMyer87
Options(Monte Carlo Simulation)
|
|
[6 replies] Last: thank you very much. I appreciate it (by JohnMyer87)
|
by jumper007
String subscript out of range
|
|
[3 replies] Last: Thank you very much for the explanation. Understood it now :) Raul ... (by jumper007)
|
by mocnhantrang
strtok_s in C++
|
|
[4 replies] Last: I understand. Thank you very much KBW! (by mocnhantrang)
|
by jakelawson44
Simple Error that keeps popping up..
|
|
[2 replies] Last: Well, I officially feel like the dumbest person on earth..LOL Thank ... (by jakelawson44)
|
by xx1182
Just wandering about sdl SDL_RenderPresent()
|
|
[18 replies] Last: Wiki page for SDL_RenderPresent: http://wiki.libsdl.org/SDL_RenderPres... (by BHX)
|
Getting The Processor Family |
|
[1 reply] : There is no standard and compatible mode to do that. You will need to ... (by MiiNiPaa)
|
by Shantorian
How to make a c++ program send itself to other computers?
|
|
[3 replies] Last: I don't think this guy has any clue of how PC's work. (by S G H)
|
by l2playuk
Struggling with key state alternative
|
|
[4 replies] Last: hi, its not that it doesn't work. it works perfectly but for one reas... (by l2playuk)
|
by Mehmet07
Monte Carlo simulation for look back call option with continuous barrier
|
|
[no replies]
|
by kimi86
Virtual Functions
|
|
[6 replies] Last: First, we instantiate a C class object. rBase is an A pointer, which ... (by MiiNiPaa)
|
by adriyel
Making arrays for equipping weapons in a simple rpg game
|
|
[1 reply] : make a class perhaps call it weapon ? struct Weapon { Weapon... (by rmxhaha)
|
by pervez
Help for receiving data and visualizing from UM6 to PC serial port
|
|
[2 replies] Last: Anybody has any sugession..please help!! (by pervez)
|
by bxrz
Can anyone help me write this program?
|
|
[2 replies] Last: Duplicate of http://www.cplusplus.com/forum/beginner/124632/ Please d... (by MikeyBoy)
|
by rmxhaha
Multi Agent Path Finding
|
|
[1 reply] : -bump- No Body ? (by rmxhaha)
|
by tmichelle12
Random number generators!
|
|
[1 reply] : The C PRNG works like this. You call srand() to seed the PRNG. Then ... (by kbw)
|