by mrju5t
Small program output not correct?
|
|
[2 replies] Last: Try this input 2 9 9 2. And you will get a "3 of a kind". I have fixed... (by mrju5t)
|
by epi975
Replacing a char with an integer
|
|
[1 reply] : The replace line should probably look like this: replace (conver... (by Chervil)
|
Get character from console |
|
[4 replies] Last: never mind I got from another website (by closed account 28poGNh0)
|
by tsukinoiri
figure out if C string contains int or char?
|
|
[1 reply] : C-string or null-terminated string is an array of char, which ends wit... (by MiiNiPaa)
|
by connorvba
access one classes function from another class
|
|
[6 replies] Last: Oh thanks...I feal realy dumb (by connorvba)
|
by poziga
Read png file binary
|
|
[12 replies] Last: I guess that was the problem. I changed the line to fread(n, 1, 23, f)... (by poziga)
|
by hosein123
C++
|
|
[1 reply] : What is the question? It seams really unclear. (by connorvba)
|
by leprechaun
read diff in time HH:MM:SS
|
|
[2 replies] Last: Thanks for the help:) (by leprechaun)
|
ASCII characters |
|
[4 replies] Last: Thank you. That's great. (by andyjacko1985)
|
by award982
Need to find very large numbers by pow(2,x) x > 2000
|
|
[1 reply] : That sounds like a case where some sort of large integer library is re... (by Chervil)
|
adding thrust and gravity to a circle |
|
[5 replies] Last: http://www.cplusplus.com/articles/z13hAqkS/ (by Yanson)
|
by ws01274696
Problems with using class and switch case to compile a fraction calculator
|
|
[1 reply] : Please use code tags when you post. http://www.cplusplus.com/articles/... (by Yanson)
|
by Venom18
Problem with a little program.
|
|
[2 replies] Last: The fclose and FILE*f were there from the function I used. But that wa... (by Venom18)
|
by Beginner007
the code doesn't debug, why did i do wrong?
|
|
[3 replies] Last: thanks (by Beginner007)
|
by Hp of Legend
Need Help Please!!!
|
|
[1 reply] : #include<iostream> #include<fstream> #include<string> #include<iomani... (by Yanson)
|
how to split this text file |
|
[no replies]
|
Math Quiz - Functions - Help please! |
|
[2 replies] Last: Okay, first of all, you need a set time to ask the question of whether... (by The Mighty Boosh)
|
Problems with Reading/Writing/Finding in a .txt file |
|
[no replies]
|
by H3avenlySoul
Making a Diamond
|
|
[5 replies] Last: Ok the one you just posted has everything that I'm familiar with. Than... (by H3avenlySoul)
|
Program can't find which is the longest |
|
[1 reply] : Line 27 is before the loop starts, it uses the size of the very first ... (by Chervil)
|