[try Beta version]
Not logged in

Beginners - April 2017 (Page 9)

Need Help with Error C2679
 
Hello, I'm trying to compile my program however every time I do I get errors on lines 19, 47, 81,...
Apr 23, 2017 at 6:50pm
[3 replies] Last: Hello user1235, Your welcome. Now that you have mentioned it I have... (by Handy Andy)
by ST0995
2 dimensional array problem
 
I'm doing a pretty tedious code that involves using 2d arrays, however I'm really not sure how to ma...
Apr 23, 2017 at 6:28pm
[2 replies] Last: Alright thank you I will give it a shot. (by ST0995)
by Aandb1
Function for dynamic array
 
Hello, my program is currently error free but I must have made a mistake with the pointers or someth...
Apr 23, 2017 at 5:58pm
[1 reply] : Your logic is far to complicated. Also using meaningful names makes it... (by Thomas1965)
'Multiple definition of' g++ compiler error
 
Hi all, I have 2 .cpp files and 1 header (.h) file. I have an array which is used in both .cpp fil...
Apr 23, 2017 at 5:53pm
[4 replies] Last: Hi Enoizat, Thanks for the advice. I managed to remove the need to de... (by DoodleDoo)
by Doe
Output leaderboard through txt file
 
Hello I am trying to output a leaderboard from my text file and it seems to not be working but spewi...
Apr 23, 2017 at 4:17pm
[3 replies] Last: Hello Doe, I think I figured out the problem. char textFileLetters... (by Handy Andy)
Help with code
 
Write a function to compute and return the value of the sum. Assume that the value of n is an argum...
Apr 23, 2017 at 12:51pm
[5 replies] Last: The OP has been edited, I remember quite well there was a request for ... (by gunnerfunner)
by mounir
Basic openGl shader class issue
 
hi, the problem is a code review and not just an openGL related. I can't explain the problem in brie...
Apr 23, 2017 at 12:14pm
[no replies]
Car Instrument Simulator
 
I got an error on line 44: fatal error: FuelGauge.h: No such file or directory How can I fix this e...
Apr 23, 2017 at 11:04am
[1 reply] : Hi There file you are referring is header file, #include "FuelGauge.h... (by xxvms)
Adding event handlers C++ builder
 
I'm using C++ Builder XE8, The TWebbrowser component doesn't have an OnCreate or OnShow events, at l...
Apr 23, 2017 at 10:21am
[no replies]
How do I reference this?
 
"1. Read the rainfalls: Prompt for and get the input file name and try to open the file. If the fil...
Apr 23, 2017 at 8:12am
[1 reply] : "1. Read the rainfalls: Prompt for and get the input file name and tr... (by Thomas1965)
by Nico
Recommended way to share data with threads
 
Hello, I have a que of zero or more pointers. Pointers are added to this que automatically. Each...
Apr 23, 2017 at 5:14am
[8 replies] Last: If you think that works for you, ... fine. But, it doesn't seem to me... (by kbw)
Open txt file with c_str()
 
Hello, everyone! It's my first post on this forum~! And I'm new to C++. I did look for solutions fr...
Apr 23, 2017 at 3:35am
[2 replies] Last: Oh it's about const string!! It works now!! Thanks!! (by karlemange)
Multiplication Table
 
After figuring out how to create a multiplication table using arrays--thanks to a post online--I was...
Apr 23, 2017 at 3:12am
[2 replies] Last: That's my first time hearing about setw, thank you for informing me ab... (by eRamirez97)
by Rale
Calculating the sum with for loop
 
I don't know what to do after this... Can you help me little bit? int n, i, s; cout << "Ho...
Apr 22, 2017 at 10:48pm
[2 replies] Last: ok @Oriol Serrabassa i put sum = 0 and it worked with sum; the result... (by Rale)
student information
 
i want to store information of student why this not working properly code below down here.. ...
Apr 22, 2017 at 8:13pm
[2 replies] Last: this is a college programming excercise. you must do these simple prog... (by eec)
Looping Problem
 
I need to write a program that manipulates the list of players in different teams. I'm not allowed...
Apr 22, 2017 at 7:51pm
[3 replies] Last: I updated the code. It now shows this Team code #ofPla... (by rockandrollhead)
Help! Factorial problem
 
Write a function to compute and return the value of the sum. Assume that the value of n is an argume...
Apr 22, 2017 at 7:40pm
[1 reply] : Input a value of x and a value of n. Set double variables s = x (to h... (by lastchance)
by Rale
can you solve this task?
 
Can you help me with this task? Thank you! text of the task Entries are integers while zero is i...
Apr 22, 2017 at 6:35pm
[2 replies] Last: Sorry man, I did it! int n , i; for(i=0; i<=300; i++){ ... (by Rale)
Is there any problem with my compiler?
 
I don't understand what is wrong with my code in here. I have created a function called pause() wher...
Apr 22, 2017 at 5:05pm
[11 replies] Last: @JLBorges This is the very first time that I chance upon an example of... (by Enoizat)
by Sentoo
2D Array
 
Hi there, I would like to receive some help and directions on how to start writing code for this ...
Apr 22, 2017 at 4:56pm
[7 replies] Last: @TarikNeaj Thank you so much for the help! The program is working as ... (by Sentoo)
April 2017 Pages: 1... 7891011... 34
  Archived months: [mar2017] [may2017]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.