Beginners - November 2013 (Page 16)

Linker Error (LNK2019) when Building Project
 
Ok, so this is related to my other question's project (Dice Game) here ( http://www.cplusplus.com/forum/beginner/117780/ ). What I don't understand is I have: ...
[4 replies] Last: See last post for solution at the link below: http://www.cplusplus.co... (by closed account 49iURXSz)
Poker Game Help
 
So I tried going on SO and got flamed and insulted. My question wasn't answered though, I guess the trolls on there decided to skip that part. I am making a...
[5 replies] Last: Yes, some of my suggestions are stylistic in nature. What beginners so... (by xismn)
by olleh
Array
 
If a problem says write the code to create two arrays for storing the number of students at each age. -studentDistrib for studentAge -theirStudentDistrib for ...
[1 reply] : You question sounds confusing to me. Are you sure you are reading it c... (by Garion)
by nvrmnd
error: extra qualification on .. on member ...
 
why am i getting this error, everything seems fine ?? message.hpp #ifndef MESSAGE_HPP_INCLUDED #define MESSAGE_HPP_INCLUDED //////////////////////////// #inc...
[2 replies] Last: oh crap,,, haha, yes, thank you, compiles fine now (by nvrmnd)
by mv81
Need help to write calculations onto a file
 
So Im writing a program that calculates bank deposits, interests, and withdraws. I need to output my final calculations to a file called accountreport.txt but i...
[1 reply] : #include <fstream> #include <iostream> using namespace std; int mai... (by mobotus)
Some questions , simple ones
 
hey guys so I've been learning from this book , but I wanted to ask , should I skip c++ in mac and other operators ? are they going to help me with anything ...
[1 reply] : you can skip such advance operators since you will not mainly use it i... (by nvrmnd)
Program Help. AGAIN:)
 
Alright guys. Im back with another assignment that I need help on. Ive been able to get a majority of my previous assignments, however I really need help on thi...
[13 replies] Last: Umm... cin.get(input); doesn't work for string input; . He probably ... (by long double main)
Student Programmer needs help help with for loop
 
Working on a program for class and my for loop isn't working correctly. It suppose to count the calories burned every five minutes stopping at 30minutes. It ne...
[1 reply] : http://www.cplusplus.com/doc/tutorial/control/ The for loop Its form... (by mobotus)
Allocating Memory exercise
 
I'm working on an assignment for my class to write a program which will: 1. Prompt the user for the number of characters in a string (actually a cstring, we ha...
[4 replies] Last: Ok, it looks like I got everything to work :) I was unable to adjust ... (by Kevin2341)
Drink Machine simulator program help!
 
(found answer)
[1 reply] : Ok, I have actually found out the answer to my problem. Just needed to... (by roganligby)
Need assistance with my Functions!!!
 
Struggling with this, can't seem to get it to work. Here is what I need to do: 1. Ask the user how many weeks were in the landscaping season this year. 2. D...
[no replies]
Need help with formatting a clock
 
I had to create a program which asks you to set a clock, then add minutes to it and update it according to how many minutes. I have everything done except for ...
[3 replies] Last: Nevermind, figured it out. cout << myClock.hour << ":"; cout.se... (by cory000)
randoms number in specific range of number
 
I need some help, i'm trying to finish this code but I cant display correctly . I was ask to get from the user a range of digit for a random and a maximums of...
[no replies]
Odd Question about if-else-if statement
 
So today I've been coding a small game, and I was writing the movement by pressing keys, my question is about the stopping when you release a key. This is was I...
[1 reply] : Well, I'm guessing this snippet of code is located in some callback fu... (by xismn)
by aggsyb
Button press / Keydown event?
 
Hey this should be pretty simple I want my console app to react when a key is pressed , for example if its just running a loop of text I want to end the loop wh...
[no replies]
by Cipop
Problem with structures
 
I have a problem with this code. Program is intended to save some info about person, and then print it out at the end, but the console keeps on crashing. Wh...
[5 replies] Last: Great, thank you guys. Will try both options first thing tomorow :) T... (by Cipop)
Basic console RPG
 
I got bored with the simple tic tac toe and rock paper scissors and decided I wanted to make a decently in-depth (but still REALLY simple) console RPG. Obvious...
[13 replies] Last: Absolutely. I'm learning as I go though, so it could take awhile. I ... (by dmpaul26)
Wheres the error? (Calendars Zeller Algortim)
 
Hi everyone I have a problem whit the zeller algorithm, declarated as a defined funcion, and using this to calculate the weeks day and next using a for to ca...
[6 replies] Last: But this is a procedure, i write a function, i put out the declarati... (by Laura64Amd)
Problem with do-while loop
 
I am trying to make a program in which the computer guesses the number you are thinking of by guessing a random number (between 1 and 100) and then you telling ...
[4 replies] Last: It works great. Thanks so much Chervil! (by Joe Mariani)
by amc246
Tricky Project-Sorting Functions!
 
Can somebody please help me with this? We use bubble sort, so something along the lines of that... Thank you in advance, I just cannot get my head around it! ...
[no replies]
November 2013 Pages: 1... 1415161718... 80
  Archived months: [oct2013] [dec2013]

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