General C++ Programming - April 2013 (Page 8)

Difference between strings and arrays?
 
Hello every one! Can anyone tell me the diff between strings and arrays? Here is sample: ---------...
[2 replies] Last: thanks bro and sorry for late reply! (by Ahmad1797)
fixed point implementation c++, problem in calling a static member function
 
hello all i am doing fixed point implementation in c++ which is done by the following code #ifndef...
[14 replies] Last: i think i need to seperate the cossin_cordic function as cos_cordic... (by Rahul kumar S)
I need help getting started. Processing bank account with a class.
 
1. The class should keep track of a bank account, recording deposits and withdrawals, plus a count o...
[2 replies] Last: @Keskiverto this is what I have so far objective 1. The class shou... (by nickelcarbonate)
Best way to split main program?
 
I need to split my main() function into two separate functions. Could anyone point me in the right d...
[1 reply] : control statements like while , for , or if are usually good for p... (by coder777)
C# helicopter programming
 
Hi i'm currently doing a project and I am required to do a C# program for helicopter. I need urgent ...
[2 replies] Last: http://stackoverflow.com/questions/tagged/c%23 http://www.dreamincode.... (by Catfish4)
Im trying to use an object that i declared in main in another class
 
Hey guys, im trying to use an object that i declared in main() and use it in another class, but im g...
[1 reply] : battle::start is a function. It can refer to variables that are membe... (by keskiverto)
Can anyone help me sort case INDEPENDENTLY instead of case DEPENDENTLY?
 
Hi guys, my program is finally working now but it was returned by my professor because apparently I'...
[1 reply] : http://www.cplusplus.com/reference/algorithm/lexicographical_compare/ ... (by keskiverto)
help with picing out a word from a text file
 
hi would like to set the nick to be a word picked up randomly from a text fille i have of thousands ...
[no replies]
Astar Problems
 
I'm currentlying making an AIAgent class that uses astar to path find but i think i messed up on my ...
[no replies]
help with class with a vector
 
Im having a hard time trying to implement this vector into a class can someone please help #inclu...
[1 reply] : int Course::minimum() { vector<Course *>numbers; //Creating an em... (by MiiNiPaa)
by tsftd
efficiency in threaded processing
 
Ok, so I have a program in which I execute a series of transforms on a set of images (crop, resize, ...
[9 replies] Last: cubbi: again, that's perfect, thanks! in the context of my program, w... (by tsftd)
Visual Studio Express will not debug
 
Hello. My visual studio will not debug, and when I try, I get an error box saying it "cannot find ...
[1 reply] : If you have compile-time errors, you need to fix those and compile pro... (by MiiNiPaa)
Testing the speed and effectiveness of my programs
 
I believe that I've been coding C long enough to start thinking about speed of my programs, to make ...
[2 replies] Last: cheers for this, really helps (by SuperStinger)
Overriding virtual operator of parent class [solution with dynamic_cast]
 
Below is simplified code consists of two classes, namely Parent and Child . Child is inherit...
[12 replies] Last: Thanks a lot ! (by activecat)
by ted21
Incorrect Operands and Undefined Identifier
 
I'm writing a program to read in a Master.txt file and then update it through a Transaction.txt file...
[7 replies] Last: Ok, thank you very much for the help. Everything you said makes sense... (by ted21)
don't understand unhandled exception
 
Hello, I'm having problems with a game I am making, when I run it I get this error message and...
[5 replies] Last: So I got it working, for the most part, it gets past that now and Disc... (by twiggystardust)
Button(C++/FLTK)
 
So, here is the problem I am having. I created a button with fltk in a function that when pressed ju...
[no replies]
Can someone help me with Vector slot splitting
 
Suppose I have this vector it contains dates example Vector.Dates [slot 1][slot 2] [slot 3] etc.....
[1 reply] : 07032015 / 1000000 will print month %1000000 will leave (day,... (by Melicalol)
Interview problem
 
describe the different between using static and const for a function in a given class. my answer ...
[1 reply] : Not quite . You see, using constant in a program- anywhere in a progr... (by Ispil)
Bank Account program using class
 
objective 1. The class should keep track of a bank account, recording deposits and withdrawals, p...
[no replies]
April 2013 Pages: 1... 678910... 53
  Archived months: [mar2013] [may2013]

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