Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: August 3, 2025, 1:44 am

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Programming in C++ for Ubuntu 10.04
#4
RE: Programming in C++ for Ubuntu 10.04
Read the documentation I linked to.

It does what you wanted.

If you want your program to pop up it's own window, make a shell script with
Code:
#!/bin/sh
xterm -t foo  -e myprogram &

Chmod +x it and click on it instead to launch your cui. Or you could make a real gui...
Reply



Messages In This Thread
RE: Programming in C++ for Ubuntu 10.04 - by Autumnlicious - August 3, 2010 at 10:56 pm
RE: Programming in C++ for Ubuntu 10.04 - by Autumnlicious - August 4, 2010 at 4:52 am

Possibly Related Threads...
Thread Author Replies Views Last Post
  OMG! Ubuntu Linux Christian Edition. LOL Phish 7 6124 September 10, 2012 at 2:02 pm
Last Post: Autumnlicious
  I love programming Darwinian 7 3315 June 20, 2010 at 1:29 pm
Last Post: Tiberius
  25 popular programming languages Rob 9 3081 April 11, 2010 at 10:18 pm
Last Post: Disinter
  Which programming language Darwinian 34 10183 March 11, 2010 at 10:40 pm
Last Post: Rob
  Ubuntu Darwinian 22 9256 June 4, 2009 at 4:06 pm
Last Post: Kyuuketsuki



Users browsing this thread: 1 Guest(s)