Beginners - February 2016 (Page 34)

Limit number entered and repeating question
 
Hi guys, i need some help. (part 1) , i wanted to do a part where if you enter a number bigger than ...
[4 replies] Last: First, please use code tags and format your code, so that it's actuall... (by TwilightSpectre)
Corupt compiler problem ?
 
Hi, I have some very basic problem. I can't even get this to work , it's complaining about not bei...
[9 replies] Last: If it's just your IDE that shows these warnings/errors but the code co... (by Peter87)
PPP using C++ - Error with first program
 
Hello, , I'm trying to learn how to program by reading: "Programming -- Principles and Practice Usi...
[4 replies] Last: [quote=admkrk]The path you set to std_lib_facilities.h is not right. ... (by Peter87)
Randomly generated square
 
I'm really confused about how to do this problem, mathematically, and I would appreciate some help. ...
[1 reply] : Once you have identified the cells to shade, for each cell, you need t... (by kbw)
Chutes & Ladders - Void & Int Problem
 
Hi! So I am trying to make a chutes & ladders game that has two players and the positions go up to 1...
[3 replies] Last: On line 8, you state that RollDiceAndMove is a function that returns n... (by firedraco)
Making a frame with asterisks
 
I'm trying to modify a code I already have for a framed rectangle to make the user able to select ho...
[4 replies] Last: Thank you! (by stealthboy)
SFML woes
 
Trying to get SFML to work using the Code::Blocks IDE. I thought I followed the instructions at ht...
[19 replies] Last: raraku9333, Thanks. I downloaded the incorrect file, cmake-3.5.0-rc1.z... (by CodeWriter)
Stroustrup's PPAP: Chapter 4 Exercise 3
 
Hi, I am learning C++ from Stroustrup's Programming Principles and Practice Using C++. I am on e...
[2 replies] Last: Understand! Thank you, Peter Olsson! (by verdastelo)
by Wheezy
Help with calculating
 
Ok so I am trying to write a program that calculate but currently can not write in visual studio dud...
[4 replies] Last: Sorry, thought it would be easier. Still need help with this if anyone... (by Wheezy)
Point of #include <new>? Also, what is using std::cout?
 
So, one of the students I'm grading put the following statements at the top of his code. I'm honestl...
[4 replies] Last: if it is a header, It was a header. But thanks for everyone's comme... (by keanedawg)
Help with excluding numbers
 
Hello. Can someone please help me with my code? So I have to write a code that does factorials but e...
[2 replies] Last: Oh okay. Thank you very much! (by Supershock01)
Program should choose randomly...
 
I'm brand new to programming. My program runs but it's not what my assignment is asking me to do. ...
[1 reply] : You haven't written any piece of code that determines whether or not i... (by TarikNeaj)
Rule of 5 help
 
Hi I'm having trouble understanding how to implement the rule of 5 being constructor, copy construct...
[2 replies] Last: Line 78: Why are you using a vector of Card * here? This is going to... (by AbstractionAnon)
cha * to char conversion
 
I have an char array like bellow; char Qbite = {'0','0','3','3','R','B','I','T','E','S',0x35,0x31,...
[1 reply] : What's wrong with? Qbite = line ; (by AbstractionAnon)
Help calling a void function.
 
Just need a little help for this one. I'm beginning to learn how to use functions, and I need for th...
[5 replies] Last: Oh, that last one worked. It seems to be working fine now. Thanks guys (by stealthboy)
by kbs96
Inaccurate Results
 
Hi! Im working on a homework assignment: Cindy uses the services of a brokerage firm to buy and sell...
[2 replies] Last: Ok, I see what the problem is. Thank you! (by kbs96)
Help to complete this birthday software?
 
I am creating a software in which if user gives his birthday like 12 March 2002 and this software wi...
[7 replies] Last: Is there any short mehod available than above one to solve this proble... (by ZahoorKhan)
C++ Class Menu Driven Program
 
Hi, I get my code to run but I am trying to get the cost and the total cost and it's not working. Pl...
[5 replies] Last: Please edit your post and place the cod inside code tags. (by jlb)
Writing an enum in a struct to a struct array
 
So I have a project due tomorrow (yes, this is homework, but only a clarification/technical question...
[8 replies] Last: AbstractionAnon is right. Somehow I failed to notice that they are cha... (by Thomas1965)
Simple question about if-else statement.
 
Hi! Is there any difference between these two codes? I mean, which one is more correct considering ...
[3 replies] Last: If you want to return the smaller of x and y I think you should pass.... (by robgeek)
February 2016 Pages: 1... 3233343536... 46
  Archived months: [jan2016] [mar2016]

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