Beginners - September 2009 (Page 15)

Advanced constructor declaration
 
Hi. can someone help me interpret what this means in general? GLWindow(QWidget *parent) : QGLWi...
[5 replies] Last: All the function defined in the class body are inlined - as long as th... (by Bazzy)
forming an letter X asterist pattern problem
 
i can't figure out what to do... i only have this code... #include <conio.h> #include <stdio.h> ...
[no replies]
by mareon
macro warrning
 
Hi, how can i turn this warrning off: warning: anonymous variadic macros were introduced i...
[2 replies] Last: http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html (by Bazzy)
problem compiling n editplus 3
 
i am getting this ouput when compiling by editplus 3. i have configured user tools properly by g...
[6 replies] Last: i am directly opening the file into editplus editor. using user tools ... (by ceeemor)
what is wrong in my simple code
 
// progtam to input some integer values and get their sum. #include <iostream> using namespa...
[12 replies] Last: thank u friends for ur positive feed backs. i am marking this topic as... (by ceeemor)
A problem adding an icon to a console program
 
Hey all! Im having a problem whenever i try to add an icon to my console program in dev-c++. I...
[3 replies] Last: Nvm, sorry i took your time, i restarted my pc and created a new proje... (by award982)
Good way to program?
 
Hey, I was doing the Cola Machine exercise by Blitz Coder and I just wanted to ask if this was a goo...
[2 replies] Last: Thanks helios.. never noticed they were ALL exactly the same.. xD I ch... (by bluezor)
New to the c++ world.
 
Hello everyone. I am just now starting to get into C++ and could use a push in the right direction. ...
[4 replies] Last: Here is a free ebook (Thinking in C++, by: Bruce Eckel) http://www.mi... (by eker676)
by NGen
Typename confusion
 
I know how to use typename, but apparently it's not supposed to be used in this sense: template ...
[2 replies] Last: Alright, thanks. (by NGen)
C++ practice/exercise
 
I am reading the tutorials to learn C++, but I need to practice otherwise I'm not going to remember ...
[8 replies] Last: Anyway, with C++0x switch should work with any type Ooh cool!... (by firedraco)
by mareon
static construction time.
 
Hi all, can anybody explain me-mybe through example too- what is the meaning of static constr...
[2 replies] Last: Notice that there is also a third type of allocation, the automatic on... (by Bazzy)
by joshky
dynamic arrays
 
OK, the following works on Dev-CPP but on Visual it throws up erros saying size of array unknown? W...
[4 replies] Last: dev-cpp must have non-std extensions enabled or simply isn't following... (by kempofighter)
by jango
Linker problem
 
Hello, I'm new to C++ and I'm having a small problem working with templates for a generic tree. ...
[4 replies] Last: Ahh, awesome. Thank you for answering to my stupidity. Everything comp... (by jango)
Simple algebraic linear equation
 
//I have no idea why this isn't working. Logically I'd figure both the formulas would work but they ...
[3 replies] Last: Your formula should not depend upon whether the slope is positive or n... (by jsmith)
Very simple 2D graphic library
 
Hi guys Just wanted to see what everyone thinks is the easiest, quickest, most efficient, opensou...
[8 replies] Last: I'm not sure, but if you want to quit you should check for SDL_QUIT: ... (by chrisname)
Valid Expressions and Data type usage.
 
I been having trouble on valid expressions and data type usages. If intger deals with numbers ; tha...
[11 replies] Last: Yes, sorry, missed the parenthetical statement. (by jsmith)
Differences in const in function declarations
 
If a function is declared as virtual const string toString() const; what do each of the cons...
[5 replies] Last: Yes, it should be const as long as operator<< does not modify Object (... (by jsmith)
by Bv202
For-loop problem
 
Hi, I have some strange problem I don't really understand. Maybe I'm missing something very stupi...
[15 replies] Last: Well, to compare vector iterators to pointers you have to use pre-incr... (by jsmith)
by coolKK
Strange behaviour of RWTime Class
 
I have one doubt about RogueWave's RWTime Class .... I am seeing some strange results when I am ...
[6 replies] Last: Have you not looked at the source code? I can't, I've not used Tool... (by kbw)
Communicating with hardware!
 
I was wondering... Is it able to create a C++ program (console) which is able to communicate with pr...
[5 replies] Last: Setting affinity requires system calls. It's something unrelated to... (by mr zdeis)
September 2009 Pages: 1... 1314151617... 23
  Archived months: [aug2009] [oct2009]

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