by superfury
VGA End horizontal blanking 0?
|
|
[no replies]
|
by chrisben
Question about reference syntax
|
|
[1 reply] : A pointer and reference are similar in many ways and a reference is al... (by a k n)
|
by abc1
increment/decrement operators
|
|
[2 replies] Last: The behavior of the program in Undefined. For example see this output ... (by a k n)
|
by simptri69
Any idea where the registry keys for allowed applications are stored in windows 8?
|
|
[6 replies] Last: i'll try that. It looks like exactly what i've been looking for (by simptri69)
|
by drawar
BankAccount class
|
|
[1 reply] : program just keep on crashing Any idea where? edit: at a quick gl... (by mutexe)
|
by topcoderno1
centimeters to feet and inches conversion
|
|
[13 replies] Last: For what input? 300? Print whitespace between values. Substract the ... (by keskiverto)
|
by tomtran43
count number of sentences in a string
|
|
[3 replies] Last: 3000 characters is tiny, even a bad implementation of std::string wi... (by LB)
|
by soranz
inheritance
|
|
[4 replies] Last: Thank you JLBorges ! I understand how to do it now. (by soranz)
|
by samprat
Avoid Redundant code in derived classes.
|
|
[1 reply] : You can define the common code in the base class virtual member functi... (by LB)
|
by zxrp
Iterating through a Vector of Pointers
|
|
[10 replies] Last: I think I fixed another small error in elsewhere in my code, where I f... (by zxrp)
|
by zxrp
Looping through a Vector of Object Pointers
|
|
[1 reply] : I found the solution, never mind, here it is: vector<Component*>:: i... (by zxrp)
|
by AGZZ21
Getting the optimal change in cents.
|
|
[1 reply] : What I would do is sort the array for highest to smallest(or just assi... (by giblit)
|
by flony1
step two vectors to a function
|
|
[1 reply] : Perhaps there is a translation mistake? "vector" refers to the std::v... (by LB)
|
by JohnMyer87
Pricing a Bond
|
|
[3 replies] Last: Any help with for loops? I would really appreciate it. (by JohnMyer87)
|
by tehlolxz
Yes/No while loop help
|
|
[1 reply] : std::string Done; do { // Your code d... (by monochrome)
|
by Stewbond
Changing relative path reference
|
|
[4 replies] Last: You're right, that's even better. I already used boost::filesystem in... (by Stewbond)
|
by crexalbo
Specifics concerning #include
|
|
[4 replies] Last: If you're running all the files through a script anyway I'm not sure w... (by LB)
|
by pdsharma86
Need code to Exit function after 5 minutes.
|
|
[9 replies] Last: Hey, Could you please give me small programming example on using separ... (by pdsharma86)
|
unable to input data |
|
[1 reply] : char fname, lname; means that fname, lname are single characters no... (by coder777)
|
by isaac868
Error 4 error LNK1120: 1
|
|
[1 reply] : Hi there ! If you look right here you can see the compiler's hint at ... (by soranz)
|