Beginners - May 2012 (Page 26)

by xma23
Matrices
 
I am writing a code for a matrix calculator, I am reading the elements of a 3x3 matrix from a tex...
[2 replies] Last: another options is std::vector < std::vector <_type_def> > matrix; ... (by ui uiho)
Doubly linked list
 
In a doubly linked list, does the head pointer's previous point to the node at the end of the list? ...
[2 replies] Last: thanks (by Lowest0ne)
Beginner excerise while( user==guillible)
 
I'm doing the while (user== gullible) first star exercise on this page http://www.cplusplus.com/for...
[6 replies] Last: Thank you, And in future I will use the Code Tags. (by Dark Raven)
C++ code needed
 
Hello, I need to write a code which would include Main (cpp file), Header (h file). Also, encapsulat...
[2 replies] Last: Sounds like a homework assignment to me. Like a final review of all t... (by Disch)
is C to programming on a graphing calculator?
 
I can program on a graphing calculator, so I was wondering how difficult it would be for me to learn...
[2 replies] Last: This is a C++ forum. Anyway, I used to program on my TI-83 (most fun ... (by Lowest0ne)
friend functions
 
I have declared the prototype of the friend function in the class Stocks. When I call such class in ...
[4 replies] Last: nvm you win I just tried it and it works, im an idiot. Thanks I apprec... (by slider57)
structure containing class; access problem.
 
im writing a programe to calculate the steering angle of a wheel given design specs. not to bore you...
[4 replies] Last: disch, and vlad, you are my new best friends. it works, thanks a ton ... (by yetiking)
Scale to a range
 
If i have a float in range -1 to 1, how to scale it to be from 0 to 1? Thanks for your time.
[2 replies] Last: Thanks. (by morando)
Y U NO NEED BREAK?
 
Sorry for the disturbing title, but I got a problem. Why doesnt the IF statement need a break;? The ...
[10 replies] Last: case x: continue; case y: continue; case z: continue; case a: continu... (by Catfish)
by mj1709
true or false
 
the execution of program starts at main. plz anser
[9 replies] Last: Aren't you glad you asked??? 8^) Bottom line: If you're a beginner ... (by cnoeval)
Problem with abstract base classes
 
class mob { protected: condition monster_condition; public: int health; virtual void p...
[3 replies] Last: Alright, thanks, got it! (by Whovian)
by mj1709
data type
 
can anyone tell the significance of signed and unsigned char data types.... and their range of input...
[4 replies] Last: > can we say that there is no difference between signed and unsigned c... (by JLBorges)
Cannot push_back new value
 
void exponential_moving_average(vector<double> series, int periods, vector<double>& EMA) { dou...
[7 replies] Last: you are exactly right! its working now! many thanks! (by boscomanilow128)
switch case not working
 
Hi all, i would like to find out why my nested switch case does not work. It just hangs when i key i...
[7 replies] Last: Glad I could help. (by whitenite1)
valid data type
 
i started learning c++ and i have to solve a few questions for my class but i'm kinda confused. i...
[4 replies] Last: thanks for the answers. (by Kronolynx)
multithreading/program execution
 
I'm trying to have my c++ program run another program during runtime, but I do not want the blocking...
[2 replies] Last: Thanks. I just looked up ShellExecute() and it should do the job nicel... (by NerdTastic)
store filenames in an char array
 
hey I try to read filenames in a directory and after store them in an char array. My problem is...
[5 replies] Last: You could do it this way. Maybe there could be also some library funct... (by dadabe)
error c3867
 
I get this error Error 1 error C3867: 'manager::wage': function call missing argument list; use '&...
[6 replies] Last: I fixed it I didnt notice that zero in the error message it needed mor... (by jax666999)
glMatrixMode
 
Can someone give me a very basic example of using glPushMatrix and glPopMatrix. Thanks so much. Fire...
[3 replies] Last: bump (by Firecracker)
Compiling Error: why expected primary expression before "Float"
 
HI: I am trying to access a variable from a different function to calculate height. There were no er...
[7 replies] Last: ah >_< ;; that was the error ty. Hm another error popped up, but I jus... (by Moonwater)
May 2012 Pages: 1... 2425262728... 59
  Archived months: [apr2012] [jun2012]

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