Beginners (Page 114)

ٍSingleton Class
 
Dear all, I am reading about the singleton class. I know that the singleton class is used whenev...
[1 reply] : google "singleton class c++" (by mutexe)
by Matete
Notes
 
Hi guys I need short simple clear notes on 1. Passing structure types variables to a function in C++...
[5 replies] Last: OP, do you know how to pass primitive data types to functions? If so, ... (by ResidentBiscuit)
Recurring For Loop
 
In a voxel project I'm working on in order to be the most efficient with my draw calls I need to wor...
[2 replies] Last: Thanks! (by Rowan836)
by Aceix
Good and understandable Jave tutorial
 
Please does anyone know where I can get a good java tutorial from? Thanks, Aceix.
[2 replies] Last: Thank you soo much! Aceix. (by Aceix)
by blink2
Bug in my first project? (strings and input)
 
I suppose I'm learning the true definition of a 'bug.' I guess it's just an error, mistake or other...
[6 replies] Last: Wonderful, Olysold. Thanks for the answers! (by blink2)
Recursive algorithm, please help!
 
Just stucked in this little excercise, compile fine but running and it crashes #include <iostream>...
[3 replies] Last: You should take into account the case when y is equal to 0. For exampl... (by vlad from moscow)
What does this mean?
 
Hello, What does this sentence mean? Rewrite the Hello, world! program so that a newline occu...
[7 replies] Last: I finished it. Here is what I did! #include <iostream> int main ( ... (by Dario z)
What is wrong with my program? (Long code read if you dare to care)
 
I am stumped by this. I am close to getting it (I think) but sometimes the displayed grades go crazy...
[6 replies] Last: Is that related to why some of the grades are going berserk Yes.... (by cire)
the logic of equality operators
 
Hello, i I'm a beginner in the arts of c++ and stumbled upon a little logical question while doing a...
[4 replies] Last: Thanks, i corrected the code-tags now =) Also, the program runs fine ... (by LuckyShot)
stringstream: runtime error assistance
 
I'm not new, but I feel this is a problem that should not be too complicated to solve, which is why ...
[11 replies] Last: Alrighty. I FIXED IT!!! The data structure would load a path of a co... (by IWishIKnew)
What am I doing WRONG? Sorting pointer array in class?
 
This is the pointer that is in the class private members double *grades; This is the functio...
[1 reply] : I think you're overthinking things. Assuming that operator= is define... (by cire)
by tpinon
Help! Can't read backwards from end of file
 
Not sure what I'm doing wrong. I can't get the data to display on the console for menu option #2. I'...
[7 replies] Last: > we haven't learned vectors in class yet, so I can't use them, unfort... (by JLBorges)
by Ebo
How to read and save in multiple files
 
I have a knapsack problem and I would like to read (stream) both the weight and value two dimensions...
[no replies]
how do you include the symbol '-' in a program for c++
 
//DEBUG3-1 //This program contains a class to hold social security numbers //including a member fu...
[4 replies] Last: > but cant figure out how to declare and use the dash Make it a cons... (by JLBorges)
Dvd making program
 
Please answer my post at http://www.cplusplus.com/forum/general/97882/ thanks
[no replies]
How to sort when there is a pointer array in class???
 
Here is the deal, we have to sort between classes when there is a string, int and a double pointer a...
[1 reply] : Have the function be a member of the array. That way, the function has... (by Ispil)
Trouble with my assignment again..
 
Whenever I try to start debugging it, it says 'M' is being used without being initialized...I want t...
[10 replies] Last: Instead of: char M = 'M'; //... if(option == M) Ispil is ... (by Daleth)
by xzki
C++ Allegro Help?
 
Hey guys, are the many users here who have experience with allegro? If so, any ideas how to hide/del...
[4 replies] Last: Ok thanks, Just missed out a set of brackets that's why errors were co... (by xzki)
Time.h date does not work in ifstream
 
void OrderList::setDate(char* date){ this->date = date; } char* OrderList::getDate(){ ...
[no replies]
by Daleth
A function with many local variables.
 
Will a function with many local variables slow the program down since the variables have to be recre...
[2 replies] Last: Thanks. (by Daleth)
Pages: 1... 112113114115116... 124
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.