Loading...


bookmark - Rapidq

Rapidq

 
 Discussion by Shrike with 1 Replies.
 Last Update: July 23, 2006, 4:10 pm
 
bookmark - Rapidq  
Quickly Post to Rapidq  w/o signup Share Info about Rapidq  using Facebook, Twitter etc. email your friend about Rapidq Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

After struggling through C++ Windows Programming I stumbled upon RapidQ by William Yu. I LOVE it! You can do complex Windows Programming easily! You can do things like make an online chat server in as little as 100 lines of code, it has a GUI for creating Windows, and has a bunch of built in functions that I couldn't live without! I recommend this to everyone who is looking for an easy way to do complex windows programming. Here is an example of how simple the code appears:

SUB SendToClients(Message AS STRING)
ClientNum% = 0
FOR I = 1 to NumClients%
ClientNum% = Socket.WriteLine(Client%(I), Message)
NEXT
END SUB


I know you need to see more to understand what this small portion does but I didn't want to make a post with 100 lines of code in it...

You can download it here!

   Mon Jul 10, 2006    Reply         

the problem with software that lets you do rapid windows gui creations is that when you need some extra functions to insert in the code..

most of them wont directly allow you and inter operation between windows versions dont fit well.

--

   Sun Jul 23, 2006    Reply         

Quickly Post to Rapidq  w/o signup Share Info about Rapidq  using Facebook, Twitter etc. email your friend about Rapidq Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

Similar Topics:

Advice About Making A Text Based Game    Advice About Making A Text Based Game (12) (0) Creating Classes   Creating Classes