First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
using the string class with LoadString( )
I'm finally starting to use the string class rather than char* and I'm wondering how I would load an LPSTR via LoadString( ) into a string variable? Regards, Ron Francis www.RonaldFrancis.com ... 21 Nov 2009 08:09
cl options
A few questions about options to cl.exe: 1) Why is /o deprecated? What is its replacement? 2) Is there an option that skips generation of .obj and creates .exe directly from [regex]\.c(pp)?[/regex] ? ... 6 Nov 2009 01:37
What is the share mode for fopen()?
Hi all, I know there is a function called _fsopen() that allows one to specify the file sharing mode. Does anyone know what is the assumed file sharing mode when one calls fopen()? What is the equivalent to CreateFile's share mode value? My experiments allow me to open two files at the same time in two dif... 15 Nov 2009 07:52
PeekNamedPipe and ReadFile
I've created a console window with redirected stdin and stdout. I send that window a command (e.g., dir), and then read the results from that window. This works intermittently. The command I send governs the "timing" of my code. For example: CreateProcess("cmd.exe", ...); // write the command DWORD dw; ... 30 Oct 2009 21:06
Memory acces completely optimized away
Hello all, When I wrote a little test application, I noticed that the memory access was completely removed in release builds (both vstudio 2003 as 2008): void TestIntlIppiImplFlood(/*volatile*/ long* pContinue) { while (*pContinue) { } } In dissambly: void TestIntlIppiImplFlood(/*volatile*/ long... 2 Nov 2009 06:49
utime() and GMT
Hi All How can I read/write 4-byte wide timestamps to files in GMT, ignoring any local timezone? i.e. I want versions of utime() and stat() that work only in GMT. To demonstrate what I mean.. Run this program in the UK at 01:59 on 25/10/09 (when the local timezone is GMT+1): <code> #include "stdafx.h" ... 31 Oct 2009 19:57
Please help, how do I fix error C4346 with the code here...
> The message tells you what to do: template<typename Object> typename Database<Object>::Record* // use typename Database<Object>::Retrieve(const int n) { return &items[n]; } That said, online Comeau compiles you code as is. (I have never really understood when you need typename...). ... 11 Nov 2009 09:01
Programatically rearranging icons
Hi, I need to programmatically arrange the items of a given folder by name,size,type,etc. Please advice how to proceed. Thanks in advance. Regards, J. ... 20 Oct 2009 06:45
15 Opinion Dsiconsolas.com
Hola mi opinion acerca de dsiconsolas.com es bastante buena, gracias a estos chicos pude tener el cartucho para que mi hijo jugara a todos los juegos, que me descargo de internet. Fueron amables y me digeron donde descargarme los juegos y configurar la tarjeta. Me dieron un peque�o manual que para deciros la verdad, s... 16 Oct 2009 06:24
How to create a library that can be called by Visual C++ 2009 Express Edition
On Mon, 05 Oct 2009 09:41:09 -0600, Johnson <gpsabove(a)yahoo.com> wrote: and now I want to hide some codes into a library, then call this library within the C++ application. Are you looking to create a static lib or a dynamic lib (dll)? Note that the Express Edition includes lib.exe which is the Library M... 5 Oct 2009 20:48
First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33