Visual C++ and Visual Basic and Visual J++ 
Author Message
 Visual C++ and Visual Basic and Visual J++

 Please help me answering these questions.

   * What do the "visual" in the the following Microsoft products mean?
     Visual C++, Visual Basic, Visual J++.
   * How different is J++ from  Java?
   * C++ and Basic, what are the advantages and disadvantages of each
     compared to the other?

Thank you.



Sat, 04 Sep 1999 03:00:00 GMT  
 Visual C++ and Visual Basic and Visual J++

Quote:
> Please help me answering these questions.

>   * What do the "visual" in the the following Microsoft products mean?
>     Visual C++, Visual Basic, Visual J++.

Generally, this means a Drag'N'drop way of building applications.  For
example, each one comes with a AppXXXX wizard to quickly build apps.
Also they generally provide a nice way of editing code, especially
classes, that means you never need to touch the actual text file.

Quote:
>   * How different is J++ from  Java?

Now there is a leading question.  Essentially J++ is Java with lots of
extra MS bells and whistles.  BE WARE USING J++.

Quote:
>   * C++ and Basic, what are the advantages and disadvantages of each
>     compared to the other?

I would have to say, this is asked in the wrong group.  Many a learned
man ( I use man loosely, not wishing to offend any ladies ), will give
you pages and pages of text on this.

Hope this helps.

Alan

___________________________________________________

_____________________________________ N-ARY Limited
___________________________________________________

                 Java Specialists
               http://www.n-ary.com

         Member of the JARS Judging Panel

      Java Training Courses to suit all levels



Sun, 05 Sep 1999 03:00:00 GMT  
 Visual C++ and Visual Basic and Visual J++



Quote:

>    * What do the "visual" in the the following Microsoft products mean?
>      Visual C++, Visual Basic, Visual J++.

I've been asking myself the same question for a long time now...

Quote:
>    * How different is J++ from  Java?

I've been asking myself the same question, for not quite as long...(but if
it's not much different, just give them time, I'm sure it will be soon
enough)

Quote:
>    * C++ and Basic, what are the advantages and disadvantages of each
>      compared to the other?

Basic is easy, C++ is hard[er].
Basic is high-level, C++ is NOT.

But seriously, Basic is good for prototyping, and quick & dirty apps.  They
are not generally as fast as C++ apps, (although with non-judicious use of
MFC, that's changing).

C++ lets you do anything you want, but at the cost of complexity.

--
"Will Code For Food!"
Derek Viljoen




Sun, 05 Sep 1999 03:00:00 GMT  
 Visual C++ and Visual Basic and Visual J++


Quote:
>> Please help me answering these questions.

>>   * What do the "visual" in the the following Microsoft products mean?
>>     Visual C++, Visual Basic, Visual J++.

>Generally, this means a Drag'N'drop way of building applications.  For
>example, each one comes with a AppXXXX wizard to quickly build apps.

This is a true statement, but the "visual" with respect to Visual J++ and
Visual C++ is pretty thin, being the ability to "visually" edit resources
rather than more full-fleged drag-and-drop programming.  I would not put Visual
C++ or Visual J++ anywhere near the same class of visualness as Visual Basic,
Delphi, Optima++, or Visual Cafe.
--



Sun, 05 Sep 1999 03:00:00 GMT  
 Visual C++ and Visual Basic and Visual J++

I am looking to create 3d animated adventure games and games that you
can play head to head with a modem and on the internet.. Any help would
be appricated.. Please reply via e-mail.

I am also looking to create a e-mail stripping program like floodgate..
Any help would be appricated.  C++ and visual basic programming
languauges used.



Mon, 06 Sep 1999 03:00:00 GMT  
 Visual C++ and Visual Basic and Visual J++



: >
: >    * What do the "visual" in the the following Microsoft products mean?
: >      Visual C++, Visual Basic, Visual J++.

: I've been asking myself the same question for a long time now...

: >    * How different is J++ from  Java?

: I've been asking myself the same question, for not quite as long...(but if
: it's not much different, just give them time, I'm sure it will be soon
: enough)

: >    * C++ and Basic, what are the advantages and disadvantages of each
: >      compared to the other?

: Basic is easy, C++ is hard[er].
: Basic is high-level, C++ is NOT.

: But seriously, Basic is good for prototyping, and quick & dirty apps.  They
: are not generally as fast as C++ apps, (although with non-judicious use of
: MFC, that's changing).

: C++ lets you do anything you want, but at the cost of complexity.

: --
: "Will Code For Food!"
: Derek Viljoen




Mon, 06 Sep 1999 03:00:00 GMT  
 Visual C++ and Visual Basic and Visual J++

Quote:

>I am looking to create 3d animated adventure games and games that you
>can play head to head with a modem and on the internet.. Any help would
>be appricated.. Please reply via e-mail.

There is an excellent book called "Game Programming Gurus".  It covers
these topic.  However, same the book will explain, you should use
C/C++ and Assebly.  Visual Basic is great for something and can even
be used to create some nice games but 3D ray tracing is not one of
them.

Hope it helps,
Michael



Wed, 08 Sep 1999 03:00:00 GMT  
 Visual C++ and Visual Basic and Visual J++


Quote:
>> Please help me answering these questions.

>>   * What do the "visual" in the the following Microsoft products mean?
>>     Visual C++, Visual Basic, Visual J++.

>Generally, this means a Drag'N'drop way of building applications.  For
>example, each one comes with a AppXXXX wizard to quickly build apps.
>Also they generally provide a nice way of editing code, especially
>classes, that means you never need to touch the actual text file.

>>   * How different is J++ from  Java?

>Now there is a leading question.  Essentially J++ is Java with lots of
>extra MS bells and whistles.  BE WARE USING J++.

Has anyone had problems with class size or filesize being too large
when using Microsoft Visual J++?  I have Java code that compiles fine
on a Unix platform but when I bring it over to Microsoft's J++
environment, I get their wonderful Compile Error J00001 (i.e.,
internal error, contact Microsoft support for more info ... or
something to that effect).

Wu
--

* bike       20 minutes    ___    __o   Department of Computer Science
* car & foot 24 minutes  ____  _'\<,_   University of Illinois
* bus        28 minutes       (*)/ (*)  Urbana, IL 61801



Sat, 11 Sep 1999 03:00:00 GMT  
 Visual C++ and Visual Basic and Visual J++


{snip}

Quote:
> Now there is a leading question.  Essentially J++ is Java with lots of
> extra MS bells and whistles.  BE WARE USING J++.

Why?  Is it IE-centric?  Is it buggy?  I would appreciate any expounding
you could do.
--
      O      O      O       O
     O    O         O     O       Kenneth Vogt
    O  O            O   O

  O        O        O


Sun, 12 Sep 1999 03:00:00 GMT  
 
 [ 33 post ]  Go to page: [1] [2] [3]

 Relevant Pages 

1. need some basic information on visual basic and visual c++

2. need some basic information on visual basic and visual c++

3. Visual C++ vs Visual Basic

4. Visual C++/Visual Basic/COM problem

5. visual basic vs. visual c++ which is better

6. Visual BASIC or Visual C++

7. Visual Basic Vs. Visual C++

8. FS: Visual Basic/Visual C++/Computer books 1/2 cover price

9. FS: Mastering Microsoft Visual Basic 4.0 and Visual C++ 4.0 CD-ROMs

10. Database Application : Visual Basic or Visual C++ ??

11. VISUAL BASIC AND VISUAL C++ WHAT THE BIG DIFFERENCE

12. compare PowerBuilder, Visual Basic and Visual C++.

 

 
Powered by phpBB® Forum Software