by manudo
End program instruction.
|
|
[15 replies] Last: Yes, I should have made that clear. Using exit(0) is very much like ju... (by Duthomhas)
|
by Terminux
Abstract/non-abstract overload/inheritance
|
|
[7 replies] Last: Thanks a lot clanjmc, I'll get deeper in these to understand what was ... (by Terminux)
|
by Jdeleonh
Remove and return card from deck
|
|
[8 replies] Last: What I did was I swapped the random one I made to the top and than jus... (by Jdeleonh)
|
by yoked88
2D arrays
|
|
[5 replies] Last: @yoked88 No, I don't mind at all. It seems like an interesting projec... (by whitenite1)
|
by ejp62
Initialization of compound class at creation
|
|
[7 replies] Last: Can you indicate a situation where it is better to use arrays rather ... (by Cubbi)
|
by sasho648
#define delete operator
|
|
[2 replies] Last: Cause the new function will become ambiguous. I use define to tell the... (by sasho648)
|
by stfnhill
Trapezoidal Rule
|
|
[2 replies] Last: Remember the trapezoid rule is written as follows "((Left(n)+right(n)... (by jquant)
|
Record Mic and Speaker audio simultanously, Like Skype conversation on a computer |
|
[1 reply] : OpenAL. Note that to record anything, the system recording volumes ha... (by helios)
|
LZMA SDK and Optimization Issues |
|
[4 replies] Last: Thank you and your right! Sense this is from within a C library then ... (by closed account 43RGz8AR)
|
is reference really an alias? |
|
[7 replies] Last: A reference is always another name for some object. The issue is h... (by Duthomhas)
|
by rcijvat
Using CPlex + Boost in VS2010 in debug mode
|
|
[no replies]
|
by Kentlol
Help With code to continue if user answers (Y/y)
|
|
[6 replies] Last: Yeah, using toupper (or tolower) is a good advice ;) (by Peter87)
|
User selection of text files |
|
[4 replies] Last: this information is too much good for me for understanding... (by Bretdde)
|
by tenpoundbear
farcalloc() Help
|
|
[3 replies] Last: ... replacing farcalloc with alloc I hope you mean malloc .... (by kbw)
|
by g0blu322
Credit Card Validation
|
|
[4 replies] Last: A better approach would be to have the user enter the whole thing as a... (by TheIdeasMan)
|
Why Operator << is defined as a non member function? |
|
[2 replies] Last: Hi Peter, Thank you very much for your reply. Regards, Rajeev N Samb... (by Rajeev N Sambhu)
|
by beakie
Qt - Unresolved externals, again
|
|
[6 replies] Last: If so, it seems as though these files are not updating or rebuilding... (by TheIdeasMan)
|
Linked Lists |
|
[9 replies] Last: @Vlad from Moscow: So I would have to declare a variable that equal... (by MildewyTester)
|
by eidmohd
Urgent Question
|
|
[1 reply] : use code tags please (by Need4Sleep)
|
compiling only one error with program help |
|
[1 reply] : I think you mean char lettergrade (double average) { EDIT: Oh and ... (by Angeljruiz)
|