General C++ Programming - August 2013 (Page 7)

Did I create this function correctly for the first part of the programming assignment?
 
Write a program to read the coefficients of a series of quadratic equations from a text file and pri...
[1 reply] : Your "solution for the first part of the problem" makes absolutely no ... (by LB)
by dfith
find remainder of two many-digit numbers
 
if i have two integers, say number1 and number2, stored in arrays where each index is a digit of the...
[1 reply] : Is this a challenge? Why do you need them in arrays? (by LB)
Problem with the fopen(); function.
 
The simple glitches like this one are always problematic. I wrote a program that generates a file. I...
[2 replies] Last: You're right. That completely slipped my mind. With Windows, it actual... (by Flotonic)
Differences between ...
 
Hello, I wanna know the differences between these,: void calculate (char *x) void calcula...
[4 replies] Last: If you need to change the value of the pointer pointed to but can't us... (by LB)
by shoxsz
accept error
 
Hello guys, i'm trying to use the function accept() in a thread of my class, but i don't know what's...
[6 replies] Last: You need to initialise the parameters you pass to accept. I don't see... (by kbw)
by CroCo
float point number?
 
how can I check if the number is float point number without converting the number to string and then...
[9 replies] Last: whoops, that was a typo that I had corrected in my IDE, but forgot to ... (by Stewbond)
Need help on 2D arrays
 
Good day to all, I'm quite a beginner to C++ and require some help on my codings. Hope you guys can...
[8 replies] Last: What I would like to have is the total daily donation for the 5 days ... (by Daleth)
by onqel
Need performance tips on this 4D LUT
 
Hi guys This is my first post here so bare with me ;) I've made a rather simple solution for a look...
[no replies]
visual arrow follwoing motion of ball.
 
Hi, I have created plane as floor and sphere as ball. I used physics equations to it and ball falls...
[1 reply] : I assume that you need the equation for velocity. It would be useful t... (by ats15)
Setting up libcurl with code::blocks
 
Hello, I'm having trouble setting up libcurl with code::blocks. I have done evereything as desc...
[no replies]
c++ task
 
Hey guys I have a task for you guys and want to see who wants to accept the task. just to test you...
[no replies]
by CroCo
subtraction problem?
 
I have the following function void Robot::move(float theta, float distance) { std::cout << the...
[2 replies] Last: thank you. Can you tell me this problem under which section in program... (by CroCo)
plz correct it
 
i want to find out addotion of numbers from n to 1;(but this programme doesnot work) #include <iost...
[3 replies] Last: please mark it as a solved problem (by CroCo)
by coder1
GCD
 
i wrote this GCD function to find gcd of an array of numbers here is the code: long long GCD(lo...
[6 replies] Last: oh thanks for helping me, many times i repeat this error (by coder1)
SetPriorityClass Problem
 
I'm trying to run a program in low priority mode, not my C++ program but some third-party programs l...
[no replies]
C++ errors help
 
Hey everyone, I could really use some advice. I am creating a pizza program for ordering a p...
[5 replies] Last: I got the above error to go away. I had a reference wrong. (by Jerry Fraley)
mrssgsfg
 
I have been given this task by my boss a
[1 reply] : A "task given by boss" and "urgent"? Sorry, I'll call this "homework"... (by keskiverto)
by akm
cin.get() forcing user to press enter twice
 
When the user gives no input, they have to press enter twice before "Done." is printed. cout <...
[2 replies] Last: perfect, thanks (by akm)
Need help counting occurrence of char in a an array
 
Hi, I have tried to work this out for myself, could someone point me in the right direction. I ha...
[2 replies] Last: You are, a god dahm legend. Thank you very very much (by lemonysage)
by Mats
Writing a C++ RTS Game - General help?
 
I'm trying to code an RTS style game and having trouble on finding decent resources to help me learn...
[12 replies] Last: I didn't see anything saying it is only available to US citizens. Eas... (by Yueeng)
August 2013 Pages: 1... 56789... 28
  Archived months: [jul2013] [sep2013]

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