by Warrior2089
Random number generator
|
|
[1 reply] : Use srand() ONCE to seed it, then call rand() for a random int. You c... (by firedraco)
|
by grcunning
errors with assert()
|
|
[2 replies] Last: duh! That's why I love this site. I had looked at it for too long wit... (by grcunning)
|
by berge
getArea() function
|
|
[4 replies] Last: I see! thanks! are there any rules for when I should use this->width, ... (by berge)
|
by blue cloud
how to solve this task
|
|
[2 replies] Last: Thank U!!! i have made the correction and now the code is working. (by blue cloud)
|
by youknowme
how can my program identify if input is a double or a int?
|
|
[1 reply] : if you're querying the user for input, and want that input to be store... (by jRaskell)
|
by detorresrc
Deleting Pointers
|
|
[3 replies] Last: It is not automatically deleted. You have to delete it. Generally ... (by jRaskell)
|
by newb17
problem tryin to read from file
|
|
[2 replies] Last: arr such a simple mistake. thanks (by newb17)
|
by jesusk
i cant find out the problem
|
|
[3 replies] Last: yeah i've noticed when i checked every function individually and the... (by jesusk)
|
by detorresrc
List Files
|
|
[1 reply] : There's no such function in the standard library. Either a) use syste... (by helios)
|
by Warrior2089
Illegal use of pointer function
|
|
[1 reply] : Line 16: You're doing cout < instead of cout << . Line 27: Don't d... (by helios)
|
by mizzwaniez
what wrong with my program.why it is cannot run?
|
|
[1 reply] : Well, I see multiple places where you would get an error. Is it giving... (by closed account S6k9GNh0)
|
by paolopiace
Input tags separator
|
|
[3 replies] Last: Not a problem...the worst people are those who go: "OMG HW PROBLEM!... (by firedraco)
|
by jaydr
clearing screen
|
|
[2 replies] Last: i figured that out but i would like to do it right instead of the the... (by jaydr)
|
by Oromis
Create an empthy surface in SDL
|
|
[1 reply] : See a reply to your other post on same subject. (by guestgulkan)
|
by wretch
comma operator: dangerous or useful?
|
|
[6 replies] Last: In general the operator is useful only in very specific circumstances ... (by jsmith)
|
by hatesymphony
Converting int to string C++
|
|
[5 replies] Last: Yes, I meant n-1 so that if n==1 is returned n (the 1 st element)... (by Bazzy)
|
by mizzwaniez
how to solve this task!!!!!plz....
|
|
[1 reply] : Start with this: #include <iostream> int main() { std:... (by kempofighter)
|
by sobi
Menu-driven program in C
|
|
[1 reply] : I'd love to help you but here are the problems. 1) you didn't use c... (by kempofighter)
|
by mizzwaniez
how to solve this task
|
|
[1 reply] : start with this #include <iostream> int main() { std::co... (by kempofighter)
|
by mcleano
Need explaining
|
|
[6 replies] Last: Hmm well the right numbers are being outputted now but the "Current Sa... (by mcleano)
|