by tempomat
result of 'float' - 'float' ???
|
|
[10 replies] Last: Thank you everyone! @Disch: The C++ FAQ was really great! @rapidcode... (by tempomat)
|
by brokenbot
Bots that do small tasks on WWWsites
|
|
[5 replies] Last: yes smh... what i'm doing isn't illegal. It's very very very legal. If... (by brokenbot)
|
by Brianzor
byte2char
|
|
[1 reply] : EDIT: Nevermind, I found my error, seems that the whitespace after %x... (by coder777)
|
by highclick
C++ Change CMD color background and text
|
|
[5 replies] Last: The example from wikipedia is different. You also have an assignment o... (by m4ster r0shi)
|
by alishbat
dynamic array
|
|
[1 reply] : What is a dynamic array ? A container that changes its storage capac... (by Athar)
|
by ziodice
Can't get SFML to work? CodeBlocks. (1,2)
|
|
[29 replies] Last: The paths indicate that something's wrong in the settings (..\..\..\Us... (by Athar)
|
by NetHacker
What's wrong with this program?
|
|
[5 replies] Last: Alternatively just press Ctrl+F5 in Visual Studio and the window will ... (by ascii)
|
by metulburr
cant close my window
|
|
[no replies]
|
by ziodice
Using Microsoft C++ Express thing
|
|
[3 replies] Last: Thank you. Both of you're things worked. (by ziodice)
|
for loops statement |
|
[2 replies] Last: ...And you're asking for someone to do your hw for you. Which is look... (by atropos)
|
by Ehsan Imani
96 errors! probably because of std.
|
|
[12 replies] Last: I realize this is after the fact, and I'm not trying to be particularl... (by Duthomhas)
|
by Nostalion
Extremely Basic XCode / C++ Question re "Hello World" program
|
|
[4 replies] Last: Well, I've deleted the old project folder and emptied the trash, but t... (by Nostalion)
|
Recursion |
|
[7 replies] Last: Always and never rules are never correct and should always be... (by Lodger)
|
by wtf
I can't figure out what is wrong.
|
|
[7 replies] Last: P.S. sometimes it outputs werid results like: 8! = 403225306 or 8... (by wtf)
|
by fuzzy
Program crashes
|
|
[4 replies] Last: You need to understand what a pointer is and what an int is, and how a... (by Moschops)
|
by J Pass
Class - First Assignment
|
|
[4 replies] Last: Pseudocode for doing it without an array: max = user_input() repeat... (by hamsterman)
|
by nor
problem understanding a panagram code
|
|
[2 replies] Last: Thank you very much for the information! (by nor)
|
by kgs1992
Prime Numbers different logic?
|
|
[1 reply] : The easy way to check a number if it's a prime is. run through a loop... (by GisleAune)
|
by somshridhar
How to read numbers from a text file and output them into other text file
|
|
[5 replies] Last: Dear Sir, I am trying to use stringstream function for my program i... (by somshridhar)
|
by Nelli
testing a string for user input, please help
|
|
[1 reply] : Just take substrings of the input and keep track of what you are looki... (by kooth)
|