by CrypticA1
void function "expected initializer before void"
|
|
[7 replies] Last: OK OK OK WOW... I made quite a few mistakes...but hey it works now tha... (by CrypticA1)
|
by bardo99
INCREMENT and DECREMENT
|
|
[no replies]
|
by Phil092
Help Passing input file into arrays (1,2,3,4,5)
|
|
[81 replies] Last: lol ... ill do that. i have this whole week off for break. its snowing... (by Phil092)
|
by Serge1005
Just a quick question
|
|
[2 replies] Last: so do you think this code will be fine then?? #include <iostream> #in... (by Serge1005)
|
by hoobledooble
How do I deal with floats in my int based text menu
|
|
[3 replies] Last: Thank you all for the input, much appreciated (by hoobledooble)
|
by Marth
char[] to int? oh yes. yes. indeed. absolutely.
|
|
[2 replies] Last: How DARE you answer my question. reported. (by Marth)
|
syntax error but i have no idea why? |
|
[2 replies] Last: Try adding a semicolon (a null statement) before the closing brace of ... (by Chervil)
|
by Aksa
Please help me with this if / else if.
|
|
[2 replies] Last: Use std::string to hold sequences of characters; it makes life a lot... (by JLBorges)
|
by HomerQ
HELP!!
|
|
[2 replies] Last: Most likely the file was not opened successfully. After the open() sta... (by Chervil)
|
by mtbayat
array within array
|
|
[5 replies] Last: IIRC, it should compile cleanly with these options: -std=c++0x -Wall ... (by JLBorges)
|
by kerreck
array wont output lowest number correctly
|
|
[7 replies] Last: well mine functions, but that is certainly cleaner and a smarter appro... (by kerreck)
|
by Calpernicus
Special Number Triangle
|
|
[3 replies] Last: Instead of j++ you would use j--, then fill in the starting and stoppi... (by tallyman)
|
by AngelicaEms
26-Seater Aircraft Reservation System
|
|
[3 replies] Last: Even using multiple dimensions seems like overkill. I would leave the ... (by booradley60)
|
by lioncyber97
Multi-dimensional Arrays and cout
|
|
[9 replies] Last: The idea of deleting something from an array doesn't really work like ... (by Chervil)
|
Cant get my program to print my Arrays |
|
[15 replies] Last: Okay. I got something similar when I moved for (int i = 0; i < ISIZE;... (by tallyman)
|
by carlious
Connect 4 Full Board Check
|
|
[2 replies] Last: That is exactly what I did and it worked, thank you. (by carlious)
|
Cant print array |
|
[1 reply] : http://www.cplusplus.com/forum/beginner/179190/ Please just use one to... (by tallyman)
|
by Edward01
uniform cost search algorithm
|
|
[no replies]
|
by Winsu
Friendship
|
|
[3 replies] Last: yeah, exactly. But B doesn't have access to it either so it would be p... (by Gamer2015)
|
by iR3MiX
Array-Temperature Calculations
|
|
[18 replies] Last: Wouldn't I need brackets around: if (numElements < 1){ return numElem... (by MikeyBoy)
|