Beginners - September 2010 (Page 9)

How can I make 3d games using vc++ 2008 ?
 
Hi Friends I am quite well versed with c++ and am looking forward to make 3d games using c...
[4 replies] Last: This is a combined solution offering everything you'll be needing, bu... (by MottMan)
C++ 4 function calculator
 
done
[7 replies] Last: A simple tip is to name your variables something much more distinct. T... (by MottMan)
by tonnot
About classes and files ( h ? cpp? )
 
Hello everybody. I have some confused about classes. Some help will be appreciated. 1.- Where i...
[13 replies] Last: If you #include a .h file in a .cpp file, then it gets compiled as ... (by kfmfe04)
Overloading &
 
I am having an issue with overloading the & operator. The goal is to concat 2 string objects and re...
[6 replies] Last: OK, So I changed it to use the previously written Conat function us... (by mcelgiraffe)
get popen output
 
Hi, im trying to get popen() output this way: char output ; FILE *p = popen("g++ main.cpp -o main...
[2 replies] Last: thanks it works! (by FeZedra)
by Rycul
Class issues
 
Hey folks, I've been trying to get a class to work, and even though I've worked with classes befo...
[2 replies] Last: Your help is very much appreciated, it's working now. TBH I already ha... (by Rycul)
Issues with iostream and std namespace?
 
Hey, guys! Just recently started C++ and am having an issue with compiling a simple script. Here...
[9 replies] Last: Nice, Galik. Thank you! I can actually move on in the learning process... (by jfigaro)
New C++ learner - C++0x question
 
Hello all! I have been learning C++ using a couple books and this great website and been reading ...
[8 replies] Last: sohguanh I don't understand what you're anoyed about. (by kbw)
cout noob question
 
Hey guys :D Would be possible to append the cout data into a string object? Like this code for e...
[2 replies] Last: ahhh.. stringstream :D Thanks a lot Athar, perfect! (by equinoX)
by BTD
Identifier "shape" is undefined
 
Solved never mind could someone delete this post
[no replies]
How can i Pass parameter "NULLL" as class object.
 
Hi, I have a function as follows. public string getUser(const UserID& pUserID,const string& pN...
[3 replies] Last: I make some assumption. I assume UserID has a default constructor that... (by sohguanh)
by tonnot
Compile speed of QT ?
 
What is your opinion about the speed of compile time of QT with MinGW ? (I know that the first ans...
[1 reply] : I once contributed to the Umbrello KDE program some patches. From what... (by xorebxebx)
Text file reading program's subprogram producing error
 
I seem to be having trouble with my program coming up with an unexpected error. I'm making a program...
[3 replies] Last: [quote=ediagas]So I figured since I had a working formula, I could jus... (by ne555)
Class or no Class?
 
I have always seemed to have trouble figuring out if I should use a class or not. Here is some code ...
[4 replies] Last: With OOP, your programming sequence can become very different, especia... (by kfmfe04)
im new here
 
Hi all, I'm new here. Let me introduce myself. I am 27f, part time model. I recently started...
[15 replies] Last: If I were you, I'd write a brief tutorial on using pointers and PM ... (by closed account Lv0f92yv)
by vlad61
functions (1,2)
 
Hey guys. Im trying to learn functions but i seem to have a bit of a problem. Heres a simple functio...
[26 replies] Last: [quote=vlad61]I tried "over-defining" it like you said and it actually... (by m4ster r0shi)
problems with compliler
 
Hello I'm new to programming (and the forum!), and I'm having problems using the compliler can't fin...
[9 replies] Last: 1. Install CodeBlocks 2. Make sure MinGW was installed with it as wel... (by MottMan)
Looping problem
 
Hello in new to C++ so this will probably be an easy one so forgive me for that. Anyways I am having...
[8 replies] Last: Okay ill definitely remember that and thanks you guys will probably he... (by enigmaterror)
Class Arrays Problem
 
Hi everyone, I have another problem that I can seem to get around in C++. I have a class that is ...
[2 replies] Last: And use code blocks so people can read your code easier** (: What Alb... (by Thumper)
by vlad61
consoleHANDLE
 
HANDLE consoleHANDLE = GetStdHandle( STD_OUTPUT_HANDLE ); cout<<"\311\315\315\315\315\315...
[6 replies] Last: http://cplusplus.com/doc/tutorial/functions/ That will explain funct... (by Thumper)
September 2010 Pages: 1... 7891011... 32
  Archived months: [aug2010] [oct2010]

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