console programming in windows

P

porous

hi

i would like to develop applications for windows in c++ , but i dont
want to do any gui .i just want the program to be in console mode .
but i would like to access the widows api . can any one suggest me a
good tutorial which would server my purpose . or any other suggestion
so that i will be able to achive my goal .. for eg if i would like to
code a network packet capturing program , then what all things i need
to learn ..

thx in advance ...
 
W

WW

porous said:
hi

i would like to develop applications for windows in c++ , but i dont
want to do any gui .i just want the program to be in console mode .

Please find a Windows programming newsgroup. This one is for the C++
programming language. Also Google can help. MSDN also contains a lot of
console programming examples.
 
J

Jon Bell

i would like to develop applications for windows in c++ , but i dont
want to do any gui .i just want the program to be in console mode .
but i would like to access the widows api .

Best place to ask this is in one of the comp.os.ms-windows.programmer.*
groups, since this is more about Windows than about C++.
 
M

Mike Wahler

porous said:
hi

i would like to develop applications for windows in c++ , but i dont
want to do any gui .i just want the program to be in console mode .
but i would like to access the widows api . can any one suggest me a
good tutorial which would server my purpose . or any other suggestion
so that i will be able to achive my goal .. for eg if i would like to
code a network packet capturing program , then what all things i need
to learn ..

<off topic>
The way to create a 'standard' text mode C++ program in
Windows, is to configure your compiler or IDE to create
a 'console application'. You can also call Windows API
functions from that program if you like. Information
about how to do this is included in the documentation
for almost any Windows-targeted C++ implementation (e.g.
VC++, Borland C++ Builder), as well as at www.msdn.microsoft.com

Further inquiries about this should go to a Windows
programming group or perhaps one about the compiler
you're using. One general Windows programming group
that comes to mind is comp.os.ms-windows.programmer.win32
Many more exist, you can use www.groups.google.com and/or
www.usenet.org and/or a search engine to locate them.
</off topic>

Before posting here again, please read:
http://www.slack.net/~shiva/welcome.txt
Hopefully, this will prevent you from posting off-topic
here again.

Thank you.

-Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,142
Messages
2,570,819
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top