Connecting Tech Pros Worldwide Forums | Help | Site Map

messagebox

Sheema
Guest
 
Posts: n/a
#1: Jul 19 '05
Hello everybody!
I am quite new in c++ programming, so my question may seem too much easy for
you...
I am trying to create a messagebox in my console visual c++ program...i
wonder if someone can give me some indications...

Thanks

Sheema



Attila Feher
Guest
 
Posts: n/a
#2: Jul 19 '05

re: messagebox


Sheema wrote:[color=blue]
> Hello everybody!
> I am quite new in c++ programming, so my question may seem too much
> easy for you...
> I am trying to create a messagebox in my console visual c++
> program...i wonder if someone can give me some indications...[/color]

Find here the newsgroup appropriate for the question:
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

This one is for the C++ language only, and that has no messageboxes.
MessageBox is a Microsoft Windows thing.

--
Attila aka WW


Closed Thread