by Nillen
"const type" can't be an int
|
|
[1 reply] : http://www.cplusplus.com/reference/string/string/ (by keskiverto)
|
by androidguy1
String does not name a type
|
|
[4 replies] Last: Thanks guys! This helped fixed the errors. (by androidguy1)
|
by alex067
Deconstructor issue!
|
|
[11 replies] Last: Actually the stack takes care of itself. You only ever need to delete... (by Texan40)
|
by alex067
Magic Square help!
|
|
[5 replies] Last: Hasn't that been answered already? for( int x = 0; x != Size; ++... (by OxBADC0DE)
|
by calisabeth
Doing Do-while loop
|
|
[3 replies] Last: But thank you though. (by calisabeth)
|
by calisabeth
Can't figure out how to add space.
|
|
[3 replies] Last: Sorry guys. When I put my example in, I thought it would show the spa... (by calisabeth)
|
by androidguy1
Deck was not declared in this scope problem
|
|
[3 replies] Last: You could declare the deck in main() and pass it by reference to deckF... (by closed account D80DSL3A)
|
by abdalimran
Recursion problem.
|
|
[3 replies] Last: you can try following non-recursive function. #include <iostream> in... (by anup30)
|
by mountainman
Issues with Newton's Method
|
|
[1 reply] : What is the value of x1 on line 15 the first time through the loop? (by cire)
|
by glenjoker
parameter packs not expanded with '...' ???
|
|
[4 replies] Last: Okay, I see. Thanks for your reply! (by glenjoker)
|
by overlord49
Starting out with C++ 7th edition- chapter 8 programming challenges #1
|
|
[2 replies] Last: That worked thanks!. (by overlord49)
|
by airfire29
Yes/No by If/Else Char Response in C on Visual Studio 2013 Compiler
|
|
[6 replies] Last: Magnificent! This cleared it up and it works perfectly now. Thank you ... (by airfire29)
|
by RokerJuuDyne
Need Help using txt file.
|
|
[no replies]
|
by JOSEluis2796
doubly linked list help!
|
|
[no replies]
|
by mheitn66
MenuBuilder: wont show the menu selection
|
|
[no replies]
|
by MOSKing
Bubble Sort C-String
|
|
[1 reply] : void bSort(char *arr, int n) { for (int i = 0; i<n; i++) { for (i... (by anup30)
|
by bigzigzag
Bug at the end of my program
|
|
[2 replies] Last: That shouldn't be an issue. That's just saying if cin is not the right... (by bigzigzag)
|
by HelenI
String to int
|
|
[2 replies] Last: thank you :) (by HelenI)
|
by earthquake
Polymorphism
|
|
[5 replies] Last: thanks you for helping keskiverto.I solved the problem.I reoved cpp an... (by earthquake)
|