Search Results

Showing results 1 to 40 of 60
Search took 0.01 seconds.
Search: Posts Made By: Aamit ; Forum: C++ and child forums
Forum: C++ Apr 28th, 2009
Replies: 3
Views: 242
Posted By Aamit
Write now i am not starting for coding..
just collecting information...
Is it use to job scheduling or another algorithm to find solution??
Forum: C++ Apr 28th, 2009
Replies: 3
Views: 242
Posted By Aamit
Hi,
I want to Creation a algorithm??

I have
customer 1
customer 2
customer 3

order of customer 1
Forum: C++ Jul 9th, 2008
Replies: 0
Views: 307
Posted By Aamit
I want to check

1> Audio driver is installed or not??
2> Sound is mute or not??
3> Sound card is attached to comp or not??

How to do this through programing??
Is it any registry entry or...
Forum: C++ Jul 4th, 2008
Replies: 1
Views: 428
Posted By Aamit
http://www.outlookcode.com/threads.aspx?forumid=4&messageid=26074

I found this but can't understand how to do it in c++????
Forum: C++ Jul 4th, 2008
Replies: 1
Views: 428
Posted By Aamit
I want to convert outlooks pst file in xls i.e. excel file...through program in c++??
How to do this??
how to get all the data from inbox into another folder??
any command that converts these...
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 1,176
Posted By Aamit
so plz tell me what is the solution for it??
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 1,176
Posted By Aamit
i m using dev c++ 4.9.9.2 version
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 1,176
Posted By Aamit
Code is compiling.

i m also given convert.h .....
plz check out....
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 1,176
Posted By Aamit
#include<stdio.h>
#include<conio.h>
#include<string>
#include<stdlib.h>
#include <iostream>
#include <cstdlib>
#include "convert.h"

using namespace std;
int check(string);
Forum: C++ Jun 26th, 2008
Replies: 1
Views: 368
Posted By Aamit
Day:
printf("\n1:Mon\t2:Tue\t3:Wed\t4:Thu\n5:Fri\t6:Sat\t7:Sun\nEnter value-> ");
scanf("%d",&x);
...
Forum: C++ Jun 25th, 2008
Replies: 1
Views: 1,930
Posted By Aamit
#include<stdio.h>
#include<conio.h>
#include<string>
#include <iostream>
#include<stdlib.h>
#include "convert.h"

using namespace std;
int check(string);
string send(string);
Forum: C++ Jun 24th, 2008
Replies: 4
Views: 593
Posted By Aamit
Information about Schtasks.exe in xp for creation schedule task ???

link or example to create schedule task through command prompt ???
Forum: C++ Jun 24th, 2008
Replies: 4
Views: 593
Posted By Aamit
i am creating shedule task program ..
eg. daily ...
i want to create this program like
when pc restart or on...
i want this exe check this timing automatically and executes at that time
How...
Forum: C++ Jun 23rd, 2008
Replies: 1
Views: 460
Posted By Aamit
#include <stdio.h>
#include<conio.h>
#include<string>
#include<iostream>
using namespace std;
int main()
{
string aa ,bb;

aa="mycomp"; //Comp name
Forum: C++ Jun 23rd, 2008
Replies: 6
Views: 1,353
Posted By Aamit
i m modifying my problem definition here :--

Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat

i want Tree in str1 ie string
Forum: C++ Jun 23rd, 2008
Replies: 6
Views: 1,353
Posted By Aamit
Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat

i want Tree in 1 string and Bush in 2nd string so i m trying to collect them bCoz they separated by space ...
Forum: C++ Jun 23rd, 2008
Replies: 6
Views: 1,353
Posted By Aamit
Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat


#include <stdio.h>
#include<conio.h>
Forum: C++ Jun 23rd, 2008
Replies: 4
Views: 5,692
Posted By Aamit
Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat


#include <stdio.h>
#include<conio.h>
Forum: C++ Jun 21st, 2008
Replies: 4
Views: 5,692
Posted By Aamit
I want to store my file data in array??

List.txt contains
Xyz Abc
Lmn Pqr
Hij Klm


#include <stdio.h>
#include<conio.h>
Forum: C++ Jun 13th, 2008
Replies: 0
Views: 886
Posted By Aamit
I want to find server Ip.
Server and clients are connected in Lan .....
how to do this??
Forum: C++ Jun 10th, 2008
Replies: 7
Views: 5,417
Posted By Aamit
I m not getting..it..

some more info or example code plz...
Forum: C++ Jun 10th, 2008
Replies: 7
Views: 5,417
Posted By Aamit
#include<windows.h>
#include<stdio.h>
#include<conio.h>

int main()
{
system("mkdir c:\\Imp");
getch();
}
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 843
Posted By Aamit
#include<conio.h>
#include <stdio.h>
#include "winsock2.h"
#include<iostream>
#include<fstream>
#include <stdlib.h>
#include<string>

using namespace std;
int i=1;
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 843
Posted By Aamit
i m using. XP...
server is continuously running ....
i m forget to add renaming of file code...
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 843
Posted By Aamit
#include<conio.h>
#include <stdio.h>
#include "winsock2.h"
#include<iostream>
#include<fstream>
#include <stdlib.h>
#include<string>

using namespace std;
int i=1;
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 843
Posted By Aamit
I am creating client -server architecture ...
1 server and 20 clients..are attached ...
when computer starts client sends abc.txt file information to server ...through socket port no 8000...server...
Forum: C++ Jun 7th, 2008
Replies: 16
Views: 5,322
Posted By Aamit
#include<windows.h>
#include<stdio.h>

#define SLEEP_TIME 300000

SERVICE_STATUS ServiceStatus;
SERVICE_STATUS_HANDLE hStatus;

void ServiceMain(int argc, char** argv);
void ...
Forum: C++ Jun 7th, 2008
Replies: 16
Views: 5,322
Posted By Aamit
yes ....
i m executing this command...
sc create Client binpath=c:\windows\system32\123.exe type= own start= auto
Forum: C++ Jun 7th, 2008
Replies: 16
Views: 5,322
Posted By Aamit
#include<windows.h>
#include<stdio.h>

#define SLEEP_TIME 300000

SERVICE_STATUS ServiceStatus;
SERVICE_STATUS_HANDLE hStatus;

void ServiceMain(int argc, char** argv);
void ...
Forum: C++ Jun 6th, 2008
Replies: 16
Views: 5,322
Posted By Aamit
Actually this code from msdn .. i m trying to execute this code for my exe
Forum: C++ Jun 6th, 2008
Replies: 16
Views: 5,322
Posted By Aamit
#include <windows.h>
#include <stdio.h>
#include<conio.h>

#define szSvcName TEXT("abc")
#define SVCNAME TEXT("abc")
SC_HANDLE schSCManager;
SC_HANDLE schService;
VOID DoStartSvc();
Forum: C++ Jun 6th, 2008
Replies: 16
Views: 5,322
Posted By Aamit
In my code it gives error like


if (!StartService(
schService,
0,
NULL) )
{
printf("Hello");
...
Forum: C++ Jun 6th, 2008
Replies: 16
Views: 5,322
Posted By Aamit
Not using any tool...
Programaticaly in c or c++
Forum: C++ Jun 6th, 2008
Replies: 16
Views: 5,322
Posted By Aamit
Hi...
I want to create windows service for my abc.exe through programaticaly in c or c++
how to do this???
Forum: C++ May 19th, 2008
Replies: 2
Views: 629
Posted By Aamit
I want to call System exe of Client from server.
How to call driverquery.exe of client from server....

server->call driverquery.exe of client->information to server......

No manual execution...
Forum: C++ May 17th, 2008
Replies: 12
Views: 3,244
Posted By Aamit
Yes abc.exe in this path 192.168.23.5\\c\\abc.exe ..I share c: of that machine .....
Forum: C++ May 17th, 2008
Replies: 12
Views: 3,244
Posted By Aamit
This gives error c:/abc.exe is Not recognized
Forum: C++ May 17th, 2008
Replies: 12
Views: 3,244
Posted By Aamit
No....
I want to access //192.168.23.5/c/abc.exe
on client machine through server this client machine in Lan
Forum: C++ May 17th, 2008
Replies: 12
Views: 3,244
Posted By Aamit
//192.168.23.5 /c/abc.exe

This is ip address of machine which is in Lan..
Not webside address....
Forum: C++ May 17th, 2008
Replies: 12
Views: 3,244
Posted By Aamit
In Xp... I want to access start->run through programatically

like when click start ->run-> //192.168.23.5

how i access this run through c???
Showing results 1 to 40 of 60

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC