by Eqwerty
If statements that check for ALL values???
|
|
[2 replies] Last: First, please use code tags when posting code. See http://www.cplusplu... (by keskiverto)
|
by cjmay2013
Binary Search of a String Array
|
|
[1 reply] : Your line 22 calls function "binarySearch". The one declared on line 7... (by keskiverto)
|
by RockAngel
[help]Data type in MKL examples.
|
|
[15 replies] Last: It usually means an out-of bounds error. Your line 4 is not consistent... (by lastchance)
|
by crojo26
Changing size of dynamic array
|
|
[1 reply] : > How would I go about fixing my memory leaks? By using std::vector<... (by JLBorges)
|
by JIMMY CHEN
is possible using switch statement for guessing game?
|
|
[1 reply] : You should check the switch statement documentation again, check out t... (by joe864864)
|
by mban2120
Vector Subscript out of range error
|
|
[1 reply] : #include <iostream> #include <string> #include <vector> #include <iom... (by JLBorges)
|
by libi
split string into array
|
|
[5 replies] Last: Something like this, perhaps: #include <iostream> #include <string> ... (by JLBorges)
|
by flamminghot
password verification
|
|
[2 replies] Last: Thanks @JLBorges. Although I am not quite sure if my professor allows ... (by flamminghot)
|
by AxeH
Carddealing funktion
|
|
[2 replies] Last: Something along these lines, perhaps: #include <iostream> #include <... (by JLBorges)
|
by bpinon3
ASCII Table
|
|
[1 reply] : if you feel compelled to use integers or something: cout << (char)(x+y... (by jonnin)
|
by elgyro1
reading from a file into a 2d array?
|
|
[8 replies] Last: Smiley 662 Curley 88 Clementine 335 Jasper 105 Lucinda 775 Brunhilda 1... (by elgyro1)
|
by hayden2k7
Minesweeper - checking adjacent cells for bombs
|
|
[2 replies] Last: Yeah just needed to change the 0's to 9', works fine now. Thanks for e... (by hayden2k7)
|
LOOP QUESTION |
|
[2 replies] Last: Here's an example of what you are requesting: #include <iostream> u... (by An Integer)
|
by Moobman
Self destruct / one time use
|
|
[10 replies] Last: there used to be ways to tell windows to unlock files that are in use ... (by jonnin)
|
by Dokurugu Abu
how to add two numbers using console app. dev-c++
|
|
[1 reply] : I don't think this forum has a chat feature. Sorry. Just clearly and... (by MikeyBoy)
|
by Drooganful
Rice Rolling with Probability
|
|
[3 replies] Last: only if it is taking too long to run. ? store could be unsigned if yo... (by jonnin)
|
by Sigge414
Cant think of title.
|
|
[4 replies] Last: Variable and function declarations do look similar; both can have comm... (by keskiverto)
|
Help with Loops and I/O Files - Where am I going wrong? |
|
[4 replies] Last: #include <iostream> #include <iomanip> #include <fstream> #include <s... (by lastchance)
|
by Misenna
'Pure Abstract Base Class'
|
|
[12 replies] Last: 'Solve the problem, since there is not very much to think about besid... (by TheIdeasMan)
|
by Kloppite
Dynamic array reference within function
|
|
[2 replies] Last: Thanks for the idea, I have gone with vectors and all seem to work wel... (by Kloppite)
|