by icecream9000
basic program help (structs, arrays, input/output)
|
|
[1 reply] : I'm not sure how to print my code in the code-box type formatting I've... (by icecream9000)
|
by wtf
negative factorials
|
|
[4 replies] Last: The gamma function IS defined for all real numbers except the negati... (by atropos)
|
by HPexpress
Array update values correctly?
|
|
[1 reply] : No. Arrays always have fixed size so you can't add new elements. (by Peter87)
|
by Smooth23
compiler error, no matching function, what is it telling me?
|
|
[1 reply] : I think that the problem is that you are trying to call a non-const m... (by vlad from moscow)
|
by fidelcashflo
Float to Hex
|
|
[4 replies] Last: Well in that case, the code above at least gives you a unsigned int .... (by Stewbond)
|
by EeAA
build linked List
|
|
[no replies]
|
by madhatt30
Passing Array to DLL Function
|
|
[5 replies] Last: ok now im just confused <DLL CODE> #include <iostream> #include <st... (by madhatt30)
|
by Ch1156
return to line in code??
|
|
[3 replies] Last: You should use a function for this. goto has it's uses but controlling... (by Computergeek01)
|
overloading an arithmetic operator |
|
[1 reply] : You made a typo inserting ';' after the parameter list in the defini... (by vlad from moscow)
|
by DreBoi
Please help me writ a code for this question
|
|
[4 replies] Last: make a first try, and we'll tell you how to resume and help you to the... (by TheDestroyer)
|
by eivets
Prime number help
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/65727/ (by Shinigami)
|
by AggieKyle
Prime function returns all values.
|
|
[13 replies] Last: create new topic for new question. And use source tags for code. (by Shinigami)
|
by noonmoon
output problem
|
|
[15 replies] Last: for(int i = 1; i < numBooks; i++) { //reading Books ... (by JCaselles)
|
by rozick1
pthread app crashes
|
|
[1 reply] : You have several APIs that wrap around any complications with pthread,... (by closed account S6k9GNh0)
|
by DreBoi
Please help me write a code for this question
|
|
[4 replies] Last: Ok kool will post what I have later on (by DreBoi)
|
by applecrisp
Checking Array entries
|
|
[4 replies] Last: Awesome thanks ! got it to work ... realized I had closed file input i... (by applecrisp)
|
by Werner2
Undefined reference to something that's appearently declared.
|
|
[5 replies] Last: Ever so often may want to "clean" your project. Maybe that'll help. -... (by Albatross)
|
by hrstar24
How do you make a reset function? Tip Calculator example
|
|
[5 replies] Last: Thanks for the help everyone. Alright, so now I am trying to make a f... (by hrstar24)
|
by c2252011
Using STL to count the number of occurence of english letter
|
|
[3 replies] Last: One more your variable istringstream iss; is empty. How many times sho... (by vlad from moscow)
|
by spike2pt0
Replacement words for class
|
|
[4 replies] Last: "genus", perhaps? (by JLBorges)
|