|
-
Jul 5th, 2004, 01:15 PM
#1
Thread Starter
Member
REALBasic
Anyone know anything about REALBasic?
It looks relatively inexpensive, yet powerful. I just downloaded a demo which I will play with shortly. In the meantime, I though I'd post a thread here.
-
Jul 10th, 2004, 10:50 AM
#2
Frenzied Member
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Jul 12th, 2004, 07:33 AM
#3
Thread Starter
Member
-
Jul 12th, 2004, 09:26 AM
#4
Frenzied Member
Looks nice - I'm gonna stick to C++ though =).
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Jul 12th, 2004, 09:36 AM
#5
Thread Starter
Member
C++ vs. VB, REALBasic, ...
Interesting that you said you'll stick to C++. With the changes in VB over the years, I have decided that it is in my best interest to switch to C++.
How would you recommend a VB programmer learn C++? Any particular book(s) that you'd recommend? (I prefer books that start from the beginning (assuming nothing) and move forward in a pragmatic way.)
thanks
-
Jul 12th, 2004, 07:51 PM
#6
Frenzied Member
Re: C++ vs. VB, REALBasic, ...
Originally posted by BluesMatt
Interesting that you said you'll stick to C++. With the changes in VB over the years, I have decided that it is in my best interest to switch to C++.
How would you recommend a VB programmer learn C++? Any particular book(s) that you'd recommend? (I prefer books that start from the beginning (assuming nothing) and move forward in a pragmatic way.)
thanks
I see, we're in the same situation then =) - I just read a book called 'C++ Something Book' by Jesse Liberty, it starts off from the beginning, and it allows you to easily jump over the parts you already understand, though it all is good reading since it differs very much from VB. Next I'm going to get a book on using the MFC Api Wrapper to write windows applications, and see how it goes from there. Good luck .
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Jul 14th, 2004, 07:16 AM
#7
Fanatic Member
I'm not to sure about the C++ road myself? But in regaurds to RealBasic I too am looking into it it seems an excellent alternative to VB.Net( something i'm not inpressed with) Trully complied code that has cross platform cababilities. C++ may be very powerfully but the BASIC language VB6 and now RealBasic give it a run for it's money in terms of buisness applications.
Useful Links
.Net
#Develop, GhostDoc, CodeKeep , be.PINVOKE, Good Code Snippet Site
Krypton Toolkit, XPCC / XP Common Controls, QSS Windows Forms Components
VB.COM
VB.Classic Help File, MB Controls, MZTools, ADO Stored Procedure Generator add-in,
-
Jul 14th, 2004, 08:08 AM
#8
Frenzied Member
Originally posted by Bombdrop
I'm not to sure about the C++ road myself? But in regaurds to RealBasic I too am looking into it it seems an excellent alternative to VB.Net( something i'm not inpressed with) Trully complied code that has cross platform cababilities. C++ may be very powerfully but the BASIC language VB6 and now RealBasic give it a run for it's money in terms of buisness applications.
It still doesn't give you the oppprtunity to manage memory as you can in C++, and it really doesn't give you a basic understanding on how everything works, which is a very good 'tool' to have when building new solutions.
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Jul 18th, 2004, 11:31 PM
#9
New Member
did u know this
I feel for developers wanting to switch from VB to C++ don't go through VC. If u want an environment like VB but with C++ language then try out Borlands C++ Builder. There is also a freeware personal edition available for download from Borlands Site check it out.
I am at present trying it out for myself. IT is just great.
The best part is that the original developers (8 in all) of Delphi and C++ Builder and also J++ Builder were purchased off by Microsoft and they have developed .NET for Microsoft. So before u go to .NET tryout Borlands C++ Builder.
Thanks,
Yogi Yang
Yogi's SoftKey a keyboard remappint software for Indian Languages. Worlds easiest to learn and use for Indian Languages (Gujarati/Hindi).
-
Jul 19th, 2004, 12:26 PM
#10
Frenzied Member
I'm using the Bloodshed Dev-C++ IDE and I find it to be really... really good, sufficiant and not overwhelming, with a built in compiler.
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Jul 19th, 2004, 12:51 PM
#11
Thread Starter
Member
Bloodshed
vbNeo, Are you writing Windows apps using Bloodshed?
-
Jul 19th, 2004, 01:33 PM
#12
Frenzied Member
Re: Bloodshed
Originally posted by BluesMatt
vbNeo, Are you writing Windows apps using Bloodshed?
I'm not that far yet =), But yes, I'm planning to
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Aug 3rd, 2004, 06:03 AM
#13
move on to c# the reviews i've seen of it are amazing the power of c++ with the DE of VB
-
Aug 3rd, 2004, 07:52 AM
#14
Frenzied Member
Originally posted by Pino
move on to c# the reviews i've seen of it are amazing the power of c++ with the DE of VB
no way am I gonna be bound by yet another M$ technology, I'll stick to the real deal for now.
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Aug 3rd, 2004, 07:56 AM
#15
Fanatic Member
C# even though it is devloped and produced by MS is in the posistion of languages such a ECMA Script other size called JavaScript or JScript we already sen differing ways in implemtenting C# via the mono project it does not use window forms for its gui's instead uses GTK. C# is as very nice and elagant language and is not to hard for someone with VB6 experiance to pick up (even i can use it).
C# will be the main .Net lanuage
Useful Links
.Net
#Develop, GhostDoc, CodeKeep , be.PINVOKE, Good Code Snippet Site
Krypton Toolkit, XPCC / XP Common Controls, QSS Windows Forms Components
VB.COM
VB.Classic Help File, MB Controls, MZTools, ADO Stored Procedure Generator add-in,
-
Aug 3rd, 2004, 09:12 AM
#16
Thread Starter
Member
C++ and C#, "lite" versions of MS tools
What is the difference between Visual C++ and C#?
I am trying to decide if switching to either of these two languages makes sense. I program in VB now and enjoy the RAD capabilities of VB. I don't want to lose that, but I am concerned that the cost and complexity of VB is getting out of control.
Apparently MS is thinking about this point as well. I recently read that by mid-2005, MS will be releasing lite versions of their tools specifically to support the small app and hobyist developer (which out number the professional developer by 3). Has anyone else read this?
My original thoughts were to switch to C++ since Windows and many other apps are written in it. (RealBASIC is written written with 20,000 liines of C++.)
-
Aug 3rd, 2004, 09:16 AM
#17
Fanatic Member
C# is a mix between C++ and VB in my opion . uses the simple 'dot' notation for accessing methods of object does not have the horror of using pointers as in C++.
The main problem is getting your head round really using OPP's ( as in vb6 we were sheltered) the transisiton from VB6 to vb.Net is really the same as going from VB6 to C#. the main advantage C# has is that it is the language of choice on MSDN
Useful Links
.Net
#Develop, GhostDoc, CodeKeep , be.PINVOKE, Good Code Snippet Site
Krypton Toolkit, XPCC / XP Common Controls, QSS Windows Forms Components
VB.COM
VB.Classic Help File, MB Controls, MZTools, ADO Stored Procedure Generator add-in,
-
Aug 3rd, 2004, 09:37 AM
#18
Frenzied Member
Originally posted by Bombdrop
C# is a mix between C++ and VB in my opion . uses the simple 'dot' notation for accessing methods of object does not have the horror of using pointers as in C++.
The main problem is getting your head round really using OPP's ( as in vb6 we were sheltered) the transisiton from VB6 to vb.Net is really the same as going from VB6 to C#. the main advantage C# has is that it is the language of choice on MSDN
Pointers is one of the things I LIKE about C++, they really are good to teach you a good programming style, if you learn to control them that is
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|