Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
question about int16 & 32
Name: bbmak Date: April 14, 2007 at 19:50:06 Pacific OS: XP SP2 CPU/Ram: 1024
Comment:
I am using visual C++ express, and I am a newbie also
How come when I declare variable, I have to use int16 & 32?
for example, Int16 intClickCounter; // Stores number of clicks Int16 intTimerCounter; // Stores timer value
When I only use Dev C++, I only have to use int without 16 or 32
Summary: I have some questions about the JDI(Java Debug Interface) APIs, 1.When use the method of ThreadReference: public void stop(ObjectReference throwable) what should be passed to this method? 2.About...
Summary: Thanx for the asnwers, my question really was about the '&' sign, 'cause I was told that using it in this case is forbidden and may causes problems however, it doesn't (as I thought, but wanted to mak...
Summary: Hi, I have a (probably very simple) question about the mmap function on Unix. Suppose I do a mmap of a huge file (~1GB) on a machine with 512 MB. Is any part of this file actually transferred to RAM w...