by nand
file doesn't parse all the way if file1.tellg() isn't called
|
|
[1 reply] : Hello, I haven' found any solution to this problem, so I left the work... (by nand)
|
by jbwright84
My first C++ class
|
|
[5 replies] Last: It is strOngly suggested to return a value but is not required for yo... (by Moschops)
|
by soundstone
A little help please...
|
|
[3 replies] Last: Thank you for you help Andy. I really appreciate it! Regards, ~Sound... (by soundstone)
|
by shank8
Using modulus with printf as just text
|
|
[1 reply] : I don't use normal C, but with Perl's and Java's printf and String.for... (by Mathhead200)
|
by newby
friends of template classes
|
|
[4 replies] Last: However the behaviour is not the same. template <class U> friend void... (by ne555)
|
by Intrexa
Most basic program possible
|
|
[1 reply] : Probably this: int __main() {} Compiling with parameters -s -mwin... (by Athar)
|
by eldan328
Need help in doing these. Please :)
|
|
[7 replies] Last: it still wont form christmas tree bro. ----*---- ---**--- --***-- -**... (by eldan328)
|
by shank8
Weird Problem with Declarations
|
|
[3 replies] Last: Thanks a lot, I will try that out. Sorry, I am used to coding in C++ b... (by shank8)
|
by i514x
how to run a console and store its output?
|
|
[6 replies] Last: ??? _popen is the command to run a program and get the output! (by andywestken)
|
by ncarter783
C++ Senior Programmer
|
|
[3 replies] Last: lol :) (by TheMassiveChipmunk)
|
by shoaib malik
getline() problem
|
|
[5 replies] Last: You could use cin.get() if you can guarantee that there's only one c... (by shacktar)
|
by metulburr
Python in Code Blocks?
|
|
[2 replies] Last: If you're willing to take a bit of a risk? http://wiki.codeblocks.org... (by andywestken)
|
by ziodice
What is SDL capable of?
|
|
[5 replies] Last: Things SDL is good at: * Wrapping 2D and OpenGL screen refreshes. * 2D... (by helios)
|
Linking libraries |
|
[6 replies] Last: Thanks so much!! After giving it the -I file path, it worked fine! Tha... (by littlemissinuka)
|
by lufee
lotto revenue simulator
|
|
[2 replies] Last: First: capitalize your sentences. Second: format your code in code bra... (by Mathhead200)
|
by ziodice
Can images be displayed in console?
|
|
[12 replies] Last: You could always convert the image to ascii art and then display that ... (by andywestken)
|
by GraemeR
getline
|
|
[14 replies] Last: I never said it was a good idea :) I was lazy and just wanted to avoi... (by shacktar)
|
by Chathu
About Char Arrays
|
|
[3 replies] Last: A char is an int since it it can hold a value from 0 - 255. Each of... (by ascii)
|
by MrBeatnik
Can someone tell me why this simple cose doesn't run right?
|
|
[3 replies] Last: How close do you want the numbers to be before you consider them to be... (by Moschops)
|
by Stewbond
Class contents
|
|
[2 replies] Last: Ahhh that makes sense. It is just for contingency in error checking. ... (by Stewbond)
|