by jaredv11
Why wont my code go in a loop??
|
|
[1 reply] : This is updated code since for this project it was supposed to functio... (by jaredv11)
|
by marcb
Function/For loop help
|
|
[1 reply] : for(i = 0; i < length; i++) { ch = phone.at(i); letter(ch); ... (by Enoizat)
|
by ICantC
std::cin and vector element edit
|
|
[5 replies] Last: Thanks very much for the detailed reply, I feel like i've learnt a fai... (by ICantC)
|
by Fulcrum29
Add integer to submatrix
|
|
[3 replies] Last: that was pseudocode. m[rbeg:rend, cbeg:cend] is not valid c++, just ... (by ne555)
|
by Saninani
Delete element from Deque ?
|
|
[no replies]
|
by FreeSocks
Finding specific row or column in 2D array
|
|
[4 replies] Last: Thanks works like a charm! I feel so bad for not realising how to for... (by FreeSocks)
|
by mikaylaelena
Returning a number of periods using to_string
|
|
[4 replies] Last: It seems that you did not pay attention to what jlb wrote in http://... (by keskiverto)
|
by Fewgod
one or more multiply defined symbols found
|
|
[3 replies] Last: Thanks alot to both of you! I fixed my error and now the code looks mu... (by Fewgod)
|
by Echelon22
counter gives output wrong
|
|
[2 replies] Last: ah i got it. thank you so much (by Echelon22)
|
by Echelon22
2d array
|
|
[4 replies] Last: i didn't have the array initialized. i fixed it thank you (by Echelon22)
|
by awong918
Need some help with my programming assignment
|
|
[1 reply] : Hello awong918, Sorry I did not see this until today. For a start I ... (by Handy Andy)
|
by danwiffle
Minimum and Maximum values returning as "0"
|
|
[5 replies] Last: namespace nih{ double min(double a, double b); } int main(){ d... (by ne555)
|
by Jonikster
C++ vs C# for games
|
|
[11 replies] Last: I created a new topic: http://www.cplusplus.com/forum/beginner/233472/... (by Jonikster)
|
by fivestar
Subscript out of range error
|
|
[6 replies] Last: I think you're right. If the last element is removed word_list will b... (by Peter87)
|
by zarkangelks1
Basic I/O file stream
|
|
[2 replies] Last: Use the three-parameter form of getline (http://www.cplusplus.com/refe... (by lastchance)
|
Problems with this pointer |
|
[3 replies] Last: The operator+= does whatever is in the function written for it: Kom... (by Repeater)
|
by lake0829
Conditional Expression
|
|
[1 reply] : well i dont see where you initialized amountOfLoan. you never assigned... (by r6racer)
|
by Leedah8
Using functions with arrays (1,2)
|
|
[29 replies] Last: no problem, glad to hear that. if you ever have any questions feel fre... (by r6racer)
|
by Fojaxx
something weird is happening. never seen before
|
|
[5 replies] Last: so for example cin.ignore(500, ' ') would ignore all characters up to... (by jlb)
|
by Graff527
Trouble using getline() and storing input till later use.
|
|
[no replies]
|