Help understanding the switch() and how to fit it into a math generator. |
|
[4 replies] Last: What is the enum? In this case the enum (or enumeration) is just a w... (by cire)
|
by CosminNTG
ASM function in C
|
|
[16 replies] Last: Taking your original find loop, I got the following with VS2010. ;... (by AbstractionAnon)
|
by tcan618
What's wrong here?
|
|
[1 reply] : Line 42 is an assignment. To compare use ==. (by maeriden)
|
by busturdust
Algorithmic Analysis, Help With Timer Class
|
|
[1 reply] : bump, going crazy any assistance would be greatly appreciated! (by busturdust)
|
Where to start |
|
[9 replies] Last: I'm using this http://www.uow.edu.au/~nabg/ABC/ABC.html (and the C++ p... (by willf)
|
Would like some direction with Time of Day program |
|
[no replies]
|
by mrtyson86
Need Help With Assignment Due Today Almost Got it
|
|
[2 replies] Last: Thanks a lot it worked!!!! (by mrtyson86)
|
by Felicia123
did anyone know gelosia multiplication
|
|
[2 replies] Last: @Yanson. did u see what i said just now? i know how to do on paper. b... (by Felicia123)
|
by mrtyson86
Need Help With Assignment Due Today
|
|
[3 replies] Last: ok im almost there i kinda got it but the program should end after i g... (by mrtyson86)
|
by tcan618
This may take your time || aww come onn ?
|
|
[7 replies] Last: The second part sort of was. To get the program to finish when the us... (by freddy92)
|
by badkaykay
Error: expected primary-expression before ')' token
|
|
[1 reply] : I think I just figured this out - I need to call setNumCards, not setC... (by badkaykay)
|
by mrtyson86
New help ASAP HW due today.
|
|
[5 replies] Last: I got it Thanks!!! have another one which is a bit harder than this on... (by mrtyson86)
|
by algoRichard
overloaded function is ambigious
|
|
[3 replies] Last: Also, why is your temp a pointer to T in the swap function? That feels... (by Zhuge)
|
by fx11
Next step ??
|
|
[2 replies] Last: Zereo thanks for your answers I feel so that I understand the very ba... (by fx11)
|
by willf
Sorting structs
|
|
[no replies]
|
by Daleth
Initializing an array within a map container
|
|
[4 replies] Last: Thanks for the suggestion. Luckily, after updating my compiler, //.... (by Daleth)
|
Adding values to an existing array |
|
[1 reply] : Best way is to use dinamically sized container as std::vector : http:... (by MiiNiPaa)
|
by Sean Kemper
getting a seg fault, first time with classes and pointers
|
|
[8 replies] Last: and thank you so much for that fix :) i was trying to delete them all ... (by Sean Kemper)
|
by lmsmi1
XML Parsing
|
|
[6 replies] Last: Well since it seems so hard to parse XML, what would be a better langu... (by lmsmi1)
|
by willf
Problem with switch
|
|
[3 replies] Last: If the user enters "nksw" and a char is expected, it will just take th... (by TheIdeasMan)
|