
please wait
by Dolfbutt
Strange Problem with Streams (wrong bytes read)
|
Hi, I have a very strange problem: When I try to read data from a file and print it byte by byte, I get some wrong values and some correct. For example the... |
Mar 1, 2013 at 4:38am
[6 replies] Last: @cire - You're right. I assumed the hex dump was showing the true ord... (by AbstractionAnon)
|
by FaffyWaffle
C++ If, If else Calcualtor Problem
|
Hi I have to write a program that takes 2 inputs to indicate the amount of gas used and then calculate how much that amount of gas would cost according to the c... |
Mar 1, 2013 at 4:34am
[3 replies] Last: setprecision(2) goes before the cout of total_cost. Perhaps someo... (by AbstractionAnon)
|
by flint harris
a way to isolate text (or numbers) from a txt-file
|
Hey peeps! Kinda new to c++ programming but here goes... I'm looking for a way (preferably using c++) to search through a large text-document, and isolate... |
Mar 1, 2013 at 4:30am
[1 reply] : I suppose the "proper" way would be regex, but Ive never used it: http... (by Lowest0ne)
|
by bluebomber33
help with this sort of problem i dont understand what they want
|
Write a brief piece of code (not a complete program) that displays the numbers 1 through n on a screen, with only 5 numbers per line. The numbers should be spac... |
Mar 1, 2013 at 4:03am
[1 reply] : You need to #include <iomanip> to use setw(int) int number; ... (by MROB)
|
by DJPuffNStuff
Getting SFML to work with Code::Blocks
|
Hello every one. Like the title says I am trying to get SFML 1.6 to work with Code::Blocks. I have followed the tutorials on the SFML website but when ever I tr... |
Mar 1, 2013 at 12:43am
[12 replies] Last: I was able to solve the problem, Cire was right about the compiling. I... (by DJPuffNStuff)
|
by Barneszy
One Dimensional Arrays (Highest Number)
|
Hey guys, I'm new to coding and I'm stumped on this last part of the code. I need to find the Largest/Smallest number in user input on rainfall amounts. #inc... |
Mar 1, 2013 at 12:31am
[6 replies] Last: Oops didn't see your reply atriumheart, Thank you so much guys. (by Barneszy)
|