by vixiet
File size on huge files
|
|
[1 reply] : > the first thing it has to do is find the total bytes in the file > I... (by JLBorges)
|
by garcia24
Need Help Calculating Pi and the percent error
|
|
[4 replies] Last: If error estimation is required, you would need to use a Maclaurin ser... (by JLBorges)
|
by Caleb9849
"Stack smashing detected" -- Cannot functionalize a chunk of code
|
|
[7 replies] Last: > What I don't understand now is how I was getting away with everythin... (by JLBorges)
|
by c0d3Man15
Visual C++ issue
|
|
[no replies]
|
by carterscott1
Please help. My grades/rest of life depends on it!
|
|
[3 replies] Last: Download and read How to Think like a Computer Scientist CPP edition. (by vin)
|
by garcia24
Calculating Pi Problems
|
|
[1 reply] : I looked at your code closer. I cleaned it up a bit, mostly got rid of... (by vixiet)
|
HELP ASAP! |
|
[8 replies] Last: @LB wait, it should be a function, -_- (by iamjoelgallego)
|
creating a Wind chill factor using function passed by value |
|
[1 reply] : http://www.cplusplus.com/articles/DjGEy60M/ ... (by LB)
|
by LB
Reconstruct a stack variable?
|
|
[1 reply] : Yes, provided the constructor doesn't throw. (by Athar)
|
by F1LewisH
Testing the equality operator
|
|
[11 replies] Last: It must be my IDE... the result is still the same. Thanks for the hel... (by F1LewisH)
|
by Brainles
HARD CAHLLENGE
|
|
[5 replies] Last: Perhaps we should reverse the game? The protagonist is the pirate, tr... (by roberts)
|
by rucafe
compiling c program with visual studio
|
|
[3 replies] Last: MS VC++ 2010 does support the C99 Standard. This means that all variab... (by vlad from moscow)
|
by louflow
Objects
|
|
[2 replies] Last: They just want the code not the classes. (by louflow)
|
by Caleb9849
Variable resetting at end of while() iteration for no apparent reason
|
|
[2 replies] Last: Holy cow. Needless to say, I feel pretty stupid. It's amazing how yo... (by Caleb9849)
|
how do you convert binary to integer? |
|
[4 replies] Last: A quick tut: Take the decimal integer: 104 This can be mathematical... (by roberts)
|
by joatmon
GMP with Large Integers
|
|
[5 replies] Last: Thanks. I didn't find those pages on initializing and assigning intege... (by joatmon)
|
by Need4Sleep
Everyday programs on SFML?
|
|
[1 reply] : Yes you can. The initial setup is somewhat more complicated though. (by hanst99)
|
by Billy Colley
C++ console RPG save/load game functions
|
|
[6 replies] Last: I was wrong about the c_str. That gives you a const char *, you can't... (by Caleb9849)
|
* |
|
[3 replies] Last: http://cplusplus.com/forum/general/63344/ If you're going to try to g... (by cnoeval)
|
by dana267
find something with a keyword(fast plz)
|
|
[1 reply] : You might find string member functions like "find" useful, they can be... (by Caleb9849)
|