Hi,
In VS 2010, I know that there is an option to add project property sheet, under "Property Manager" Menu.
But can someone explain why do we need to add a New Project Property Sheet?
Under the...
Hi,
I was just curious if there is a performance difference (e.g access time, speed, ...) between allocating static memory vs dynamic memory?
For example, if am reading data from a file, and...
I am using C/C++, and I am trying to decode a jpeg image. My images are small in size (320x240), but the processor that the code has to run on is very slow.
Hi,
I am running Linux. I would like to use C to grab the Ethernet packets, which in my case happen to be video frames. I wouldn't want to do a real time processing, and all I want to do is to...
I would really really appreciate some help with winUSB. I wasn't sure where else to post this. I wasn't able to find much help on this topic elsewhere. So, if you know of a better place...
Thanks for all the help guys.
It actually worked. "QueryPerformanceCounter" and "QueryPerformanceFrequency" are really what I need.
They are giving me a very precise different timing measures for...
Nice.
I didn't know the code is there ready to download. I will certainly do that, and will look in detail into it, and I may ask you questions, if I come across something that I don't understand. ...
Thanks a lot.
I have to deliver some working code by Monday. So, even though I really want to dig into the Multi-Threading, but I was able to get it resolved with the DoEvent for now.
I really...
Hi everyone,
I followed the example on MSDN, which was very helpful (http://msdn.microsoft.com/en-us/library/system.windows.forms.painteventargs.painteventargs.aspx).
// Use, modification, and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy
// at...
Hello all,
I am trying to use the "path" and "copy_file" functions of boost filesystem in C++, and they work fine, except for cases when there are hidden files/subdirectories as below: