Google Answers Logo
View Question
 
Q: How will our Windows XP C++ program perform on Windows Server OS? ( No Answer,   0 Comments )
Question  
Subject: How will our Windows XP C++ program perform on Windows Server OS?
Category: Computers > Operating Systems
Asked by: adman1973-ga
List Price: $25.00
Posted: 07 Sep 2006 10:08 PDT
Expires: 15 Sep 2006 15:09 PDT
Question ID: 763062
We have written a C++ console mode program using MS VC++ 6.0 in
Windows XP.  The program uses a Windows library to read in
directories.  Additionally, we use some DOS system commands (PAUSE,
COPY, etc.).  Finally, some .bat files are used for process control,
and we use the windows scheduler.

Given this very general description, what, if any, are the likely
compatibility issues that we will face if we try to run the program on
Windows Server OS?


For additional information, the following are the program's include statements:
#include <iostream>
#include <fstream>
#include <vector>
#include <cstring>
#include <string>
#include <sstream> //to change int to string or vice versa
#include <algorithm>
#include <math.h> //for calc stats
#include <time.h> 
#include <stdlib.h>
#include <stdio.h>
#include <windows.h> //for file finder
#include <utility> //for pair
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy