by turke
Character place
|
|
[6 replies] Last: Yes it is but I wanted to do it using str.at... (by turke)
|
by jayray23
If Statements
|
|
[2 replies] Last: Thanks for the link, got the program working and functioning fine! (by jayray23)
|
by ghost305
Format Text - ofstream-ifstream
|
|
[2 replies] Last: I did that already, What i'm trying to do is remove the excess white s... (by ghost305)
|
by ghost305
Trouble with FIFO(Queue)
|
|
[4 replies] Last: isn't mpHead the first item on the list? The removeItem is supposed... (by ghost305)
|
by thekingofbs
Decimals are all zeros?
|
|
[3 replies] Last: Forget the 20 local variables you have. Simplicity is the key #inclu... (by eker676)
|
by Vorbis5
Enum
|
|
[5 replies] Last: Not exactly. Sometimes it is quicker and less error prone to use an en... (by eker676)
|
by jzackt
Combining arrays?
|
|
[7 replies] Last: ok thanks i will try it (by jzackt)
|
by dalhousie12
New to C++ and programming...stuck on programming project
|
|
[15 replies] Last: Thanx, youre awesome x) (by zydeoN)
|
by Achillnasa
Yes/No Statement
|
|
[3 replies] Last: Put quotes around the y if (buy == "y") (by eker676)
|
by BlueKitties
Problem with a template class.
|
|
[11 replies] Last: I don't care either, I was just posting the information in case anyone... (by firedraco)
|
by gogo
What's wrong
|
|
[1 reply] : Take a look at lines 60-61. Every time the user inputs a number, you ... (by jdd)
|
by eker676
Initializing a normal array through a non-constant variable
|
|
[8 replies] Last: I told her that it wasn't standard and declared a dynamic array instea... (by eker676)
|
by sigutis
reading file stops at 0x1A
|
|
[2 replies] Last: It helps. thx. (by sigutis)
|
by Helljawz
Problems with scanf() and getc(stdin)
|
|
[5 replies] Last: You are doing fine. The better alternative, if you want it, is to s... (by Duthomhas)
|
by masiht
constructors
|
|
[15 replies] Last: When an object of a class is declared it calls the constructor so Cl... (by Bazzy)
|
by mat1989
Changing tags from upper case to lower case
|
|
[3 replies] Last: So far I have got the program to open the files, check if the file is ... (by mat1989)
|
by winggeek
multuple struct in seperate switch case
|
|
[4 replies] Last: Disch was putting it lightly. Honestly, I don't have the slightest cl... (by kempofighter)
|
by Beginner101
A problem here
|
|
[1 reply] : Line 32 is wrong. Look closely. (by jsmith)
|
by epiqu1n
Timer
|
|
[2 replies] Last: Oh sorry guess I didn't notice that :P. Thanks I'll see if I can put... (by epiqu1n)
|
by sobi
Creating a 2 dimensional array in C
|
|
[3 replies] Last: I have a good example of this being done in a small program that takes... (by closed account S6k9GNh0)
|