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/fo...
[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 ...
[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...
[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 #d...
[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...
[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 an...
[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 o...
[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 calo...
[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...
[4 replies] Last: Ok, it looks like I got everything to work :) I was unable to adjust ... (by Kevin2341)
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 ho...
[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 accor...
[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 fr...
[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...
[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 ...
[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 ...
[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 decen...
[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 usin...
[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 guessi...
[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... T...
[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.