diamond asterisks |
|
[7 replies] Last: See: http://www.cplusplus.com/doc/tutorial/control/ (by tcs)
|
by PureEvil75
A small question in strings...
|
|
[2 replies] Last: ok thx a lot (by PureEvil75)
|
by CWiggles22
Using getline to read from a text file
|
|
[1 reply] : Study this. http://www.cplusplus.com/reference/fstream/ifstream/ Try... (by tath)
|
by fluffy
How would you solve this?
|
|
[3 replies] Last: Yes, for example: for(int tests = 0; tests < 100; ++tests) { scor... (by MiiNiPaa)
|
Help with Code PLEASE!! |
|
[4 replies] Last: Pointer Help Imagine.. int array = {10,12,13,14}; //array == 10, ... (by DysFunc)
|
by Pebble
Array Pointer
|
|
[6 replies] Last: The array was defined ok vlad from moscow. I used sizeof() which retu... (by Pebble)
|
by Smatik
Help using random numbers
|
|
[3 replies] Last: i had the following problem in my book: #include<iostream.h> #inclu... (by cire)
|
by Bubbly Pink
create a vector
|
|
[3 replies] Last: This is what I have come up with so far, but I keep getting errors al... (by cire)
|
by gantz2109
Searching an array
|
|
[1 reply] : do { cout << "Enter student name or DONE" << endl; cin >> answer; ... (by vlad from moscow)
|
by T4l0n
tic tac toe double error
|
|
[1 reply] : You can look at my old tic tac toe game state checking algorithm. Note... (by MiiNiPaa)
|
by DoctahLove
Help with sentinel loop
|
|
[1 reply] : I'm also get a repeating output when I use 'Q' to terminate the loop.... (by jlb)
|
by Specula
Keeping track of variables after being called.
|
|
[2 replies] Last: ... Can't believe I didn't see that. Thank you, much appreciated. (by Specula)
|
by pakornp
How to check for invalid input?
|
|
[1 reply] : You could write a character-by-character validation of the input strin... (by Chervil)
|
by Bolong Yu
Funtion
|
|
[2 replies] Last: Char can only be 1 single letter of the Alphabet. For example '... (by Stormhawk)
|
by billywilliam
Access Reading Violation
|
|
[1 reply] : You code is very messy, it's seems that you started coding without thi... (by tath)
|
by linch
counting numbers in a text file
|
|
[3 replies] Last: I thought, inputData.good() checks, if there would be a problem. But,... (by coder777)
|
by justin123
else condition
|
|
[6 replies] Last: what is the problem about the code? (by mae956)
|
by Akillioon
clear dynamic linked list
|
|
[1 reply] : For example it can look the following way List * clear( List *p ) { ... (by vlad from moscow)
|
by ccmccm
SDL question
|
|
[11 replies] Last: OK thanks! But now I want to make a main menu to have 3 option buttons... (by ccmccm)
|
by donvigor
packaging of a program
|
|
[2 replies] Last: i use codeblocks g compiler i think...i compile it and it works fine..... (by donvigor)
|