Beginners - March 2013 (Page 67)

fuctions
 
i am having trouble with functions write a program that outputs inflation rates for two succe...
[4 replies] Last: Lol, you're in Prof. Ali class at Baruch aren't you. :) FYI I wouldn'... (by i4ndy)
Trouble writing to a .txt file
 
I have to write out to a text file using a for loop. The file is being created, but there is no dat...
[2 replies] Last: pfff derp. Thanks. (by gumbogogo)
Help on this project
 
I have this project due in an hour and needed some help if any of you can. I need it to accept input...
[8 replies] Last: Sorry if you didn't get your project in on time, but is this good enou... (by closed account N36fSL3A)
Would classes be good for this?
 
I want to implement an item system into a text-based game, are classes suitable for this?
[12 replies] Last: Thanks guys, and L B, I'm still getting just standard c++ down, I did... (by Austin J)
by vokov
directory structure, makefiles, etc
 
Is there a book on C++ that discusses things like directory structure of larger projects, makefiles,...
[no replies]
Someone please help me with arrays!
 
I cannot get my head around arrays at all, ive tried and tried and nothing i try works. I need to le...
[1 reply] : Example: #include <iostream> #include <string> using namespace s... (by Chervil)
Help with my code please (Revised)
 
I wrote this program but have a hard time implementing these instructions. I had it so messed up I t...
[2 replies] Last: I just figured out how to make a code box :) im so happy cout << "H... (by activblur)
Float vs Double
 
I was wondering when would a float be used rather than a double? Isn't a double just a more precise ...
[1 reply] : Sometimes a more precise answer is not required and some other thing t... (by jlb)
Correctly opening txt file and usage
 
Below i have attached my current project for class and it is compiling fine, it just won't open the ...
[4 replies] Last: Where do you initialize count? Where do you initialize sum? (by jlb)
I don't know how to do the following problem
 
Complete the Pointer Program Complete the following program: Include the comments below with you...
[8 replies] Last: I have completed the assignment and it compiles correctly, and the out... (by MikeD24)
Need a good c++ programmer
 
Hello, I first got started on c++ when my 7th grade Language Arts teacher started a 9 week project i...
[4 replies] Last: nvm problem solved! (by Reeceboy1299)
by rcast
Dungeon Crawl - A Few Issues...
 
I made the dungeon crawler game today, based off C++ beginner exercises. The program is modular and ...
[10 replies] Last: np (by closed account Dy7SLyTq)
How to refer to an object of another class?
 
I have just started OOP and I'm trying to make a user vs user Chess game. I've made classes for diff...
[1 reply] : In case I'm unclear, the question I'm asking is basically how to check... (by Mustehssun)
C++11 book online for free
 
I have written a book on C++11 for true beginners. I really hope it will help people out there and t...
[5 replies] Last: Thank you! You are always welcome! I really hope it helps (by Donanza)
by hvigil
Storing txt file into a string array.
 
Does anybody know how to store txt data into a string array? Im trying to store this into a string ...
[1 reply] : #include <iostream> #include <fstream> #include <string> int main( ... (by MrHutch)
function error?
 
Hey guys i am making a small finance calculator for practice , im attempting the use of functions bu...
[3 replies] Last: You're not using functions correctly. You should define them outside o... (by Computergeek01)
Molecular weight calculator
 
Hello!! i am a new comer to C++. Actually, I am so interested to make a won molecular weight calcul...
[1 reply] : This is actually VERY similar to a project that I have undertaken :D ... (by infinity42)
Scanning an array
 
Hey guys, new to c++. What I am trying to do is generate an array with random constituents (the numb...
[9 replies] Last: ahh now i understand how to solve this someone beat me to it :/ its t... (by devonrevenge)
by dancks
Im trying to debug program with FILE output, nothing is happening?
 
Here's my problem: I am trying to get a port knocking program written in C (cd00r.c) to work on my l...
[no replies]
by rcast
Somethin simple for ya
 
I been programming all day and I'm failing to see why the code below wont ever exit loop, even if th...
[10 replies] Last: OK (by greenleaf800073)
March 2013 Pages: 1... 6566676869... 87
  Archived months: [feb2013] [apr2013]

This is an archived page. To post a new message, go to the current page.