General C++ Programming - December 2009 (Page 13)

searching an array :/
 
I'm trying to search through an array, and give a value to a customer. In the movie rented char, it...
[3 replies] Last: Have you looked at the errors at all? A lot of them are very self-expl... (by Zhuge)
C struct member pointer to C++ class instance
 
Is it possible to have a C struct member pointer point to a instance of a class? C header file my...
[2 replies] Last: DIsch is correct. The proper way to do this is through a void* on the... (by PanGalactic)
by sporx
word game: searching board for word
 
hi, i am developing a word game thats played in a board similar to that of connect four. you drop a ...
[6 replies] Last: thanks for the responce again=] this seems really helpful, ill go tr... (by sporx)
Blackjack Program
 
Does anyone on here know how to display the dealers cards face down?? If so, please let me know than...
[1 reply] : use a different symbol to represent a face down card, like # or someth... (by Disch)
Selection Sort for Multidimensional Array
 
Below I have a program that sorts a multidimensional array. The program first sorts the department n...
[3 replies] Last: You're right! Thanks for the help guys. I got it figured out. (by derik001)
File I/O sorting,catalogue,update existing record
 
How to sort files I/O with structures add new data,and update them?
[3 replies] Last: How do I shot web? FTFY. (by helios)
Split String for C++
 
I have a file of names: middle@first@last I need to read the file and split the string into an...
[3 replies] Last: Boost has a nifty algorithm for this in its string algorithms library:... (by PanGalactic)
Weird exception issue.
 
Hi All, I have a class constructor 'DBInterfaceTests()' which calls the member function of an obje...
[7 replies] Last: Thanks for everyone's help, that did it. (by JivanAmara)
by yygyt
weird problem
 
I need help on an OpenGL project. It is kind of a huge project and the error I am getting while debu...
[3 replies] Last: I am getting a run time error when I try to run the program. You say t... (by yygyt)
Negative - Sepia - GreyScale
 
I am new to image processing. According to my textbook, I know how to get a negative image (by subtr...
[6 replies] Last: Only if the destination surface has in fact three channels. The gray s... (by helios)
efficient word dictionary implementation
 
Hello, I was wondering what would be the most efficient implementation of a dictionary (to store wor...
[3 replies] Last: Thanks for your help! I definitely want to use a hash map, since we ne... (by jhminer)
by Alan
Reading text off screen
 
I had an interesting idea for my semester independant studies project... My idea was to read text...
[2 replies] Last: thats interesting thanks alot (by Alan)
by NGen
Access Violation Error Reading Location ...
 
I have a static list pointer for containing hgeRect objects, which is declared in a header. In this ...
[4 replies] Last: I know I got those terms wrong, I fixed them in an edit. Alright, I... (by NGen)
Presidential Database
 
The database that i need to use is in alphabetical order by presidents names.The chronum is what num...
[3 replies] Last: @Bazzy I cant run the program and I dont know what to do after cout. ... (by beavisbeast)
by CQ75
Using arrays as file names
 
I know how to use strings as filenames (just use sourcefile.open(<stringname>.c_str()) but I do...
[8 replies] Last: Is your character array null-terminated? (by Zhuge)
process.h
 
Does anyone know the new name for #include <process.h> in Microsoft Visual Studio 2008??
[2 replies] Last: k thanks! (by ohsnap1319)
process.h
 
Does anyone know the new name for #include <process.h> in Microsoft Visual Studio 2008??
[2 replies] Last: lol that was my computer...my bad (by ohsnap1319)
converting double to string small problem
 
I'm making a program where i read an double value after that i have to convert it to string so i can...
[1 reply] : You need to work with manipulators: http://www.cplusplus.com/reference... (by Bazzy)
file directory
 
Does anyone know the new file directory for #include <lvp/random.h> for Microsoft Visual Studio 2008...
[2 replies] Last: Ok thanks! (by ohsnap1319)
by nrose
dating function
 
im having problems with my program that needs to have the user input 2 birthdates and then determine...
[8 replies] Last: This is the general forum. People get general answers here. Peop... (by PanGalactic)
December 2009 Pages: 1... 111213141516
  Archived months: [nov2009] [jan2010]

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