by epi975
Changing the colour of a single char in a 2D array
|
|
[3 replies] Last: Btw you should put the "Map" inside the main function globals aren't t... (by giblit)
|
by manudude03
Program hangs on function call
|
|
[2 replies] Last: D'oh, just found where my problem was: lines 57/58: this->CharStrengt... (by manudude03)
|
by Rougeace4
using namespace std; OR std::
|
|
[5 replies] Last: As giblit has already said, using using namespace std; at global sco... (by andywestken)
|
by aerialist84
Problem
|
|
[3 replies] Last: Thank you Ispil! I'll try ;) (by aerialist84)
|
by bruntmjust
commad line arguments
|
|
[2 replies] Last: I kind of understand the argc and argv arguments but the only problem ... (by bruntmjust)
|
by idealcat
cannot appear in a constant expression?
|
|
[4 replies] Last: @ Cubbi thank you, I think I understand now. And now I see what you me... (by idealcat)
|
by SmOgER
Code not working properly, condition is being ignored, no errors.
|
|
[4 replies] Last: The code as posted in the original post works fine for me with the dat... (by cire)
|
by Megakoresh
How to add a timer loop break command that the user can input?
|
|
[13 replies] Last: Alrighty then, works now! Thanks for walking me though this, I can't i... (by Megakoresh)
|
by Trinal
Custom Cipher Language
|
|
[2 replies] Last: The " if word ends with " rules require separate treatment though.... (by keskiverto)
|
by Edward01
illegal use of non static funcion
|
|
[5 replies] Last: It recognise Int::printNumber() all right. It is Number::printNumber()... (by Peter87)
|
by aerialist84
Apples
|
|
[4 replies] Last: There is a function in algorithm called std::sort you could use with a... (by giblit)
|
by Edward01
#include h files
|
|
[2 replies] Last: Circular dependency is the problem. Forward declarations are the solut... (by Catfish4)
|
by mohsen12
crash in program
|
|
[1 reply] : float grade ;//Declaration of float array //consisting... (by MiiNiPaa)
|
by mehdiordi
Designing a visual stimulation task in C++!
|
|
[1 reply] : Use some graphics lib like SFML or SDL. It will seriously ease your li... (by MiiNiPaa)
|
by KEND0
help pls...
|
|
[1 reply] : grid is two dimensional array (look at it as a table) of Playinggrid t... (by MiiNiPaa)
|
by Focus
Interacting with websites
|
|
[2 replies] Last: Thank you! (by Focus)
|
Creating a function, Blackjack |
|
[1 reply] : What help? You write a function. Pass necessary data as parameters, re... (by keskiverto)
|
by AndroidZ
libstdc++-6.dll not found
|
|
[10 replies] Last: @Catfish4: VS10 only supports XP SP3 onwards. VS11 should be from XPSP... (by S G H)
|
Resizing a Vector of Vectors |
|
[16 replies] Last: Oh, well, I meant VS10... Good to point things out anyways. (by S G H)
|
by MariusW
Adding "continue Y/N" in a loop
|
|
[4 replies] Last: on line 17: you forgot something at the end of the line the scanf() ... (by coder777)
|