Beginners - January 2009 (Page 11)

by yasser
The Bigest challenges
 
Hello every body ... it is really big Job .. I want to make calender of '2009' << every months << weeks << days ; if 1: cout all calender of the ye...
[13 replies] Last: Zaita does know, and I bet he already did the program. But the forum r... (by hannad)
by Legion
What does this code actually mean?
 
Hello all, I am finally nearing the end of my first real program and I have this piece of code. cout << "\x1b[2J\x1b[H" << flush; I went searching the i...
[3 replies] Last: The code puts two ANSI/VT100 terminal control escape sequences into th... (by closed account z05DSL3A)
Reading from text file til .eof()
 
I am attempting to read in unknown number of scores from a text file and assign each score to an element in the int scores array with the following code: ...
[2 replies] Last: I don't believe it... that's hilarious, I swear I checked for an extra... (by Return 0)
Constructors
 
hi I have two questions: 1. How to use constructors when creating an array? for example: #include <iostream> using namespace std; struct OBJ{ OBJ(...
[5 replies] Last: To your first question there is no other way other than default constr... (by jsmith)
Need for initializer list?
 
Hello all, When a built-in constructor is available, which can be used to initialize variables, why should there be an initializer list? Are there any differen...
[4 replies] Last: The potential performance penalty in and of itself is enough of a reas... (by jsmith)
Populating a dynamic list box...
 
I'm making a server/client program. Right now I'm trying to make a list box on the server that lists the user names of logged in clients. I've got a structu...
[1 reply] : No one has said anything... Did I word my question poorly? Did I not... (by Malachi)
Visual C++ reading unicode
 
When my college returns (through the computer) the programs we write, they write comments in Hebrew. But the comments show up as gibberish. How do I fix that?...
[3 replies] Last: There's also the possibility that those editors are producing Hebrew i... (by helios)
calculate distance between 2 points?
 
i suppose this is more of a general maths than a c question, but this place seems very active and friendly, so... how do i calulate distance between x1,y1 and x...
[5 replies] Last: Aw man thanks! you guys are so helpful! (by Dataflashsabot)
[Solved]Problem of An Access Violation In A Easy Program
 
Hello everyone I have programed a matrix with c++ and got "an access violation (segmentation fault) raised in your program" in the constructor. It is very st...
[3 replies] Last: it works now with new/delete. thank u. (by rainygb)
Class attributes
 
Hi, im yet another student doing the flight booking system project, so far i have declared a number of classes for the program - most of which compile fine. h...
[2 replies] Last: thanks for your solution! think i understand it, appriciated :) (by Jonatello)
by mzd72
Refrence
 
Hello I have a question. what dose & mean in functions? int &a() { } Thanks alot.
[4 replies] Last: Thanks alot i got it (by mzd72)
if/else statment - multiple unwanted outputs
 
Currently, I have a simple random number generator which works just fine, however, I am trying to implement an if/else statment into the code. This statement o...
[6 replies] Last: Thank you Zaita, it works fine now. (by xtremerocker)
by pajo
recognizing part of photo
 
hello guys, I am new to this programing language and programing at global. This program i want to make is based on recognizing photo that i have given hi...
[2 replies] Last: Google for "face recognition in C++". There are some very good article... (by Zaita)
How do I work with Windows application
 
So I've got the basics for working in the console. But now I want to start working in the Windows App. I can't find a single tutorial about it. Only for console...
[6 replies] Last: And don't use "3rd party libraries" (for kids who can't program...) ... (by Zaita)
Timer to measure file creation time
 
Hi everyone, Over the last few months on and off i've been in contact with a friend through email and have made a little C++ program that I still don't quite...
[8 replies] Last: Have a look at GetFrequencyCounter() (I think it's called). There are ... (by Zaita)
which compiler is better? (1,2)
 
I want to start to learn programming but the main thing is that i don't know which compiler is better. Any suggestions?
[23 replies] Last: Gah, another stupid "this is better because I said" thread. Plain a... (by Zaita)
Simple and Versatile Object Manager
 
I am using SFML (http://sfml-dev.org) as opposed to writing lower-level code with OpenGL. My main objective is to develop a very sufficient engine class...
[1 reply] : vector<BaseObject*> objectList; My engine uses that :) (by Zaita)
alphabetizing words in c++
 
i made a program, used to alphabetize 10 words. it is already running, but, even if my array is for 15 letters, it can only alphabetize 2 / 3 letter word,, ho...
[3 replies] Last: http://www.cplusplus.com/forum/articles/6046/ You guys should be usin... (by Zaita)
& appended to a class name
 
I'v been looking around trying to figure out what the & at the end of a class name means. For example D3DXVECYOR3 operator += (CONST D3DXVECYOR3); Thanks f...
[3 replies] Last: All the same. The ampersand (as a reference indicator) always appears ... (by helios)
graphics in C++
 
Can someone please tell me what kind of graphics are available in c++,.....some examples........
[14 replies] Last: thanks for telling....................but if someone finds out about ... (by Harlequin)
January 2009 Pages: 1... 910111213... 16
  Archived months: [dec2008] [feb2009]

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