Beginners - July 2016 (Page 28)

by ratfus
Program Analysis
 
I was just seeing what you guys thought of my program; it returns an ordered list and some statistic...
[3 replies] Last: yes instead you may use size_t http://www.cplusplus.com/reference/cst... (by shadder)
by FBHSIE
Table isn't showing right.
 
When an object is falling because of gravity, the following formula can be used to determine the dis...
[10 replies] Last: I fixed it, actually. I removed the semicolon at the end of ++seconds. (by FBHSIE)
Even/odd counter question
 
Write a program that accepts integers from the user and tells how many of the numbers entered were o...
[2 replies] Last: Ohhhh. I am bad. They should before the loop. Thanks! (by Austinomical)
by the q
Help with N-Ary Tree
 
Hello, My assignment is to create a Tree that takes cin input and builds a n-ary tree with the f...
[no replies]
Instantiating objects in a game loop create overhead? Noob question.
 
If I instantiate an object in a game loop, for example: while(true) { UI ui; // Just ...
[10 replies] Last: I hear you. Hopefully we'll both get there (and beyond) soon. It's go... (by hashbrown)
Need help with beginner exercises.
 
I'm doing the beginner exercises found here: http://www.cplusplus.com/forum/articles/12974/. I'm spe...
[3 replies] Last: Alright, thanks for the help! (by fukonashi)
Classes help, why does this work?
 
I'm learning about classes, and public & private. Why does this code work? We are using the string "...
[2 replies] Last: Thank for for explaining in detail more about classes. I guess my 2 qu... (by volTron)
by FBHSIE
How do I fix this error? It starts with 2.
 
It's supposed to start at one when the program is ran. I fixed my indentation and I know I didn'...
[14 replies] Last: @FBHSIE, You are following your instructor's rules, and that is what ... (by closed account E0p9LyTq)
Visual Studio
 
is it safe to delete InstallShield Installation Information file; I would like to download Visual St...
[1 reply] : I personally would recommend you download the entire ISO file instead ... (by closed account E0p9LyTq)
by mmgh
_xmlCharStrdup
 
Hello, I am trying to use the libxml library to read and write an XML file in a C++ program. ...
[no replies]
by fox102
Code error
 
hey everyone i need some help on this code. Getting errors in the assignment6.cpp part of the code. ...
[7 replies] Last: glad we could help :D (by CoffeePoweredComputers)
Dont Work The numbers
 
Hello again, I dont know how to: I put a sentence: *Calculate the lenght of it* Get the first l...
[3 replies] Last: Solved in another way, i forget to put something, thanks anyways. (by CosminPerRam)
Is making a game using GLFW library enough to say you made it with OpenGL?
 
Sorry if the title is a bit confusing, I'm a bit confused myself. In the past I have used SDL, and S...
[1 reply] : A fair number of independent games developers who want their games to ... (by Albatross)
How to do a loop how many times want the user
 
How to do a loop from a cin number? Thanks in advance! I use Code::Blocks 16.02 //Example ...
[4 replies] Last: +Chipp93 +Kemort Sorry, i fixed the problem, i just forget how to do ... (by CosminPerRam)
by Wwx95
linked list
 
Can anyone help to explain how is the class Solution compile? I tried to understand as below: Firs...
[2 replies] Last: Sorry,the information are below. Insert function should return a refer... (by Wwx95)
Error useing a string in more files
 
Hello there, i have soem problems with my code and i dont know how to fix it, you can help me? Thank...
[14 replies] Last: I fixed my problem, thanks so much! (by CosminPerRam)
How to detect how many letters?
 
Hello forum, how to detect how many letters has an text? (with spaces) Example: random text 1...
[16 replies] Last: welcome :) (by shadder)
by FBHSIE
Corrections (1st assignment)?
 
I did my assignment and lost four points. This is what my professor said. // -1 indenting – cond...
[18 replies] Last: #include <iostream> void condtionalAndLoopCalcuiationsDespiteTheTypo... (by closed account 48T7M4Gy)
hangman help
 
Hey so I've been fighting with this for a few days now. I'm trying to create a simple hangman game. ...
[6 replies] Last: I've tried small and capital. And okay, I'll play around with making '... (by dimensiondoesgaming)
Creating C++ game: Inventory System
 
Me again! So I want to make an inventory. I'm going to make a vector for that, but my objects are...
[1 reply] : Inheritance. (by closed account 48T7M4Gy)
July 2016 Pages: 1... 2627282930
  Archived months: [jun2016] [aug2016]

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