by ThemePark
Size of bitset 8 times too high
|
|
[3 replies] Last: I've come across another such library, YAS url: https://github.com/n... (by niXman)
|
by MOSKing
User Entry Menu
|
|
[1 reply] : Try adding a break; at the end of each case, so it doesn't fall thro... (by TheIdeasMan)
|
by bits12345
I dont know if my output is right!
|
|
[7 replies] Last: Thanks for the help you guys. I'll try to understand furthermore what ... (by bits12345)
|
3D array question |
|
[6 replies] Last: Yes, the 3-D array you declared is not that large; for that to work, ... (by Josue Molina)
|
by fmedina151
how to reject bad input?
|
|
[4 replies] Last: Now I have an infinite loop every time I enter a number where do I cha... (by fmedina151)
|
by jadmakh
Stack machine
|
|
[1 reply] : summarize your problem :) (by garybone)
|
by GuruMan94
How to Calculate norm of a vector?
|
|
[1 reply] : If you mean Euclidean norm, then it can be easily calculated using the... (by abhishekm71)
|
????? |
|
[1 reply] : what do you mean by fout.write((char *)&sal, sizeof(sal)); It writes... (by Catfish4)
|
by comfyinbed
If While IF IF IF Loop
|
|
[3 replies] Last: no its bracket is appear while (byear - 1 >= syear { ... (by max v max2)
|
by xoxos
win32 test for non-repeat key press
|
|
[1 reply] : aah! it's HIWORD tyvm... if ((HIWORD(lParam) & KF_REPEAT) < 1) c... (by xoxos)
|
by meek
Guessing game help?
|
|
[2 replies] Last: Lines 5 and 6. Hmm? (by xismn)
|
Arrays referencing same memory space |
|
[2 replies] Last: awsome. thanks for the help! (by BigTurkeyEater)
|
by boy3005
Help?
|
|
[9 replies] Last: so my code is right? Well did you test it? The biggest thing about w... (by vasilenko93)
|
by SwiSs3r
I'm new to programming, and wondering if programming logic ties in with C++?
|
|
[2 replies] Last: Thanks Chervil! I was just curious because, there are alot of differen... (by SwiSs3r)
|
by asif258
Increment & Decrement Operators
|
|
[2 replies] Last: Can anyone yes. Will we no. There is a difference between can and may.... (by giblit)
|
by biggysmall
need a Aligorithms,psuedocode and flow chart with arrays
|
|
[1 reply] : You must design You can assume that You can also assume You ... (by TheIdeasMan)
|
by fahmankhan75
Random Number Generator HELP PLEASE
|
|
[2 replies] Last: Yes, it looks you have no clear understanding on random number sequenc... (by rodiongork)
|
by Terminus Est
URGENT: Need help with Array homework
|
|
[2 replies] Last: Thank you so much for that. I shall experiment with the code you just ... (by Terminus Est)
|
by gghf
Deleting in a vector
|
|
[1 reply] : myvector.erase invalidates the iterator i . Btw, if you reach line... (by cire)
|
by hellcoder
extracting value from a given number
|
|
[6 replies] Last: This may not be fast because its recursion, but it uses 0 loops. This ... (by vasilenko93)
|