Click here to Skip to main content
15,906,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to run an application only in particular system? Pin
toxcct15-Feb-07 3:57
toxcct15-Feb-07 3:57 
GeneralRe: How to run an application only in particular system? Pin
Super Hornet15-Feb-07 4:01
Super Hornet15-Feb-07 4:01 
GeneralRe: How to run an application only in particular system? Pin
toxcct15-Feb-07 4:04
toxcct15-Feb-07 4:04 
AnswerRe: How to run an application only in particular system? Pin
jhwurmbach15-Feb-07 4:01
jhwurmbach15-Feb-07 4:01 
AnswerRe: How to run an application only in particular system? Pin
Hamid_RT15-Feb-07 4:24
Hamid_RT15-Feb-07 4:24 
GeneralRe: How to run an application only in particular system? Pin
Super Hornet15-Feb-07 4:43
Super Hornet15-Feb-07 4:43 
GeneralRe: How to run an application only in particular system? Pin
Hamid_RT15-Feb-07 7:25
Hamid_RT15-Feb-07 7:25 
AnswerRe: How to run an application only in particular system? Pin
malaugh15-Feb-07 9:07
malaugh15-Feb-07 9:07 
How about using the host name

char HostName[128];

gethostname(HostName, sizeof(HostName);
if(strcmp(Hostname,.....)
{
.......

Type "hostname" on the command line to get the comuter host name


GeneralRe: How to run an application only in particular system? Pin
Super Hornet16-Feb-07 5:06
Super Hornet16-Feb-07 5:06 
AnswerRe: How to run an application only in particular system? Pin
Gary R. Wheeler17-Feb-07 4:39
Gary R. Wheeler17-Feb-07 4:39 
Questionopening a file for output Pin
klutez12315-Feb-07 3:22
klutez12315-Feb-07 3:22 
AnswerRe: opening a file for output Pin
toxcct15-Feb-07 3:26
toxcct15-Feb-07 3:26 
AnswerRe: opening a file for output Pin
benjymous15-Feb-07 4:37
benjymous15-Feb-07 4:37 
QuestionHow to disable USB Port/Drive permanently? Pin
Super Hornet15-Feb-07 3:10
Super Hornet15-Feb-07 3:10 
AnswerRe: How to disable USB Port/Drive permanently? Pin
Michael Dunn15-Feb-07 20:54
sitebuilderMichael Dunn15-Feb-07 20:54 
AnswerRe: How to disable USB Port/Drive permanently? Pin
Newbie0016-Feb-07 3:20
Newbie0016-Feb-07 3:20 
QuestionRe: How to disable USB Port/Drive permanently? Pin
Super Hornet16-Feb-07 4:45
Super Hornet16-Feb-07 4:45 
AnswerRe: How to disable USB Port/Drive permanently? Pin
Newbie0016-Feb-07 5:23
Newbie0016-Feb-07 5:23 
AnswerRe: How to disable USB Port/Drive permanently? Pin
Hamid_RT15-Feb-07 3:17
Hamid_RT15-Feb-07 3:17 
GeneralRe: How to disable USB Port/Drive permanently? Pin
Super Hornet15-Feb-07 3:23
Super Hornet15-Feb-07 3:23 
QuestionFormatting of LVI item Pin
ldsdbomber15-Feb-07 2:58
ldsdbomber15-Feb-07 2:58 
AnswerRe: Formatting of LVI item Pin
David Crow15-Feb-07 3:04
David Crow15-Feb-07 3:04 
GeneralRe: Formatting of LVI item Pin
ldsdbomber15-Feb-07 3:44
ldsdbomber15-Feb-07 3:44 
QuestionVC++ Pin
Member 335661715-Feb-07 2:57
Member 335661715-Feb-07 2:57 
AnswerRe: VC++ Pin
toxcct15-Feb-07 2:58
toxcct15-Feb-07 2:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.