How efficient is this code? |
|
[no replies]
|
by Ltp
Doubly Linked List problem
|
|
[2 replies] Last: Ya its fine. But where my confusion is; else part looks like singly li... (by Ltp)
|
by Matthias
digits after comma when passing double variable to function
|
|
[1 reply] : The values aren't changed, they're passed as you've initialised them. ... (by kbw)
|
by Kannah M
Error: Cout is AMBIGOUS. help :)
|
|
[1 reply] : You have to post the error message verbatim. Rewording it and leaving... (by kbw)
|
by aman11
not able to set path in turbo c++
|
|
[1 reply] : iostream.h is part of the old IO Stream library. Although you can lea... (by kbw)
|
by h4ever
What does mean the public keyword?
|
|
[9 replies] Last: Catfish666: Thanks, I see now: 1) private members are not inherited a... (by h4ever)
|
by wirowi
sum of elements in a list
|
|
[1 reply] : I'm iterating over a list. I have two values in memory: current runnin... (by keskiverto)
|
by Kakashi00521
Another LOOP (for) expression question.
|
|
[1 reply] : There are more than one way to do this. What if you would print two v... (by keskiverto)
|
by gs8
what does :: mean and why its used
|
|
[1 reply] : it's the scope operator. That means for string::size_type you will f... (by coder777)
|
by ATZ34
Storage size of ‘ ’ isn’t known
|
|
[2 replies] Last: I solved on my own this problem putting all the headers in one main, ... (by ATZ34)
|
Error filling a vector using struct |
|
[7 replies] Last: how do I print out elements of a vector that i filled with a struct c... (by keskiverto)
|
by Kakashi00521
Loop (for) expression problem
|
|
[3 replies] Last: YUSH!!! Thanks, Catfish! It worked! Thanks for the answer also, Shadow... (by Kakashi00521)
|
by Zakzak
How to do ?
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ Please read this. (by The illusionist mirage)
|
by flozsks
3 cpp functions regarding infile outfile
|
|
[2 replies] Last: I can succesfully compile the first two and they work but there is so... (by keskiverto)
|
Store Class values |
|
[1 reply] : Do you mean just to declare them as part of the class? That would just... (by TwilightSpectre)
|
by wirowi
simple encrypting code
|
|
[4 replies] Last: @rodiongork Thanks for replying. While I agree that figuring somethin... (by wirowi)
|
by gasse1985
Conversion problem
|
|
[6 replies] Last: ok was my fault here, unsigned int a1 = strtoul(("1"+result.substr(0... (by gasse1985)
|
by smartvirus87
C++ into VB
|
|
[4 replies] Last: Reader_F is the array that can store 100 elements of the type RdrNa... (by coder777)
|
by sethman410
Sorted List as a Linked Structure error
|
|
[1 reply] : Any ideas why? The ) is at the wrong place: while ((item.Compared... (by coder777)
|
by amitk3553
pass by reference
|
|
[1 reply] : If ABC::ptr is a pointer, and is public you can pass it like: tr... (by Catfish666)
|