by porkshoulder
I want to display more text in my console
|
|
[3 replies] Last: Thanks arrrgh, but yours didn't help. Thank you Grey Wolf for your ans... (by porkshoulder)
|
class in class |
|
[6 replies] Last: something like that: #include <iostream> using namespace std; ... (by lovelyHanibal)
|
by anilpanicker
class dependcies
|
|
[2 replies] Last: Got it, thanks! (by anilpanicker)
|
by OleFowdie
A Simple Problem
|
|
[5 replies] Last: Wow. I am sorry everyone. Like I said this is my first program ever. M... (by OleFowdie)
|
by QWERTYman
Average function gone wrong.
|
|
[1 reply] : You've got to fix three things: #include "aver.h" // unless this ... (by Duthomhas)
|
by LostStudent
Payroll Program with inheritance (1,2)
|
|
[20 replies] Last: I have been working on my code. I have been able to execute the file ... (by LostStudent)
|
by Warrior2089
variable 'error' being used without being initalized?
|
|
[2 replies] Last: Fantastic. Now I just have a few problems within the code to fix (bugs... (by Warrior2089)
|
by soroush
A problem with files in C++
|
|
[2 replies] Last: thank you for your note (by soroush)
|
by coja
Finding similar OpenGL function in DirectX
|
|
[1 reply] : Try the DirectX SDK. Or a DirectX Forum. (by Zaita)
|
by Periphelion
command prompt opens and closes
|
|
[3 replies] Last: cout << "Hello, world!\n"; //\n is an escape character for a newlin... (by QWERTYman)
|
by int main
Where to put a txt-file?
|
|
[3 replies] Last: I believe I have managed to open the file for MyFile.is_open() and MyF... (by int main)
|
by bob3443
Simple while loop
|
|
[1 reply] : What does it do (i.e. Any errors? Doesn't do the intended thing?)? ... (by QWERTYman)
|
by tarealex
Prompting the user for a filename.
|
|
[2 replies] Last: Gosh, thank you so much. Now I feel pretty forgetful. I really appreci... (by tarealex)
|
Cout << string; = memory error? |
|
[5 replies] Last: Ok i reseted the compiler settings (i froggot how mutch i messed with ... (by NamelessOne88)
|
by dominoeffekt
problem with code "Playpen"
|
|
[2 replies] Last: For line 1, LacViet, an easier thing would be to do #ifndef .... (by QWERTYman)
|
by QWERTYman
[solved]"Too many arguments" error
|
|
[4 replies] Last: Hmmm.... Fixed it! Enjoy...now! (by QWERTYman)
|
how is visual basics different from c++ ?? |
|
[3 replies] Last: yes I do mean the GUI when I say drawing the program sorry, I found a ... (by GeekRockerGal)
|
how to display true type fonts |
|
[1 reply] : Both can be done, but only through an awful lot of effort you probably... (by Duthomhas)
|
by grayCplus
Function declaration
|
|
[3 replies] Last: OK, It looks like you need a function int payRate() which would han... (by Faldrax)
|
by Jowel40
List Iterator
|
|
[1 reply] : The * and postfix inc/dec operators should be Type& operator * (... (by Duthomhas)
|