59 Posted Topics

Member Avatar for vishalkhialani

Hi, I would like to create, modify insert del and read from excel files I found some articles on daniweb and other sites and even on msdn but they are very difficult and not complete. I was wondering if someone could please give some tutorial link to explain how to …

Member Avatar for vishalkhialani
0
197
Member Avatar for vishalkhialani

Hi, My below code compiles and builds ok but it behaves a bit unexpected. Please see my comment where I am having the problem. Any advice will be highly appreciated. [code] while(count<9) { system("cls"); printf("\n\n\n"); printf("\t\t\t PURCHASE ORDER SYSTEM \n\n\n\n\n\n\n\n\n\n\n"); printf("\t\t\t\t INPUT NEW ORDER DETAILS MENU\n\n\n\n\n\n"); printf("PLEASE SELECT ONE OF …

Member Avatar for vishalkhialani
0
106
Member Avatar for vishalkhialani

Hi, I am getting a syntax error : \Sainath.C(24) : error C2059: syntax error : '__stdcall' for the below code: [code=c++] int main() { COORD WINAPI GetLargestConsoleWindowSize( __in HANDLE hConsoleOutput ); printf("%d",x.WINAPI); // I know its the printf statement which is wrong as only when I wrote it I got …

Member Avatar for vishalkhialani
0
469
Member Avatar for vishalkhialani

Dear All, I am currently doing my college project and daily I come across challenges for example: How do I make the dos window cover the full screen ? How do I change the font color in dos ? I think one needs to access certain libary functions for this. …

Member Avatar for Ancient Dragon
0
74
Member Avatar for vishalkhialani

I have learned the basics of c++ and found out that different c++ compilers behave differently especially when it comes to errors. I would like the community to advice as to which compiler is the most popular and if it can be used with .net so that once I develop …

Member Avatar for vijayan121
1
200
Member Avatar for asifakram

Patrick, I was wondering what is prime here ? Is it a function and if yes don't u have to declare it first ?

Member Avatar for plgriffith
0
163
Member Avatar for vishalkhialani

Hello, I was wondering has anyone seen or developed a flash based user interface for an application. Flash is generally used on websites and games but I was wondering if its robust enough to be used as a user interace. regards, Vishal

Member Avatar for Byaptia
0
132
Member Avatar for vishalkhialani

Hello, I am about to start a project for my company where I am going to make a module for the production planning of our factory. Currently we are using excel to do this job which creates a lot of problems. Please see the attached picture of the excel file. …

Member Avatar for vishalkhialani
0
82
Member Avatar for vishalkhialani

Hi, I am about to start learning java. I would like to ask which development tool is better. Eclipse or netbeans ? Thanks, Vishal

Member Avatar for iamthwee
0
91

The End.