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

by Nikhar
Sincere advice required!
 
Each year IARCS organizes a series of competitive exams based on computing languages. I have great p...
[3 replies] Last: Thanks for your reply Manoj. I would definitely go through the book if... (by Nikhar)
is it allowed to read and write in the same time for the same file ?
 
I do want to open file ,read data , anlyze the input and modify some thing in the same file,contains...
[no replies]
delete [] astructure error
 
hello The code below gives this error "Heap block at 008E8248 modified at 008E8274 past requested...
[3 replies] Last: thank you for your replies, poblem solved (by afraidofdark)
resource files
 
What are *.rc files? How can I work with them?
[1 reply] : rc files are used to store files, pre-made GUIs and some other informa... (by Bazzy)
by Minkai
problem with breakpoint in VS2008
 
I'm using Visual Studio 2008 and sometimes when I place a breakpoint, the breakpoint is not hit even...
[2 replies] Last: Don't debug builds with optimizations on. (by helios)
Value pointed by pointer and the variable are different !!!!!!
 
Hello everbody... Today i confronted with a new kind of problem. The value pointer by pointer and...
[7 replies] Last: Exactly, the compiler optimizes away any memory references to i by ins... (by closed account 1yR4jE8b)
matrix problem
 
How can I define this algorithm to calculate the matrix that has uneven nr of rows and columns? //...
[1 reply] : Not 100% sure what the question is, but I'll have a go: First some ... (by SCSI 73rm1n8r)
searching in 2 dimensional array
 
Hi I had a headache in creating an algorithim to determine the nos of possible combination of nos 2 ...
[3 replies] Last: It is not that much more complicated. When assembling your combination... (by Duthomhas)
by rekcha
vector of different subclasses
 
I have a class Automobile, looks like this class Automobile{ public: Automobile(); void ...
[3 replies] Last: Thanks, exactly what I was looking for! (by rekcha)
Header files
 
Please introduce a website for downloading c++ header files with help. (windows platform) Thanks.
[2 replies] Last: To the OP don't double post. If it was an accident then OK but try to ... (by tummychow)
Header files
 
Please introduce a website for downloading c++ header files with their help. (windows platform) Tha...
[1 reply] : For what purpose? Your compiler comes with all the header files alr... (by jsmith)
Memory management
 
Is it possible to request all memory from the operating system, and then almost "take control" of me...
[2 replies] Last: Lol ok, thanks! (by mcleano)
by Minkai
How do I polymorph this?
 
Please tell me how to polymorph this. Thanks. class Spell { protected: //some variables ...
[8 replies] Last: http://en.wikipedia.org/wiki/Foobar (by mcleano)
confusion
 
i m new user plz tell me the difference b/w standard library file and a namespace
[1 reply] : Try reading these: http://www.cplusplus.com/doc/tutorial/namespaces/ ... (by Bazzy)
new in c++
 
Hello I am really new in c++ but I read a lot of books. But I haven't found in any book how to add ...
[2 replies] Last: U can go for Qt it is a freeware from nokia in that u can have GUI int... (by sndpgandra)
Error C2440 with TinyCC
 
Hello, I am trying to get the intertwining spiral example from libGE (a grammatical evolution li...
[5 replies] Last: Ahha, I had tried something almost identical to what guestgulkan poste... (by Sisyphus192)
Any sort of EFS-like system?
 
Hey, I was looking at PALib, which is a library for the DS, and one of the features is an EFS-an emb...
[4 replies] Last: Hmm...alright, thanks. I was just wondering. Could someone link me to... (by demosthenes2k8)
C Standard Function Inlining (1,2)
 
Hi! I have a little question related to inlining... Basic functions like memcpy(), memset(), strs...
[23 replies] Last: The x86 instruction is CALL. (by helios)
Headers... a question I could never figure out
 
OK, this is saddening to have to write but this question is getting to me. You are not supposed t...
[17 replies] Last: Wait... so they're all templates? (by tummychow)
C2143: Missing ';' before '*'
 
Hallo, I've had a look online and I can't seem to find any solutions to this problem (bet you've ...
[3 replies] Last: That solved it =) Thank you! I had originally commented it out to s... (by bharat411)
December 2009 Pages: 1234... 16
  Archived months: [nov2009] [jan2010]

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