Thread: Help: Microsoft Visual Basic 2005 Express Editon

  1. #1
    c++ beginner so be nice! karlawarla's Avatar
    Join Date
    Nov 2006
    Location
    West London, UK
    Posts
    33

    Question Help: Microsoft Visual Basic 2005 Express Editon

    Hello, this may sound like a very simple question but I cannot get my head around it and I've been searching for ages to try and find a solution.

    I'm fairly new to programming in C++, at uni I use emacs on unix, and at home on windows I have been using C-free, but it has ran out. So I have downloaded Microsoft Visual Basic 2005 Express Editon, and I have been trying to write basic code in there, but It comes up with errors pretty much on every line.

    Am I using completing the wrong kind of program that will let me write in c++ and compile it?

    I have also tried various other programs, and I get stuck on how to compile a program or to even write a program without any errors.

    any feedback would be greatly appriciated.

    Karla.

    p.s I have also downloaded Visual C++ Express Editon 2005 and still not having any luck with getting code to work.

  2. #2
    Registered User
    Join Date
    Mar 2005
    Posts
    16
    Visual Basic is for programming in Visual Basic, not C++. What specific trouble are you having with VC++?

  3. #3
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    >>Visual Basic<<

    This isn't a board for visual basic programming; the boards here provide a resource for C and C++ and the use of those languages in platform specific contexts.

    >>Visual C++ Express<<

    This is a C++ compiler but is also okay for c89 code; it doesn't have much support for c99, though.

    >>use emacs on unix<<

    There is a windows version of emacs, too:

    http://www.gnu.org/software/emacs/windows/ntemacs.html

    Whichever ide/compiler you decide to use, you should ideally provide the problematic code and whatever errors or warnings you are getting - if you get lots of multiple errors or warnings that are virtually the same then posting a subset of these is sufficient.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  4. #4
    c++ beginner so be nice! karlawarla's Avatar
    Join Date
    Nov 2006
    Location
    West London, UK
    Posts
    33
    Well I've just got visual c++ to compile a program but it will pop up in command prompt for a split second and then disappears again, and I have no idea why it is doing that.

  5. #5
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  6. #6
    c++ beginner so be nice! karlawarla's Avatar
    Join Date
    Nov 2006
    Location
    West London, UK
    Posts
    33

    Smile

    Thank You :-)

    Karla.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  2. Compile Error in Visual C++ 2005 express
    By Fremontknight1 in forum C++ Programming
    Replies: 9
    Last Post: 10-19-2007, 04:28 PM
  3. Visual c++ 2005 express edition to run .c files
    By the_fall_guy in forum C Programming
    Replies: 4
    Last Post: 04-05-2007, 12:33 PM
  4. Visual C++ 2005 express ed.
    By Adock in forum Tech Board
    Replies: 3
    Last Post: 01-04-2007, 09:44 AM
  5. Compiling from DOS Prompt using Visual Studio Express 2005
    By The SharK in forum C++ Programming
    Replies: 8
    Last Post: 06-13-2006, 01:24 AM