by decades
declaring variables with ()
|
|
[5 replies] Last: well thank you all for the response, i really was confused because i w... (by decades)
|
Calculating an approximation of sin^2〖(x)〗+ cos^2〖(x)〗 and determining how accurate it is. |
|
[3 replies] Last: You should try a simple code example for yourself, to see how integer ... (by Chervil)
|
by algore92
-1.#IND ???
|
|
[1 reply] : This: root_1=((-b)+ sqrt((b*b)*(-4*a*c)))/(2*a); should be: ... (by Chervil)
|
Help! Reading multiple lines w/ getline? |
|
[8 replies] Last: Okay, I fixed my code but how do i go about counting the number of wor... (by Totes my goat)
|
by NowSee
Visual Express 2012: error LNK2001 (1,2)
|
|
[23 replies] Last: Well done, the important thing is that your compiler works regardless ... (by Uk Marine)
|
by Jose94ji
Help with inititalizing a variable in a for loop
|
|
[3 replies] Last: This could be moved outside the loop too: if(i==11){ cout << totalRa... (by Chervil)
|
by allegroBegin
Allegro 5.0.10 problem
|
|
[1 reply] : I have ended up fighting the the problem is caused by the method : ... (by allegroBegin)
|
by patieB
please critic my code
|
|
[2 replies] Last: thank you , you've given me a lot to work on (by patieB)
|
Caesar cypher encryption |
|
[8 replies] Last: When using an alphabet string, you don't actually care about the lette... (by Catfish4)
|
String Input Error |
|
[2 replies] Last: Thanks it worked :) (by Vanniekerk789)
|
by splendorman
Class problems
|
|
[2 replies] Last: Thank you so much. you, my friend, are a hero! (by splendorman)
|
by elfeck
Reusing dyn. allocated array
|
|
[5 replies] Last: I wasn't sure this wouldn't leak memory. To my knowledge, in C++ you... (by Catfish4)
|
by patieB
generating 5 digit numbers
|
|
[12 replies] Last: I'm not too proud to admit when I'm wrong - good points :) Coming to ... (by closed account o3hC5Di1)
|
by jwilt
Roman Numerals
|
|
[3 replies] Last: http://www.cplusplus.com/forum/articles/42672/ Hard if you cannot use ... (by ats15)
|
by Dknight
Whats wrong in this code fragment?
|
|
[3 replies] Last: no no it is just a theory question and sorry the format written was wr... (by Dknight)
|
by bexeo
help with modulus
|
|
[4 replies] Last: giblit, you got it. thanks so much!! yeah i was about to say "i need t... (by bexeo)
|
by shahgee
check this code and plz help me
|
|
[1 reply] : just put it into a loop again and print it (by closed account Dy7SLyTq)
|
by yaraa
help me
|
|
[2 replies] Last: const double RADIUS = 5; string circle1 = "circle"; cout << "The... (by bexeo)
|
by klimkiller
cant get the value in double pointer
|
|
[2 replies] Last: damn. didnt saw that. after making it into *amount and changing line 1... (by klimkiller)
|
by MasterT
How do I get the index of a value in an enum?
|
|
[3 replies] Last: Thank you! (by MasterT)
|