by envec83
Problem Working With Double Numbers in C
|
|
[1 reply] : Floating point numbers have limited precision. See here: http://www.pa... (by Athar)
|
by dimpls2009
output statement
|
|
[1 reply] : using namespace std; #include <iostream> int main() { int x = 0; ... (by mobat)
|
by nammae
Problem: Using self-defined libraries in Code:Blocks 10.05
|
|
[2 replies] Last: Thank you so much, Athar. It solved my problem. (by nammae)
|
by zdcoombs
Pass structure info. to another function
|
|
[4 replies] Last: That'd probably be helpful haha, sorry for not including. Here it is: ... (by zdcoombs)
|
by TpOreilly
UpdateWindow()
|
|
[1 reply] : I'm not 100% on this as I'm going from memory here, but I think the OS... (by Zhuge)
|
by ascii
Averaging Problems
|
|
[2 replies] Last: i was going for the average of each set of 5, but i think youre right!... (by ascii)
|
by BurgerTown
Urgent: Program due!
|
|
[7 replies] Last: A couple things I see: * getRational() shouldn't be printing anything.... (by Zhuge)
|
by LittleQuick
Voids
|
|
[3 replies] Last: They are great when used with structures. (by mobat)
|
by TpOreilly
WM_PAINT
|
|
[10 replies] Last: Fair enough :) (by TpOreilly)
|
by bboy212
your current project?
|
|
[18 replies] Last: Bjarne Stroustrup "C++ Progaming lanuguage" is No 1 http://www2.resear... (by sasanet)
|
by uTil
ifstream fail isn't cleared?
|
|
[no replies]
|
Expected primary expression before 'unsigned' |
|
[2 replies] Last: Oops, that's not how line 15 looks in my code. Here's the correct line... (by maneatinglizard)
|
by jehduncs
Getting file extensions and file size
|
|
[12 replies] Last: The good news is it's only worth 10%, and you might get part marks for... (by RedCoatsForever)
|
by bljenkins
Segmentation Fault
|
|
[4 replies] Last: char continyou = 'y'; ^ clever xD still you should probably just... (by ascii)
|
by holtdean
Need help with for loop!
|
|
[4 replies] Last: A for loop is a short hand tool; It's a while loop in disguise. Wit... (by Mathhead200)
|
by neowoot
Avoiding integer division for calculating average?
|
|
[3 replies] Last: When you divide with even one double or float you will get a double or... (by Mathhead200)
|
by bboy212
I need help getting a program to run
|
|
[5 replies] Last: I was wondering if there was some kind of 16 bit emulator? (by bboy212)
|
by bboy212
SDL/Microsoft Visual Studio
|
|
[no replies]
|
by Spada
read() and write()
|
|
[1 reply] : What does it print? (by hamsterman)
|
by adrianooo231
Check the computers time and display a messege
|
|
[1 reply] : I think you need http://www.cplusplus.com/reference/clibrary/ctime/loc... (by hamsterman)
|