User: Stremik

  • Public profile

User profile: Stremik

User info
User name:Stremik
History
Joined:
Number of posts:78
Latest posts:

Walking through heap ( C garbage collection )
Hello. This is my homework for Computer Systems class. So, don't give me the answers but rather hint...

Is problem in function or main?
You right!. There could be anything in memory right after that char variable. Dang! I never thought ...

Is problem in function or main?
I see. Thank you. So than this modification: [code] char c = 'h'; char* b = &c; [/code] would make y...

can anyone code this...........
Prime number is a number that can be divided evenly only by 1 or itself. 2 is a prime number. 3 is a...

Is problem in function or main?
Wouldn't one also use strncmp()? Does == work in C++ for comparing strings or letters?

This user does not accept Private Messages