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++.I have self learned some softwares for creating 3d object...
[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 is the class declared, at h file ? at cpp ? both ? 2.- Can 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 return the concatenated string without changing either object....
[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", "r"); if(p != NULL) { while(fgets(output, sizeof(outpu...
[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 before, this time I have no clue as to what is going wrong. T...
[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 is the source: #include <iostream.h> using namespace ...
[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 the forums. Huge question that I was wondering...If learn...
[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 example: #include <iostream> #include <iomanip> #in...
[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& pName) { string musername; //UserID is a class //He...
[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 answer are going to be 'Depends of the dependencies, etc', So t...
[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 that can parse words from a line into substrings into a 10 ...
[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 (from the Dungeon Crawl exercise): http://codepad.org/RyvduP...
[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 on C++ with no knowledge. After seeing this forum, I am ...
[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 function example of me trying to use a statement from one function ...
[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 find any simple instructions (CodeBlocks which was downloaded) ...
[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 trouble with a loop the question goes like this : Write a ...
[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 a multi dimensional array. I m trying to initialize the arra...
[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\315\315\315\315\315\315\315\315\315\315\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.