Click here to Skip to main content
15,917,618 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Another approach Pin
hxhl9518-Oct-08 20:02
hxhl9518-Oct-08 20:02 
GeneralRe: Another approach Pin
AlexAbramov18-Oct-08 20:54
AlexAbramov18-Oct-08 20:54 
GeneralRe: Another approach Pin
hxhl9519-Oct-08 6:42
hxhl9519-Oct-08 6:42 
QuestionHow to Add Asterik Symbol( * ) in the Dialog Name !!!!! Pin
phanindra varma18-Oct-08 4:12
phanindra varma18-Oct-08 4:12 
AnswerRe: How to Add Asterik Symbol( * ) in the Dialog Name !!!!! Pin
Mark Salsbery18-Oct-08 9:15
Mark Salsbery18-Oct-08 9:15 
AnswerRe: How to Add Asterik Symbol( * ) in the Dialog Name !!!!! Pin
David Crow18-Oct-08 13:57
David Crow18-Oct-08 13:57 
QuestionHow to access servlet in C++? Pin
AnithaSubramani18-Oct-08 3:39
AnithaSubramani18-Oct-08 3:39 
AnswerRe: How to access servlet in C++? Pin
Moak19-Oct-08 8:43
Moak19-Oct-08 8:43 
AnithaSubramani wrote:
I need to access the java servlet in my C++ code using win32 console application


You could use any HTTP client to access a servlet (for example http://www.codeproject.com/KB/IP/simplehttpclient.aspx[^])...or do something very simple like
system("IEXPLORE.EXE \"http://192.197.66.99/sample/checkName\"");

Hope it helps Smile | :)


GeneralRe: How to access servlet in C++? Pin
AnithaSubramani19-Oct-08 20:22
AnithaSubramani19-Oct-08 20:22 
GeneralRe: How to access servlet in C++? Pin
David Crow2-Dec-08 3:27
David Crow2-Dec-08 3:27 
Questionstoring the largest number Pin
trioum18-Oct-08 2:33
trioum18-Oct-08 2:33 
AnswerRe: storing the largest number Pin
Rajesh R Subramanian18-Oct-08 2:39
professionalRajesh R Subramanian18-Oct-08 2:39 
GeneralRe: storing the largest number Pin
trioum18-Oct-08 2:43
trioum18-Oct-08 2:43 
AnswerRe: storing the largest number Pin
Rajesh R Subramanian18-Oct-08 2:46
professionalRajesh R Subramanian18-Oct-08 2:46 
GeneralRe: storing the largest number Pin
Cedric Moonen18-Oct-08 2:54
Cedric Moonen18-Oct-08 2:54 
GeneralRe: storing the largest number Pin
Rajesh R Subramanian18-Oct-08 3:04
professionalRajesh R Subramanian18-Oct-08 3:04 
GeneralRe: storing the largest number Pin
CPallini18-Oct-08 2:56
mveCPallini18-Oct-08 2:56 
GeneralRe: storing the largest number Pin
Member 419459323-Oct-08 5:27
Member 419459323-Oct-08 5:27 
GeneralRe: storing the largest number Pin
Rajesh R Subramanian23-Oct-08 21:46
professionalRajesh R Subramanian23-Oct-08 21:46 
GeneralRe: storing the largest number Pin
Member 419459324-Oct-08 5:37
Member 419459324-Oct-08 5:37 
AnswerRe: storing the largest number Pin
CPallini18-Oct-08 2:57
mveCPallini18-Oct-08 2:57 
GeneralRe: storing the largest number Pin
Rajesh R Subramanian18-Oct-08 3:05
professionalRajesh R Subramanian18-Oct-08 3:05 
AnswerRe: storing the largest number Pin
Mark Salsbery18-Oct-08 8:34
Mark Salsbery18-Oct-08 8:34 
GeneralRe: storing the largest number Pin
CPallini18-Oct-08 9:43
mveCPallini18-Oct-08 9:43 
GeneralRe: storing the largest number Pin
Mark Salsbery18-Oct-08 9:47
Mark Salsbery18-Oct-08 9:47 

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.