by rshatalov
Can help with C++
|
|
[1 reply] : And where are there your posts that prove that you indeed can be a C++... (by vlad from moscow)
|
by axis7818
while loop and checking for uniqueness
|
|
[5 replies] Last: || is logical OR. The expression means push_back IP either when it is ... (by vlad from moscow)
|
by dv1575
vector template with stl member function
|
|
[1 reply] : Are you required to do #1? If so, I feel very very sorry for you. It's... (by LB)
|
by georgia746
need some mancala board programming help
|
|
[1 reply] : What is a "double loop"? I think you've confused some programming term... (by LB)
|
by ET21
Inputting Binary into a struc
|
|
[11 replies] Last: Well thank you everyone for your help, and the clarification between .... (by ET21)
|
Help with my code? |
|
[5 replies] Last: Thanks so much!! (by closed account LN3RX9L8)
|
'struct std::ostream' has no member named 'close' error in header file |
|
[4 replies] Last: Whoops, I was just using the wrong thing: LowestOne said: you w... (by LeafyCircuits)
|
by Cut
ReduceFraction and CommonDenominator Help
|
|
[2 replies] Last: I'm not very good at math, for I haven't taken a course since high sch... (by Cut)
|
new / delete |
|
[4 replies] Last: Thanks for taking your time to help! I was getting mixed up by the na... (by egg management fee)
|
BOOST_FOREACH problem |
|
[10 replies] Last: ok, flagged it for C++ 11. Works now. and thanks coder777 (by Jonas Wingren)
|
by Varius
Initializer string is too long
|
|
[3 replies] Last: Thank you for the help vlad and Catfish (by Varius)
|
by Larry2
Buffer vs getline
|
|
[5 replies] Last: Thanks, Catfish, your solution is even faster. I cannot understand w... (by Larry2)
|
by SlatA
Class Car Please help!
|
|
[7 replies] Last: The link in Zhuge's post explains everything that you need and more. (by mutexe)
|
by DanStirletz
Translating a math expression
|
|
[10 replies] Last: @DanStirletz for(N=1; N<=24; N++){ b =pow(Rate,N); Payment ... (by Sam99)
|
by Felicia123
singly linked list (1,2)
|
|
[28 replies] Last: @ clayKitty: why don't you start your own thread instead? (by Catfish3)
|
by Ch1156
Program that searches for bugs in code?
|
|
[5 replies] Last: Debugger and if you use Linux (and Mac, can't remember if it is on tha... (by BHX)
|
by xanthian23
Recursion and strings
|
|
[11 replies] Last: "First, if the pointer to the string hits the zero, or the end of the ... (by derekroolz)
|
by uzferry
How to exceed certain limitations
|
|
[4 replies] Last: My laptop has 2.5GHz dual core processor (and 4GB RAM). Your computer ... (by eklavya sharma 2)
|
by ausairman
Can't compare strings..
|
|
[4 replies] Last: Can you explain? (by ausairman)
|
by Angry Food
Error: expression must have integral or enum type
|
|
[3 replies] Last: Thanks for realising my mistake for me. Guess ill use if else function... (by Angry Food)
|