by paetim
Adding with Arrays
|
|
[1 reply] : Place this statement cout << "Please Enter 10 numbers (positive or ne... (by vlad from moscow)
|
String Input question |
|
[1 reply] : 1) use getline to get the entire section of user input into one strin... (by Disch)
|
by anooshtk
can anyone help me ?
|
|
[2 replies] Last: I think you are supposed to solve this yourself to learn something fro... (by Peter87)
|
Cout << doesn't work within loop |
|
[6 replies] Last: Oh no, how the ... could I?!.. Well, thanks, Caligulaminus. It must b... (by thestraycat27)
|
by ekorad
Creating a folder (FULL file path)
|
|
[6 replies] Last: I think i fixed it... The problem is that when i declared the string i... (by ekorad)
|
by aaronfue
Help with function programs
|
|
[1 reply] : What do you want your function to do? (by pogrady)
|
by Kitiara
How to encrypt strings during build and decrypt after started the program
|
|
[10 replies] Last: Ok, thanks for your help. (by Kitiara)
|
by hooshdar3
My_Pointer_substraction
|
|
[4 replies] Last: See the "Pointer arithmetic" section of "Pointer craft" http://www.cpl... (by andywestken)
|
by leoo
Mousewheel check
|
|
[1 reply] : Hmm, someone? (by leoo)
|
by shahzaib1111
a program for palindrome in C
|
|
[2 replies] Last: getche is not a standard C function. So it is better if you will not u... (by vlad from moscow)
|
by syifa
can i use nested if-else
|
|
[3 replies] Last: You will have to use both looping and if-else I guess. Loop to contin... (by codewalker)
|
by seetono
remove/ignore getline
|
|
[3 replies] Last: for getline you can read http://www.cplusplus.com/reference/iostream/i... (by codewalker)
|
printing position memory |
|
[2 replies] Last: webJose, amazing!! I tested with chain of characters and works like yo... (by Summerson Goncalves)
|
by AboLayla
Linked List
|
|
[3 replies] Last: http://cplusplus.com/doc/tutorial/ is the thing you need if you dont k... (by codewalker)
|
by The1stZombie
Urgent Programming Help Needed
|
|
[3 replies] Last: This is a good place to start http://cplusplus.com/doc/tutorial/ (by codewalker)
|
by Yezman
Pointers + Arrays
|
|
[5 replies] Last: @majidkamali1370 use parentheses to output address: cout << &(terry ... (by vlad from moscow)
|
Where is SFC /scannow log file in XP? |
|
[1 reply] : The reason is the it doesn't have the right to do so. See http://ww... (by coder777)
|
by zac1989
A cry for help
|
|
[13 replies] Last: To get started, you don't need all that stuff. In these Von Neumann l... (by kbw)
|
by taku nishino
Error unqualified id :( help me guys!
|
|
[4 replies] Last: You should swop the call to your returnResult function and the cout im... (by SIK)
|
by oscott
How to implement my variables into my output file?
|
|
[1 reply] : you dont need the "{" above ofstream newFile; and "}" below newFile... (by codewalker)
|