Beginners - August 2014 (Page 9)

by BaneX
Reading out my answer
 
Hello. I'm learning c++ just for leisure As i was building my code, i came across a problem. ...
[1 reply] : I don't understand, you already have the code you want on line 18+19. (by LB)
Collision Help?
 
I'm making a maze game. It's simple. You control the camera movement as you search the maze. But the...
[no replies]
my stack class
 
hey guys i was trying to make this vector class this works fine but i have a few questions ...if...
[6 replies] Last: Thanks bro i'm gratefull to you ....... (by MRKSalman0349)
Operator overload
 
I am wondering how to correctly use overloading operator in this example. I want to set Mary == Susa...
[6 replies] Last: Thank you. I need to be more careful when I type. I am using a tablet ... (by JackieJ)
Integration code arrays help
 
I'm writing a code for integration to find the definite integral using the area of trapezoids. I wan...
[1 reply] : This looks correct to me, but it would be better to call integrate in ... (by dhayden)
String help
 
I'm trying to make a string code work but I can't seem to make it return the number of names in a st...
[4 replies] Last: Okay thank you. (by hellworld136)
Pass by value question
 
I'm doing a practice problem for C++ and the question is asking me what will the function below(int ...
[5 replies] Last: Opps didn't see all the new messages. Reading them now. I understand ... (by hellworld136)
Unlimited generator (1,2)
 
I want to make a program in SFML to make a spaceship fly around and dodge asteroids. This is my p...
[22 replies] Last: Sorry, I only know how to use vectors for like ints and stuff. Thanks... (by giblit)
Exam Grader
 
This is part of a class assignment. I can't get in touch with my teacher, so I have nowhere else to ...
[8 replies] Last: Awesome. giblit, thank you SO much! Still a few more touches I need to... (by mct1981)
Linkedlist
 
Guys if you plz help me i'm stuck here .... This is linked list and when i try to add second time t...
[5 replies] Last: Thanks very much bro.... (by MRKSalman0349)
SPOJ - Prime1
 
Hi I'm trying SPOJ Prime1 (http://www.spoj.com/problems/PRIME1/) where I need to write a segmented ...
[1 reply] : long long int first_multiple = m/primes * primes ; for (int j=first_... (by ne555)
Confused about pointers
 
ok so i grasp the essence of pointers,but what i find really confusing is what they actually hold. ...
[5 replies] Last: ohhh alright. thanks a lot for the replies. i finished my 3rd year in ... (by DAoliHVAR)
Vector of class type initilization
 
Okay I do not know how I can initlize Sales_data items that are in a vector. This is what I`m try...
[3 replies] Last: Thank you, how stupid of me. Thanks (by closed account EwCjE3v7)
by Nezar
the use of noexcept
 
Hello every one. I know what noexcept does, at a basic level, but the way it is used in the cod...
[3 replies] Last: Everything after the arrow -> is part of the trailing return type. I w... (by LB)
by cpm14
Opening File
 
hello i have a big problem with opening files can any body help me with this program #include "io...
[5 replies] Last: Please note your #includes are using the incorrect notation. You shoul... (by jlb)
by drawar
Concatenate strings across multiple files
 
I've danced on the brink of insanity trying to find a solution to this problem. I'm supposed to writ...
[6 replies] Last: Actually I was looking for a more rudimentary method to tackle this p... (by keskiverto)
by jon218
Vector Help
 
I need help with my program using vectors. The error comes when you input a decimal. After entering ...
[3 replies] Last: Line 21: summ is uninitialized. Line 24 is going to be adding to gar... (by AbstractionAnon)
Expected Primary-expression ERROR Pls Help!
 
Hello, Thank you for any and all help in advance. I am fairly new to C++ and programming in gener...
[3 replies] Last: Lines 16-17 aren't going to work the way you are thinking, even if the... (by AbstractionAnon)
HELP with ELSE statement
 
Im using an online executor. compileonline.com , so all i could see in the output was the "cout" and...
[1 reply] : Your else statement on line 41 only applies to the if on line 36. I... (by AbstractionAnon)
I need help please!!
 
Below is the code for displaying distance between time=0 till time=4 with interval of 0.5 I have se...
[4 replies] Last: whoa the garbage it displays is 0 which is coincidence with the initia... (by higherplace)
August 2014 Pages: 1... 7891011... 40
  Archived months: [jul2014] [sep2014]

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