I create with: CArray <Suchparameter*, Suchparameter*> SPA; CArray as a member variable, which is creating problems from without. But when I...
Hi, if you with "new char [x]" want to leave it, then you still lack a "delete [] name" in dtor of player.
yoo! thanks! that's it :D
:-( it's not imernoch! still the same errors. "Project Project1.exe raised exceptin class _STL:: out_of_range with message 'Exception Object...
would need to go there! I am an idiot! this is also evident !!!!! thank you! I'll have a test tomorrow ..
hi! I try to grade in the following as the characters to examine a srings. So the program is to put every one at the store in a vector e...
I guess it's quite simply dadrum of an object whose true type is known casting automated to. as is a Enum Type (Bool, Integer, Float) should...
It is a lot easier if you let gcc invoke the linker for you. nasm -felf32 asm_name.asm gcc -m32 c_name.c asm_name.o -o program_name If you...
As indicated, your char is signed (and for that reason can only contain values between -128 and +127). Demonstration for 3-bit numbers Draw a...
HInstance is supposed to be an unsigned int but Borland (contrary to their help file) has defined it as a void*. Do reinterpret_cast<unsigned>...
Its not the correct answer but good for trying.
Wrong answer.Try it
Try to say all the answers without running the program.
First Program #include<stdio.h> main() { int a,b,c; printf("Enter the three numbers :- "); scanf("%d %*d %d",&a,&b,&c); printf("%d %d...
I am not agree with CREATIVE the answer may be- It would have been 9 had you defined your micro as #define SQ(x) (x)*(x)
i=-2 j=3 k=0 m=1
Thanks for replying. It helps me a lot.
I am modifying a big program written by somebody else. When I modified some ".h" files, say a.h, then I run "make all", but I found out make...
In one program if multiple constructor exists then there multiple problem exists. How could i recover it?
That's why there's an overloaded version of operator+() template<typename T> void operator+(const T &ptr) { Log(ptr, DeAllocMem); delete ptr;...
Separate names with a comma.