Beginners - February 2013 (Page 22)

How can I create a class with an array of pointers to member functions?
 
I have a class, and I need to be able to access member functions via an array, how can I do this? Su...
[7 replies] Last: EDIT: Thanks JLBorges, I seem to have got it working using the followi... (by ausairman)
loop output "-1.#IND"
 
First post and if this has been a question before I am sorry for not searching more. As it stands...
[3 replies] Last: you re welcome.. :) (by mirec)
Seeking C++ Tutor
 
Hi there, I'm looking for a C++ tutor that understands data structures, ADT, and linked list. There ...
[no replies]
SDL Animation & collision
 
:D I'm so happy! The progress on my game looks promising!!!! Just one question... I need a quick ...
[2 replies] Last: An animation consists of one or more "frames". In its simplest form, ... (by Disch)
Problems integrating while()loop into the if/else statement.
 
Hey guys. Having trouble with some concepts. I think I've mostly got the while()loop concept figur...
[1 reply] : For example, if while(name!<90), then if I enter 90 the loop shuts o... (by Chervil)
Plinko with Functions
 
the program is broken basically into 3 parts. A - dropping 1 token in the plinko machine and show ...
[no replies]
by s1l3nt
3D Distance Calculator
 
So I made this 3D Distance calculator where you enter in the coordinates of one point and then the c...
[2 replies] Last: Ahh, gotcha...I just made it easier to repeat and got rid of the crap ... (by s1l3nt)
LPSTR in managed c++
 
Hi, I am new with managed C++. I need to write a dll in a managed c++ wrapper String* GetRes...
[no replies]
Weird...
 
I was playing with CodeBlocks and ran this,but suddenly Kaspersky(anti-virus) detected my debug file...
[7 replies] Last: Its not that your code is being seen as a virus, Code::Blocks uses Min... (by drew887)
Need Help writing a while loop condition
 
I am trying to write a program where I want to write a condition that would check if (num is greater...
[3 replies] Last: Same question you asked in another thread: http://cplusplus.com/foru... (by AbstractionAnon)
Help with a switch statement
 
Hi I recently wrote a code that determines average and gives a letter grade using if else statements...
[1 reply] : switch (avg/10) // integer division will give us a number from 0 -... (by AbstractionAnon)
While Looping
 
I am trying to write a program where I want to write a condition that would check if (num is greater...
[1 reply] : If I read your description correctly, for the first condition you want... (by AbstractionAnon)
Exception handling
 
So, I'm working on Exception handling exercises and the out_of_range exception isn't catching the ru...
[2 replies] Last: Aah, it tells that it requires library support from upcoming ISO C++ ... (by Underdog)
Searching in a text without getline()
 
Hello, Does anyone here know how to search for a string in a plain text file without using getlin...
[1 reply] : istream::get() will return one character at a time from an input strea... (by AbstractionAnon)
by rcast
Not Producing output?
 
I'm trying to convert dec to hex and I used dynamic memory to define the dimension count for the quo...
[13 replies] Last: Thanks (by rcast)
Need help for this statement?
 
How would I write a statement related to a game where if your shot (lets say you are playing footbal...
[1 reply] : If goal is at distance = 50 meters, the winning area would be between ... (by ResidentBiscuit)
by Tnobis
C++ assignment question (1,2)
 
I am new to C++, currently taking a class at my local college, and I'm having trouble figuring this ...
[36 replies] Last: I got it!! all makes sense now. Thank so much for all your help guys, ... (by Tnobis)
Mysql 5.6 With C++
 
how to store data from C++ programme into database tables of Mysql 5.6 workbench . please any tutori...
[no replies]
RegQueryValueEx 32/64 bit Irregularity
 
Hope someone can help me here. I have a function which reads the windows registry below - this works...
[1 reply] : On 64-bit Windows the 32-bit SOFTWARE registry hive is remapped to the... (by binarybob350)
Visual C++ problem
 
my project .exe file is not run on the computers where Visual C++ is not installed...plz help
[9 replies] Last: By default the Runtime is dynamically linked. It's not normally recom... (by binarybob350)
February 2013 Pages: 1... 2021222324... 67
  Archived months: [jan2013] [mar2013]

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