by kkl19880913
function problem, please help.
|
|
[3 replies] Last: thanks for the reply, but i still get stuck. how should i fix it ? (by kkl19880913)
|
by Giorgio
I am having trouble making my program output correctly on my 2nd while loop
|
|
[1 reply] : http://www.cplusplus.com/forum/general/173931/ I was told to re ask t... (by Giorgio)
|
by Giorgio
I am having trouble making my program output correctly on my 2nd while loop
|
|
[6 replies] Last: God Bless you as well (by Giorgio)
|
by JQ44
Input values into an array.
|
|
[1 reply] : Valid indices for array are from 0 to n-1 . When you try to out... (by Norm Gunderson)
|
by tstolber
Compiler setup
|
|
[no replies]
|
by KMagic
Size of a string
|
|
[3 replies] Last: sizeof(std::string) , in-object space for small string storage: GNU... (by JLBorges)
|
by lusito92
Easter calculator
|
|
[1 reply] : Hi, I have always wondered how the Easter date was figured out, Now I... (by TheIdeasMan)
|
by PopRockCandy
stuck looping w/o a break;
|
|
[6 replies] Last: My teacher said we can't use a break in our program unless it is part... (by dhayden)
|
by xxllaacckks
How to find the values being swapped in two different arrays?
|
|
[4 replies] Last: If you're able to use std::vector, I'd create a vector, and then push_... (by YFGHNG)
|
by Cesar2505
Tic Tac Toe
|
|
[1 reply] : line 65: }while(gameWin() == false); (by closed account 48T7M4Gy)
|
by ct180
cout from iterating void function in library
|
|
[1 reply] : Was able to use ostream and a vector to finish this one! (by ct180)
|
by banksters
How to read numbers and operators only from a string?
|
|
[3 replies] Last: Hi, Just wanted to mention my hearty dislike hatred of constructs l... (by TheIdeasMan)
|
by lxyamerica
how char read two digit integer
|
|
[4 replies] Last: Please don't delete your original post, it is bad form here, and it ma... (by TheIdeasMan)
|
by liatleder
sum of digits of an int
|
|
[10 replies] Last: oops I missed what u wrote. The test is num != 0 (by closed account 48T7M4Gy)
|
by dummy101
pointer to array to function
|
|
[9 replies] Last: Hi, You should note and implement the things that JLBorges has ment... (by TheIdeasMan)
|
by ProjectAnsem
Help with an assignment
|
|
[no replies]
|
by jpanther
Switch statement-invalid conersion from char to int
|
|
[3 replies] Last: Thank you for your input. Thanks for pointing me in the right directio... (by jpanther)
|
by besurk
How do I take a string of characters and sum their ascii values?
|
|
[5 replies] Last: Since a character is an integral type, you can just use accumulate whi... (by Alrededor)
|
by Toothless LL
Undeclared identifier help, can't figure out what's wrong
|
|
[3 replies] Last: It declares the variable as constant. After you set those values, they... (by Zhuge)
|
by AlexBoggs
Need help with single char value
|
|
[17 replies] Last: ... and jlb too for correction on square brackets which I'd forgotten.... (by closed account 48T7M4Gy)
|