February 18th, 2009 10:56 AM
Ok, so I will abandon the memcpy route, but one more newish question, what does POD and UD stand for?
February 18th, 2009 10:42 AM
I wish I could get it to work 100% and not 60% of the time, I don't have a good way to loop so doing it all row by row is going to look bloated :-\
February 18th, 2009 10:06 AM
I don't know how well overloading istream for the structure would mesh with this project.
The big reason I was attempting to do all this memcpy() manipulation was so I could lessen the lines of...
February 18th, 2009 08:54 AM
My program reads in data from a formatted data file and uses the data to fill in some structures with the correct data. There are several types of structures so I am trying to do this in a general...
February 12th, 2009 09:58 AM
During my investigation I've come across that something could be wrong with my manifest file. Posted Below is a copy of my "MyProgram.exe.embed.manifest", It seems odd that this mentions debug,...
February 12th, 2009 08:36 AM
Thank you for the tip. I ran this dependency walker on my release .exe and it did find two issues.
It can't find MSVCR80.dll or this mysterious one I have never heard of DWMAPI.dll. I did a...
February 10th, 2009 08:37 AM
I have a project that extracts data from a access database on my local drive. Originally the program used DAO but was recently converted to be using ADO for the extraction.
The program worked in...
January 20th, 2009 10:56 PM
This is my first time ever working with anything database related and I am having problems. I am trying to access a Microsoft Access Database that is stored locally on my machine, read some tables...
January 20th, 2009 09:52 AM
This is my first time ever working with anything database related and I am having problems. I am trying to access a Microsoft Access Database that is stored locally on my machine, read some tables...
December 16th, 2008 10:22 AM
I have to use MS's _s functions because my project manager says so T_T. I'd love to just use std::string, life would be much easier, but I am not allowed to change that, just "leave it as is, just...
December 16th, 2008 09:55 AM
I have been tasked fixing deprecations and need some help with some rather newbie problems. Listed below are two examples of some warnings that I need to address.
I am seeking some examples on...