by davidm
continue not working
|
|
[18 replies] Last: saw it didn't like it too longgg... wat? I still didn't understand... (by Gamer2015)
|
Can someone explain what's the code is trying to do! |
|
[no replies]
|
by mighty asker
Making header with VS
|
|
[7 replies] Last: Just did it with Code::Blocks using this: https://www.youtube.com/watc... (by mighty asker)
|
by Samuel1698
This program works, but not as i want.
|
|
[3 replies] Last: You can use char only and always check the length of string by strlen... (by shadder)
|
by Guzfraba
What's wrong ?
|
|
[7 replies] Last: Read around here see if any solution pops up - https://www.google.se/?... (by TarikNeaj)
|
by pacman169
program help
|
|
[12 replies] Last: Why do you use EOF here? EOF is for End of File, right? So it doesn't ... (by Gamer2015)
|
by DuyTran
strcpy warning!
|
|
[7 replies] Last: To disable deprecation, use _CRT_SECURE_NO_WARNINGS (by ne555)
|
by patriic48
Objects in vector to variables
|
|
[4 replies] Last: Solved it, now the interest is paid to evevry account in the vector. H... (by patriic48)
|
by northfly
Will class member functions consume memory storage?
|
|
[2 replies] Last: thanks! (by northfly)
|
by northfly
Under what condition will this pointer be invalidated? About a vector of class object which has vector members.
|
|
[2 replies] Last: Thank you! (by northfly)
|
by northfly
A pointer to base class cannot operate member object only exist in its derived class?
|
|
[2 replies] Last: Thanks! (by northfly)
|
by Bocian
Help with program
|
|
[5 replies] Last: Thanks a lot Terrison, i was working on it last night but i forgot to ... (by Bocian)
|
by MOSKing
Memory fault for circular buffer
|
|
[4 replies] Last: Sorry for late reply but you were correct I hadn't allocated the memor... (by MOSKing)
|
by jam51197
Need help with my do while loop problem. :)
|
|
[6 replies] Last: Thank you very much!! Solved my problem. Have a great day man, thanks!... (by jam51197)
|
by Wulfinite
sort() function not working.
|
|
[1 reply] : http://www.cplusplus.com/reference/algorithm/sort/ check out the proto... (by shadowCODE)
|
by Wulfinite
Explain for (int x:y)
|
|
[2 replies] Last: Search the web with "C++11 range-based for-loop". (by keskiverto)
|
by jmag91
Seeking help with my program!
|
|
[16 replies] Last: And it's working!!!!!!! Thank you SO much for your help you guys. I ... (by jmag91)
|
by mamosley2
Code rounding error
|
|
[3 replies] Last: Whe you take a float (say 13.999) and then convert it into a int then ... (by shadder)
|
by khatereh
Array in function
|
|
[2 replies] Last: For anyone who might be interested in my program final result: Here's ... (by khatereh)
|
by slp99
Need help with a number diagram
|
|
[1 reply] : Your spaces function is wrong, it should cout << ' '; and not cou... (by fg109)
|