[try Beta version]
Not logged in

Beginners - March 2013 (Page 87)

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...
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)
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 calcula...
Mar 1, 2013 at 4:34am
[3 replies] Last: setprecision(2) goes before the cout of total_cost. Perhaps someo... (by AbstractionAnon)
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 usi...
Mar 1, 2013 at 4:30am
[1 reply] : I suppose the "proper" way would be regex, but Ive never used it: http... (by Lowest0ne)
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 scre...
Mar 1, 2013 at 4:03am
[1 reply] : You need to #include <iomanip> to use setw(int) int number; ... (by MROB)
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 f...
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)
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 Larg...
Mar 1, 2013 at 12:31am
[6 replies] Last: Oops didn't see your reply atriumheart, Thank you so much guys. (by Barneszy)
March 2013 Pages: 1... 858687
  Archived months: [feb2013] [apr2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.