by nguyenh3
Static Const Members of a Cpp File
|
|
[no replies]
|
for(;0;) --> HELP!! |
|
[9 replies] Last: int a; for(a=0;a<10;a++) ; //null statement is exactl... (by TheIdeasMan)
|
by Mangold
Infinitely looping a certain piece of my program
|
|
[1 reply] : while (true){ when you use this syntax, you need to include a break;... (by pogrady)
|
by markz2012
Help! illegal escape sequence issue
|
|
[2 replies] Last: Thanks so much!! I appreciate it! The only thing I had to change was ... (by markz2012)
|
by Ch1156
Vector help
|
|
[4 replies] Last: bump (by Ch1156)
|
by Ch1156
Random names using an array
|
|
[9 replies] Last: Do not call srand before every call to rand. Only call srand once at ... (by Disch)
|
by MajMinor
input file help
|
|
[4 replies] Last: is there another way to input int or double using getline? I've been s... (by MajMinor)
|
by courtneyjw
How to read and store multiple input divided by whitespace to the same variable? Is it possible?
|
|
[no replies]
|
by Howlz
Number of occurence of each alphabet in a user inputted string.
|
|
[5 replies] Last: Thanks but it doesn't still give me the occurence of the rest of the a... (by Howlz)
|
by byronflds
need help with a few homework problems
|
|
[2 replies] Last: thanks man you helped alot. and on the third one that is exactly what ... (by byronflds)
|
by jc4bs
Declaring a variable as a letter or word
|
|
[2 replies] Last: It is not a declaration. It is an assignment. int x = 10; std::stri... (by vlad from moscow)
|
by Xethaios
What am I doing wrong?
|
|
[2 replies] Last: Thank you for your help! I don't have a C++ compiler here, but I'll ma... (by Xethaios)
|
by primecodz
entering a string of data to an ofstream file
|
|
[3 replies] Last: nvr mind I got it with cin.ignore() :) ty very much (by primecodz)
|
by Snipez
Help needed please - Starting project.
|
|
[2 replies] Last: I think FLTK is required due to the demonstrators in third year comput... (by Snipez)
|
by Owain
Class vs Struct
|
|
[2 replies] Last: There's 1 small difference: base classes are public, too. Other than t... (by closed account zb0S216C)
|
by Hashimatsu
How to compile this vector?
|
|
[4 replies] Last: Your version of GCC is too old to be able to do that. Initialize Bread... (by Peter87)
|
by JPruitt
Printing
|
|
[1 reply] : This would depend on the size of your screen which I'm fairly sure is ... (by Stewbond)
|
by miller18
error in my function
|
|
[4 replies] Last: oh wait, I thought total number was the sum of all the digits in the n... (by Fransje)
|
by Madmax86
Output within a for loop rectangle
|
|
[6 replies] Last: Try making your own print function: #include <iomanip> #include <ios... (by Stewbond)
|
by noylekul
Calculator program help please?
|
|
[3 replies] Last: Oh crap, thanks guys, haha. My bad (by noylekul)
|