by kw1991
for loop to find certain numbers ?
|
|
[10 replies] Last: ok so now the code looks like this struct Report { double su... (by kw1991)
|
by s10jam
Issue with updating time
|
|
[2 replies] Last: Thank you for the reply an thank you for CLEARLY explaining the soluti... (by s10jam)
|
by Nelphin
Singly linked lists - what are they for?
|
|
[2 replies] Last: thanks alot, that gave me a good idea what and when these lists are go... (by Nelphin)
|
by Gaminic
Circular include dependencies.
|
|
[16 replies] Last: So if I understand correctly, the problem has always been there, but i... (by Gaminic)
|
by MusCihOz
malloc/free bottleneck
|
|
[1 reply] : http://en.wikipedia.org/wiki/Memory_pool (by closed account 1vRz3TCk)
|
by subjugater
a question about archive
|
|
[5 replies] Last: Galik, Thank you for your response. Yes, you are right. The AR flag, ... (by subjugater)
|
by mexists
How Do I: Nested struct
|
|
[6 replies] Last: It's fine Nisheeth, problem has solved, thanks. :) (by mexists)
|
by john87
Need help on array rotation
|
|
[9 replies] Last: No problem! Just don't forget to tag your topic as "fixed" if your ... (by Gaminic)
|
by Catfish
Floating Point Exception... catchable?
|
|
[1 reply] : Of course you can catch FPE. Just declare the catch argument appropr... (by eypros)
|
by Ch1156
What did i do wrong? (Functions)
|
|
[19 replies] Last: Doing it by return value is not the best way, in my opinion. Change... (by Moschops)
|
by guevara
'list' does not name a type
|
|
[3 replies] Last: Thank Azagaros and Gaminic, I forget the namespace std. Thank you very... (by guevara)
|
by Ssturges
Need help, with my loop
|
|
[1 reply] : Hi, I tested it on g++ (linux) and it's working fine. could you post y... (by sbonnalc)
|
by Ssturges
How do I use a while(!line.empty) loop?
|
|
[9 replies] Last: you may need to do: int main () { string line; ifstream myfile (... (by Azagaros)
|
by FrenZFrice
Need Teachers = )
|
|
[5 replies] Last: hi, from what i understand you only have to check wether a user entere... (by Nelphin)
|
by Anon
Maze solving algorithm issue
|
|
[no replies]
|
by Yezman
first c++ practice exam questions. Three basic mc questions.
|
|
[4 replies] Last: Ah, thanks for the help. I knew about the \t and \n stuff, but wasn't ... (by Yezman)
|
by Derekrm14
Trouble with looping
|
|
[8 replies] Last: How can we answer a question when you delete the question? And furthe... (by Disch)
|
by kcomp11
Loan + Intrest
|
|
[no replies]
|
by Krmit10
Reading a text file into an array
|
|
[2 replies] Last: Sorry bout that. The error message I am getting is this:main.exe has s... (by Krmit10)
|
by Derekrm14
Looping issue - HELP PLEASE
|
|
[2 replies] Last: Thanks for the help, i got it! (by Derekrm14)
|