by Tamok
Slot Machine code issue
|
|
[5 replies] Last: Thanks a lot to the both of you =) I guess lack of sleep is not re... (by Tamok)
|
by spitfire
Vectors and Pointers
|
|
[6 replies] Last: You could also just push_back people and let the vector do the dynamic... (by firedraco)
|
by gnwillix88
how to use switch statement
|
|
[3 replies] Last: The great thing about switches is they can be used just like if/else s... (by gcampton)
|
by Sandermatt
The memory could not be read
|
|
[4 replies] Last: positions[j+i*n] =i in other words, 2 is not a valid index... (by blackcoder41)
|
by ssushchy
not sure how to procced
|
|
[6 replies] Last: The problem is your dealing with arrays, not numbers. you need to look... (by gcampton)
|
by vection
C++ with vectors
|
|
[10 replies] Last: Good luck. (by chrisname)
|
by DoomCarnage
Password!!
|
|
[3 replies] Last: What are the errors you need help with? (by Zhuge)
|
Question about loops and columns |
|
[7 replies] Last: [quote=Always Anonymous]My problem is making the second for loop work ... (by Zhuge)
|
by kevin06s
main() return value
|
|
[3 replies] Last: YES, bool is cast to int and int is cast to bool.. int foo() { ... (by blackcoder41)
|
by hikarujen
recursion
|
|
[3 replies] Last: int mul(int n, int m) { if(m==1) return n; return n+mul(n, ... (by blackcoder41)
|
by ankushnandan
Copy- Constructor
|
|
[3 replies] Last: Thanks @Disch and @Jsmith (by ankushnandan)
|
by littlemissb
Why am I getting this error?
|
|
[7 replies] Last: I added 4.0 just to try. It still hasn't fixed anything. I used 100,10... (by littlemissb)
|
by hikarujen
delete repeats..
|
|
[1 reply] : Code tags. And please, please stop using icky nonstandard conio. (by tummychow)
|
by littlemissb
A few questions..
|
|
[10 replies] Last: You still don't have code tags or indentation. With that amount of cod... (by tummychow)
|
by grcunning
error with opendir()
|
|
[2 replies] Last: DUH.... that's pretty embarrassing, but I guess I just looked at it t... (by grcunning)
|
by ambershee
Function pointer returning null
|
|
[3 replies] Last: An update: It's finding the DLL - but the function pointer is still... (by ambershee)
|
by cmccmc
question about the increase in a for loop
|
|
[10 replies] Last: lol I just did that as you typed that because I was just about to post... (by cmccmc)
|
by reidd105
How to Exit loop with constant literal ??
|
|
[7 replies] Last: I haven't found myself having to use char in a while I alway use strin... (by OnymousIllusion)
|
by Guinner
Text Editor?
|
|
[4 replies] Last: OK - so you want to do windows GUI programming. here is a tutorial si... (by guestgulkan)
|
Looking for a better way to write this code... |
|
[2 replies] Last: Opps forgot a detail... I have to save off IncAmt to use elsewhere. (by AlwaysLearning)
|