by kateng32
terminating properly
|
|
[9 replies] Last: well kind of. on a program this small, yes, but if i remember correctl... (by closed account Dy7SLyTq)
|
by Slazer
static_cast<Derived>(base)
|
|
[1 reply] : Because there is no valid conversion from Base to Derived. For this t... (by Peter87)
|
string not defined |
|
[2 replies] Last: @abhishekm71 Thanks for correcting my silly error. :) (by The illusionist mirage)
|
by Ludidi
Implement a recursive function to sum up numbers between two points x, and y.
|
|
[1 reply] : If the sum needs to include both x and y then assuming y > x, in... (by abhishekm71)
|
by Ludidi
Implement a recursive member function that finds an element in an array.
|
|
[no replies]
|
by remusac
Read Advanced Code
|
|
[5 replies] Last: I use makefiles in all my projects. Whether they are large or small m... (by kevinkjt2000)
|
by bacondude95
C++ Object oriented programming
|
|
[6 replies] Last: Oops... @abhishekm71 The m_ctrl member in class Slave should have be... (by andywestken)
|
by treefrog
How to search a data base and display information
|
|
[no replies]
|
by Vigii
Calculation error
|
|
[5 replies] Last: Sorry, my bad. I still think you should use doubles exclusively. The... (by TheIdeasMan)
|
by metulburr
function call in another function parameter
|
|
[1 reply] : You can use a function pointer. http://www.cplusplus.com/doc/tutorial... (by MrHutch)
|
by colognem
Cout-ing a ball figure
|
|
[1 reply] : A "ball figure" ??? Andy PS Googling for "C++ ascii art" might help?... (by andywestken)
|
by ahchua
Shuffling Cards
|
|
[17 replies] Last: @Zhuge Hi, alright. I returned C and its working now. Thanks! (by ahchua)
|
by metulburr
unexpected output for deck of cards
|
|
[2 replies] Last: oh duh, lol thanks (by metulburr)
|
by ven132
Help me on FOR LOOPS, PLEASE! :(
|
|
[7 replies] Last: @vlad from moscow Oh, nevermind. I just made it work lol. All i did... (by ven132)
|
by colognem
For loop
|
|
[6 replies] Last: the straightforward approach youve stated is what im looking for. than... (by colognem)
|
How to print numbers in an array in ascending and descending order??? |
|
[no replies]
|
by Og The Trog
What counts as a "valid complete object"?
|
|
[2 replies] Last: A quick google later, I see this phrae is turning up in discussions ab... (by andywestken)
|
by Focus
interact with webpages?
|
|
[2 replies] Last: Your question is a little bit vague. When you say "enter a specific li... (by andywestken)
|
by jonlande
Rectangle Class
|
|
[7 replies] Last: When compiling this newer version of the application, I get syntax err... (by jonlande)
|
by TrulyRazor
Beginner Ideas (I must relent)
|
|
[3 replies] Last: A generic response to a truly generic question. (by mutexe)
|