Beginners - January 2009 (Page 13)

Project System registration using vectors ??
 
hello .. i'm new here and i'm working on a project " System Registration for Students for a unive...
[3 replies] Last: your problem is probably the same kind as this one. http://www.cplu... (by Dacster13)
opening txt or dat files-not technical
 
My assignment says that I have to Put sales2.dat in the project folder that contains the program fil...
[8 replies] Last: here is what I have in my txt file 31569.45 29654.23 32982.54 ... (by cascade384)
Problem with inheritance
 
I have these two classes, one which is derived from the other. When I try to compile I get the error...
[7 replies] Last: I don't think it's printing an address. I think that perhaps you have ... (by Zaita)
Gather information from a dialog box
 
Can someone point me to a tutorial that explains, or show me, how to get the contents of an edit box...
[16 replies] Last: I believe it would, because I have used it when I created the windows ... (by Malachi)
Where is my program failing?
 
I'm making a program that gives a solution to a problem in graph theory and it has worked except fo...
[8 replies] Last: oh my god it worked. im so freaking out now. thank you so much to ev... (by Cronus616)
by uoJhf
X patterns
 
Hello there.. i'm kind of new in c++ and i really suck in programming. so here is the thing. My prof...
[10 replies] Last: I think it's the X-intercept It's the y-intercept, but otherwise ... (by firedraco)
map sorting
 
Hello all.I wish you happy new year. I have a simple question.I want to store some variables to a m...
[4 replies] Last: Ok,thank you very much for the precious help. (by DarkFire21)
by plus
Where could i download c++ program for free
 
Hi. Where i could download c++ program for free. Where have i looked allways have to pay. And which ...
[8 replies] Last: Check this: http://simpleprogrammingtutorials.com/tools/first-string-c... (by kdenisk)
by Legion
Having trouble within a function
 
Hello all, I have been doing the tutorial from this website and i thought i was getting the hang of...
[1 reply] : remove the void keyword. if (Snpc.hp <= 0) { Dead(); retur... (by Zaita)
Default Copy Constructor
 
Why is it recommended to provide implementation of copy constructor instead of using compiler provid...
[4 replies] Last: Insted of this we need to do DEEP copy use GOOGLE to see the differenc... (by grey127)
Creating multiple objects using For loop
 
Hey All, I am trying to create a function which is passed a number indicating the amount of objec...
[12 replies] Last: and Farhan i am from Lahore .. :) (by grey127)
Write / read an array in a file
 
Hi again, My problem is: I have a cinema room that is an array like this: int cinemaRoom whi...
[4 replies] Last: can you use a struct .... if than it will be easy for you to store ... (by grey127)
How do I do this
 
ok a0 is fstream input file a1 is fstream input/output file a2 is fstream input/output file ...
[3 replies] Last: i am not sure but there is something .. reinterperate_cast f... (by grey127)
Program doesn't run correctly....
 
Here is what the program is supposed to do: User enters string "pattern", as well as string "text...
[3 replies] Last: On shall_we_continue(): This function seems very poorly designed at be... (by Zhuge)
bubble sort. any ideas?
 
Problem Statement: Design a program in C/C++ that will sort four(4) numbers. The four numbers must ...
[2 replies] Last: i have the code. =) .. done For Loops #include<iostream> #inclu... (by dalex28)
puzzle
 
how to convrt a binary tree into a doubly linked list? can anybody come up with the code i thi...
[5 replies] Last: @above the main thing is to change the tree into dll..... not cr... (by cppgans)
by awing
i get an error when i add new source code
 
i write a simple program c++ source code, it run but when i add new item(a c++ source code again) an...
[2 replies] Last: Terrible way to ask a question; I'm gonna take a shot in the dark, b... (by Umz)
Undeclared function?
 
I'm getting an error saying 'not_equal_to undeclared. First use this function.' but not_equal_to is...
[8 replies] Last: No-one will be able to help if they can't see the problem. As long as... (by Umz)
Project : Match Up.
 
I have a proeject that I am working on. The goal is to organize a predetermined list of students int...
[3 replies] Last: My suggestion: Students: define a structure student containing "st... (by mordekai)
program not working, suggestions?
 
hello im trying to create a program in which the user has to guess which number the computer picked ...
[11 replies] Last: understand, thank you for my stupidity before i was trying to use anot... (by dgamma1)
January 2009 Pages: 1... 111213141516
  Archived months: [dec2008] [feb2009]

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