Keep asking for user input. |
|
[6 replies] Last: Figured it out, had to set up some restraints. For example: if ((s... (by xcrossmyheartx)
|
by Erain
cstr
|
|
[3 replies] Last: strings are more complicated than they seem. The string class takes... (by Disch)
|
by yklintux
Equivalent of Java static class in C++???
|
|
[2 replies] Last: So a nested public class in c++ is Java's answer to a static class? ... (by yklintux)
|
by Jason2132
Trouble with Tic-Tac-Toe
|
|
[1 reply] : see http://www.cplusplus.com/forum/beginner/1988/ (by hamsterman)
|
by Marek
Question about "IF" and "return"
|
|
[9 replies] Last: Ty... all.. i completed... the program... (by Marek)
|
by human
Array index
|
|
[2 replies] Last: That is not going to work if you only pass negative numbers. I'd just ... (by filipe)
|
by ShadowBox
Need advice for creating a program to practice spelling words.
|
|
[1 reply] : For your purposes, either will work just fine. Reading everything int... (by jsmith)
|
by human
Vector array not working
|
|
[2 replies] Last: thanks for your help! I needed to use the equality operator, also chan... (by human)
|
by xyzt
How to determine key members of a class
|
|
[1 reply] : There's no answer to this question. It all depends on what the type is... (by helios)
|
by tianj
Error parsing commandline arguments
|
|
[2 replies] Last: All done. Thanks Athar! (by tianj)
|
by zaph
using ifstream*
|
|
[1 reply] : You must open your file in binary mode to use read/write. f.open("... (by m4ster r0shi)
|
by buriedshopno
simple question on "const" and "string"
|
|
[6 replies] Last: Just wondering, why would you ever try to add two string literals. Is... (by Athar)
|
by SilentPen
Can you tell me where my problem is?
|
|
[5 replies] Last: FYI, tempNum = tempNum + 1; is the same as tempNum += 1; Also, ... (by RyanCaywood)
|
by retro21
question about atoi
|
|
[4 replies] Last: calling atoi with any non-numeric string always returns 0. (by binarybob350)
|
by retro21
A pointer function question.. advice is needed.
|
|
[2 replies] Last: What do you mean? I do have a different function pointer in my MAIN... (by retro21)
|
by b52
Question about parens
|
|
[4 replies] Last: Look at std::pair. It's made for that kind of stuff (or use reference... (by firedraco)
|
by poutanaki
i cant understand the 5th line of this program :D
|
|
[5 replies] Last: int main() declares a function of type int named main . This is, ... (by RyanCaywood)
|
Can we declare enulm with flaot values |
|
[1 reply] : [quote=rohandreamworld]Hi all i want to know wether we can declare flo... (by m4ster r0shi)
|
by Ditab1
Sorting with Multiple Columns
|
|
[4 replies] Last: Here's a small example: #include <iostream> #include <string> //f... (by m4ster r0shi)
|
by AngelHoof
Simple and Quick question.
|
|
[4 replies] Last: [quote=AngelHoof]Ah excellent... So, I do that In the Definition of A'... (by Galik)
|