I am seeing all these jobs for people with embedded C/C++ experience, and I am wondering if there's a way to learn embedded on your own. Are there tools available to teach-yourself embedded?
...
I'm new to using CHttpFile, I've never had to work with it before. Now I must write something that will post a query to a webservice and read the XML response. :confused:
I know the difference between active and passive FTP (there's an excellent definition here: Active vs. Passive FTP), but what I want to know is: Is there a way to determine what is set up on the...
I actually had it as PAGE_READWRITE and was testing to see if changing it made any difference. When I put everything back so that I could post it here, I...
This is perplexing. I set up a test of shared memory in a down & dirty application, and it worked fine. Now I'm going back through and cleaning it up. I'm attempting to move the shared memory to a...
I have a simple FTP transfer program that automatically logs in from a client's site and uploads error logs to our FTP site. The program is running fine at about 95% of our customer servers.
int main() {
ofstream test //Initiate "test" handle
test.open("somefile.txt",ios::app,filebuf,sh_none); //Open File
test << "Line Written to file"; ...
I'm pretty new to VC7.net -- just installed it this month in fact -- but as a long time VC6 user, I expected to be able to walk through my code while debugging it.
In VC6, F4 would find the output results, be it from your build or from a find-in-files. In VC7, F4 now only works with the build, at least from what I've seen.