General C++ Programming - May 2009 (Page 10)

Create sensical variable sentences - how would I do that?
 
Hello cpp, I'm trying to create many variable sentences. I've been doing this manually: Origin...
[10 replies] Last: It's not as hard as you think to find a word list. I've compiled one w... (by helios)
Class Instance as Member Variable
 
Hello, My question is: Is there some way that I can have a class instance as a member variable of...
[3 replies] Last: What you're doing there is exactly how it's done. As long as the class... (by helios)
accessing dynamic 2D array
 
Hi guys, Iam creating this 2D array dynamically like this array = new int * ; for(in...
[2 replies] Last: Thanks very much.. its working. (by DannyGT)
Errors about array
 
I am trying to run a C source code about Evolutionary Programming. I get these errors after the com...
[1 reply] : Line 8: You cannot use a variable to declare an array. (by helios)
Building a Search engine
 
Hello friends, I am learning C++. I am interested in knowing the real world applications of C++. So...
[10 replies] Last: Nah, I'm pretty sure the smart part (not the one that goes around the ... (by helios)
LNK1120 error
 
Hi, Dear all My code was build successfully. But after that i shifted header files in the proper...
[2 replies] Last: Templates and multiple-file projects From the point of view of the c... (by closed account S6k9GNh0)
by tition
how to assign more than one different names to a function
 
Hi all, So the code is: class LargeInt { public: void Assign(const LargeInt &x); void o...
[11 replies] Last: Thank you all, I will use the inline suggestion! Cheers! @ helios... (by tition)
Some good books for C++
 
Right now I am studying 'C++ How To Program' from Deitel & Deitel and its a really good book. I want...
[3 replies] Last: Thank you so much Kanshu and Grey Wolf for ur kind replies. Your repli... (by Imran89)
2 libraries with the same class
 
Hi I am performing some experiences in order to better understand how namespaces work. Consider th...
[2 replies] Last: yeap ... so it was strange :)))))) God ... how i hate copy paste! ... (by graciano)
Conditional Question
 
I have the following piece of code void sender() { char buf =""; do{ cin.getline(buf,2...
[2 replies] Last: yay^^...thanks... (by Incubbus)
Is can create good game with MFC classes
 
First I want to say "sorry" if i write unliteraly but i'm not very good with english language, and ...
[5 replies] Last: you can create simple games in mfc or win32 like mines, or board games... (by writetonsharma)
by ward
i cant understand???!!!
 
hi every body i am trying to copy one array to a nother but i cant understand the errors that the ...
[4 replies] Last: Suggestions for change are commented with "//" include<iostream> #... (by buffbill)
GETLINE() FOR THE CITIES WITH SPACES.
 
I'M TRYING TO USE THE GETLINE FUNCTION TO PASS IN THE CITIES THAT HAVE SPACES, I HAVE USED ALMOST EV...
[4 replies] Last: You could also take this sort of approach: int main() { string... (by buffbill)
by pass
recursion code
 
this is my final version of C++ code (it is working) I need another version, recursion (recursive) v...
[5 replies] Last: As computerquip pointed out, your formula is useless. Calculating the ... (by Hammurabi)
by sdbala
Can't create float array with a variable name as size parameter
 
When trying to compile code that users a variable in the array subscript to set the size, CC gives t...
[11 replies] Last: I'm surprised that someone didn't suggest this before the use of opera... (by kempofighter)
by hicks
Drawing Circle
 
I am trying to do this programming homework and the assignment is the following:Download and run the...
[3 replies] Last: He didn't say that. He told you to ask your teacher for that guidance.... (by helios)
fstream problem
 
Hey guys, i am new to programming and want to make my first helpful program using ftsream, i want...
[2 replies] Last: Thanks mate it worked ! (by godowner)
i need make a banking system program
 
i want to make an object oriented program which creates accounts and manages them. I made a class w...
[2 replies] Last: hey Can somebody send me the whole online bank codes in which user... (by Thunder)
Why i get this result?
 
Finally debuged my program, but when I compile it with a test data series, always get wrong result a...
[1 reply] : Duplicate! (by kempofighter)
write game Disk Shooter
 
Hello everyone! I'm a newbie in c++ and i do not have much knowledge, i have to write a full source ...
[1 reply] : Do you think we might answer you if you make three different posts? (by closed account S6k9GNh0)
May 2009 Pages: 1... 89101112... 17
  Archived months: [apr2009] [jun2009]

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