473,387 Members | 1,391 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Creating windows

There's probably a simple solution to this; I'm not very good at C++.
How do I create a window in Linux in C++? I looked at a possible
solution, gtk, but the code I tried to copy (from a program called
Gnuitar did not work. I have it, and the program built, but I could not
harness it.

All I need is a window that I can (hopefully easily) put info into.

Thanks,

poly-p man

Oct 16 '05 #1
7 1191
That's off topic for this newsgroup. But you can search this
group for 'windows' and you may come up with suggestions for
other newsgroups.

Oct 16 '05 #2
Search for "windows" and get 51000 results. "window" and get 28000.

This is completely a c++ question, as I am writing in c++.

poly-p man

Oct 16 '05 #3
GB
py***********@gmail.com wrote:
Search for "windows" and get 51000 results. "window" and get 28000.

This is completely a c++ question, as I am writing in c++.


The subject of this news group is the C++ language proper, not any of
the myriad libraries or operating system APIs you might access using
C++. For that, there are more specific news groups.

Gregg
Oct 16 '05 #4
On 16 Oct 2005 11:21:04 -0700, py***********@gmail.com wrote in
comp.lang.c++:
There's probably a simple solution to this; I'm not very good at C++.
How do I create a window in Linux in C++? I looked at a possible
solution, gtk, but the code I tried to copy (from a program called
Gnuitar did not work. I have it, and the program built, but I could not
harness it.

All I need is a window that I can (hopefully easily) put info into.

Thanks,

poly-p man


C++ does not do windows, platform-specific extensions do Windows. In
your case, I'd suggest wandering over to
news:comp.os.linux.development.apps.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Oct 16 '05 #5

<py***********@gmail.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
There's probably a simple solution to this; I'm not very good at C++.
How do I create a window in Linux in C++? I looked at a possible
solution, gtk, but the code I tried to copy (from a program called
Gnuitar did not work. I have it, and the program built, but I could not
harness it.


http://www.gtk.org/tutorial/

Or try any of gimp toolkit newsgroops, but gtk is C so
you could use http://www.gtkmm.org/.

Then there are pure C++ toolkits
www.wxwidgets.org or www.trolltech.com
..

Greetings, Bane.
Oct 16 '05 #6

<py***********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Search for "windows" and get 51000 results. "window" and get 28000.

This is completely a c++ question, as I am writing in c++.


I was sitting in my Ford truck, writing C++
on my laptop. Should I ask for help with
my program in a Ford truck group?

-Mike
Oct 16 '05 #7
Somebody wrote to go to another group.

Thanks,
poly-p man

Oct 16 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: PK | last post by:
Hello, I am looking for help on the following. I'm trying to create a custom browser toolbar button that will do a few things. One that I'm trying to do at the moment is just simply return the...
0
by: Robert | last post by:
I get these errors when creating a asp .net web application project in VS 2003 on a remote web server: "Microsoft Development Environment The Web was created successfully, but an error occurred...
4
by: Altramagnus | last post by:
I have 30 - 40 type of different window. For each type I need about 20 instances of the window. When I try to create them, I get "Error creating window handle" My guess is there is a maximum...
0
by: Matt Warner | last post by:
Hi guys, A couple of people have already posted questions about similar issues but haven't had any response. Occasionally, sometimes after running the app for a few hours, it bombs out saying...
6
by: DraguVaso | last post by:
Hi, In my application, on some given actions while debugging in Visual Studio, I suddenly get a "System.ComponentModel.Win32Exception was unhandled" Message="Error creating window handle."...
2
by: Roby Eisenbraun Martins | last post by:
Hi, My name is Roby Eisenbraun Martins, I am a C++, VB and NET developer. I am working with a NET 2002 project right now and I am receiving this uncommon "OutOfMemory" error message when I try...
2
by: umilmi81 | last post by:
I am having a problem creating an ASP.NET application in Visual Studio.NET 2003, installed on Windows XP Professional I get a message stating that I do not have ASP.NET 1.1 installed, so I can not...
12
by: Mats Lycken | last post by:
Hi, I'm creating a CMS that I would like to be plug-in based with different plugins handling different kinds of content. What I really want is to be able to load/unload plugins on the fly without...
1
by: Flack | last post by:
Hey guys, Here is whats happening. I have a StringBuilder, a TextBox, and a TabControl with one TabPage. On my main form, I created and displayed a fairly big maze. While the app is solving...
0
by: =?Utf-8?B?TWFyaw==?= | last post by:
Users of an in-house application we have written randomly get an Error creating window handle exception, and we've not been able to determine why this happens. A typical callstack is as follows: ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.