console width?

G

Gernot Frisch

Is there an std way to get the width of my console window? If not -
how to do it on Win32?
 
M

Marcus Kwok

Gernot Frisch said:
Is there an std way to get the width of my console window? If not -
how to do it on Win32?

As Standard C++ does not really know about a "console", you need to ask
on a Windows newsgroup.
 
J

Jerry Coffin

Gernot said:
Is there an std way to get the width of my console window? If not -
how to do it on Win32?

No standard way. For Win32, you probably really want to ask about
GetConsoleScreenBufferInfo somewhere like
comp.os.mw-windows.programmer.win32 to get any real help.
 

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,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top