Thread: Is it so trouble?

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    30

    Is it so trouble?

    I used to use VC++6. I just need to put the program and all the input data files in one fold. Double click the program name, the vc6 window will open and then you can see the 'Build' tab and can do the 'compiling' 'linking' and 'run' immediately. How convenient it is!

    I just installed VC++7.0. I found it is so trouble! You have to set up project first. If you open the program directly, you will not see the 'Build' tab, i.e. you can not do 'compiling' 'linking' ...

    Besides, after setting up the project, you have to "add new item' to input the data file one by one. I have 30-100 data files. You can imagine how trouble it is!

    I am wondering VC7 should be more convenient than VC6, The troubles I met because I have not master the right way for the VC7?

    Hope your help!

  2. #2
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    Like every new piece of software it takes getting used to.
    You're going to have to learn how to use it and yes, that can be somewhat annoying if you've gotten the operation of an old piece of kit engraved in your mind.

  3. #3
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    and that's the main reason why people should learn to program without the (dubious) benefits of IDEs but using just an editor and a commandline compiler.

  4. #4
    Registered User
    Join Date
    Jan 2006
    Posts
    63
    Yumin I recently upgraded to v8.0 (2005) myself and you have to create a project for the file before you can compile it.

    It just takes a little getting used to like stated above.

  5. #5
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    I remember back in the day when I moved from VS6 to VS7, and now VS8 (2005), it was quite confusing, and somewhat anoying. But you'll get used to it. The benefits are much greater than the inconvinience and anoyance...
    My Website
    010000110010101100101011
    Add Color To Your Code!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Trouble with assignment in C
    By mohanlon in forum C Programming
    Replies: 17
    Last Post: 06-23-2009, 10:44 AM
  2. Replies: 6
    Last Post: 01-03-2007, 03:02 PM
  3. trouble scanning in... and link listing
    By panfilero in forum C Programming
    Replies: 14
    Last Post: 11-21-2005, 12:58 PM
  4. having trouble understanding this statement
    By kes103 in forum C++ Programming
    Replies: 2
    Last Post: 10-03-2003, 09:00 AM
  5. C++ program trouble
    By senrab in forum C++ Programming
    Replies: 7
    Last Post: 04-29-2003, 11:55 PM