by jax666999
calling functions
|
|
[11 replies] Last: You call it. while ( 0 == checkEndGame(gameBoard, BOARD_SIZE) && num... (by cire)
|
by HPexpress
String manipulation
|
|
[5 replies] Last: If there's only one letter left to compare and difference is 0, it's a... (by cire)
|
strings. what was I doing wrong? |
|
[1 reply] : on line 17 you set j so that j == i You never check to make sure j is... (by Disch)
|
by atropos
War (The Card Game)
|
|
[1 reply] : if you know how to use classes this should be very easy ... just make ... (by TwoOfDiamonds)
|
by paper32
Add and divide money function
|
|
[5 replies] Last: @paper32 I know its a mess thats why i need help Look at my first po... (by Shinigami)
|
by EeAA
build linked list from text file
|
|
[no replies]
|
Functions |
|
[2 replies] Last: define your functions below main please. kick our the system pause,... (by Joshua Spears)
|
maximum sorted subsequence in a string problem |
|
[5 replies] Last: I just did a very naïve version for fun. (It is really stupid, though... (by Duthomhas)
|
by HPexpress
Array searching removing elements
|
|
[1 reply] : there are vectors... and your display vector loop is wrong. EDIT: htt... (by ui uiho)
|
by findme
if statement with files
|
|
[3 replies] Last: getline will get all chars including white space until a new line char... (by ui uiho)
|
by brunion
Small function problem
|
|
[1 reply] : This is the line thats the problem: out << "Ifix is: " << ifix << end... (by closed account G854izwU)
|
by Elie Chahine
I NEED HELP
|
|
[5 replies] Last: While in a production app that requires real precision (anything deali... (by naraku9333)
|
by sackmac
wxDev-C++ or Code::Block
|
|
[7 replies] Last: To equivicalize Code::Blocks with Chocolate is like saying Xorg isn't ... (by closed account S6k9GNh0)
|
by bubbles
Encryption
|
|
[5 replies] Last: Still struggling to get started =/.. (by bubbles)
|
by arooj
Help with a letter guessing game
|
|
[no replies]
|
by beeginner
I have NO idea what this error is
|
|
[5 replies] Last: Thanks for your input guys You. Rock. (by beeginner)
|
by hades80
How do you create a txt file from c++¿?
|
|
[1 reply] : #include <ftstream> int main(){ std::ofstream file; file.open("filelo... (by ui uiho)
|
by bbsaid
I cannot find .cpp file in Sources Files
|
|
[2 replies] Last: thank you for your reply. It is not an existing item because I havent ... (by bbsaid)
|
by nnxen
Splitting a string into multiple strings line by line
|
|
[2 replies] Last: Thanks for that! :) That's useful to know, much easier way to do it! ... (by nnxen)
|
by JonathanB
Different Learning Approach
|
|
[4 replies] Last: With either C# or Java, it should not be hard to make a simple GUI pro... (by Mathhead200)
|