Virtual C

Programs intended to teach, or to help one learn or study a specific subject - this includes educational games.
Post Reply
Message
Author
User avatar
puppy_apprentice
Posts: 299
Joined: Tue 07 Feb 2012, 20:32

Virtual C

#1 Post by puppy_apprentice »

A programming environment for learning and teaching the C language.

https://sites.google.com/site/virtualcide/

pet:
http://s000.tinyupload.com/?file_id=841 ... 1440443199

It needs QT. Could anybody make a sfs package with QT for this?
Attachments
virtualc.jpg
A programming environment for learning and teaching the C language.
(92.24 KiB) Downloaded 601 times

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

Re: Virtual C

#2 Post by musher0 »

puppy_apprentice wrote:A programming environment for learning and teaching the C language.

https://sites.google.com/site/virtualcide/

pet:
http://s000.tinyupload.com/?file_id=841 ... 1440443199

It needs QT. Could anybody make a sfs package with QT for this?
Hello, puppy_apprentice.

Interesting package. Thanks for the information.

Would you happen to know which minimal QT version this package needs. I say
"minimal" because if it does not require the latest QT, Puppy may have it already.

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
6502coder
Posts: 677
Joined: Mon 23 Mar 2009, 18:07
Location: Western United States

#3 Post by 6502coder »

Quote from the release notes:
The software is built with the Open-Source-Version of Qt 4.8.
It uses the Qt port of WebKit for plugins

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#4 Post by musher0 »

Hello all.

This thread was just bumped up.
https://www.youtube.com/watch?v=-FLgShtdxQ8
Forum member norgo has put together a QT-5.6 package last May.

Would norgo's package answer your need for a QT, "puppy apprentice" ?

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

wiak
Posts: 2040
Joined: Tue 11 Dec 2007, 05:12
Location: not Bulgaria

#5 Post by wiak »

I've been programming in C for almost 30 years but I'm keen to give this a spin cos its nice to see a visual representation of where things are stored in memory and sometimes that also helps plan parts of the program itself.

Any idea if there is a QT sfs available for puppy that works for this. I know several recent pups have a suitable QT pre-installed but I don't want to rely on that and sometimes I use a slim debiandog and don't want to apt-get the rather large QT available there.

wiak

User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

#6 Post by mikeslr »

Just a thought. As we don't know which Puppy puppy_apprentice is running, nor which of the 'Dogs' wiak wants to use, and others wanting to use the package may be running different puppies/Dogs, the general solution would be:

(1) Install the package
(2) Run ldd --List Dynamic Dependencies if available on the Menu.
(3) Note just which qt libraries are missing.
(4) Obtain them and build the Qt application.

(1) Under Dogs and Puppies with Automatic Save removed, this can be done without committing it to be permanently part of one's system.

(4) Under Puppies, PaDS can be used to create an SFS, 'though my experience has been that Qt libraries don't require much space and can be used in other applications I frequently use. So, I generally convert Qt SFSes to pets and install.

Dogs have a built in app for creating SFSes.

mikesLr

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#7 Post by musher0 »

Hmmm. Could the ferret who asked the question be hunting elsewhere?! ;)
No reaction in a little while.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#8 Post by muggins »

I'm using a 32bit peebee lxpupsx, and already have qt4-4.8.7_slacko-7.0.sfs loaded. Downloaded, and installed, the debian package, and it worked straight away.

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#9 Post by jamesbond »

Too bad it's 32-bit only. It could have been interesting.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

User avatar
puppy_apprentice
Posts: 299
Joined: Tue 07 Feb 2012, 20:32

#10 Post by puppy_apprentice »

Ok. I've found QT sfs and it is working now in my Slacko 5.7 and 6.3.

My question was not accurate. I was asking if somebody could make a sfs with QT and VC together in one package.

And i've made .pup package because in Slacko got error with original .deb package.

I want to thank y'allfor your interest in this case.

Post Reply