by fivestar
Function Issue
|
|
[12 replies] Last: there is a c++ newer random tool, but some more info.. srand basicall... (by jonnin)
|
by Masonbrady3
Debug
|
|
[4 replies] Last: c++ supports overloading of functions. so this int sum(int a, int ... (by jonnin)
|
Error in loop |
|
[1 reply] : #include <iostream> using namespace std; int main(int argc, char* a... (by SamuelAdams)
|
by pavik
code doesn't compile
|
|
[5 replies] Last: if your compiler doesn't have anything else available, you can drop to... (by jonnin)
|
by Masonbrady3
Debug
|
|
[2 replies] Last: still a bit unclear sorry. (by Masonbrady3)
|
by urko18
How go back in the code
|
|
[1 reply] : Hello urko18, If you are going to use a "goto", which is not the best... (by Handy Andy)
|
by ejkang62
read a file line by line
|
|
[2 replies] Last: Here are two possibilities, but there are many more. #include <iostr... (by lastchance)
|
In desperate need of help.... |
|
[7 replies] Last: Have you included the #include <string> as in my last post? It's qu... (by lastchance)
|
by gatsu
help with while loops
|
|
[2 replies] Last: #include <iostream> #include <cctype> int main() { char letter; ... (by lastchance)
|
by nm1206
Need help with if statement and error messages
|
|
[1 reply] : if (!(cin >> unitNumber)) { cout << "Error: You did not enter a... (by coder777)
|
by jimothy87
Do-While Loop Help 911!
|
|
[1 reply] : Maybe like this: int attempts = 0; bool success = false; do ... (by Thomas1965)
|
by rabe5775
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
|
|
[2 replies] Last: Your function addTotal at the bottom should be called getTotal, and, a... (by lastchance)
|
How to use " |
|
[2 replies] Last: cout << "A 6'2 \" person is " << meters << " meters tall"; ... (by mbozzi)
|
How do i find a minimum across multiple array's of data |
|
[2 replies] Last: I see... so i should put If(Y2013 <min) min=2013 ; year=2013 print... (by MarcusHallevy)
|
by mynava
Descending Selection Sort function
|
|
[2 replies] Last: I could have sworn I tried that first LOL. It worked!!! thanks so much... (by mynava)
|
by kam975
more else if help :)
|
|
[7 replies] Last: !isnan(variable) and isnan(variable)==0 should give you the same r... (by Peter87)
|
by MBruno
Segmentation fault in function insereAVN
|
|
[6 replies] Last: I thought with type* variable = malloc(sizeof(type)); doing free(v... (by barnack)
|
by barry23
Dice rolling problem
|
|
[2 replies] Last: I think it's exactly 4 fours for game2 (by barry23)
|
by rabe5775
Void Function not displaying
|
|
[2 replies] Last: Just figured that out as you were probably typing that. Definitely sma... (by rabe5775)
|
by mynava
Functions not working as they should
|
|
[6 replies] Last: Misenna, thank you so much for your help!! I made the adjustments plus... (by mynava)
|