Brand new to VS!



Hello everyone,

I'm brand new to Visual Studio using VS 2005 Team Edition. I've grown up in
a Unix world and have been doing C++ with a text editor on various flavors
of Unix since I was 13. The whole concept of using an IDE and the whole way
that Visual Studio lays out is so foreign to me...

But yet I have a huge software project that I need to port to Windows. Now
in my Unix world, this includes what compiles out to around 100 libraries
and half as many binaries with four main "application" programs.

In the Unix world, in my source tree I have a libs directory where the
sources for each shared library live in their own seperate directory and
I've got a host directory where the sources for each binary live in their
own directory space... Every single directory has a Makefile and from the
top level or any sub directory I can just issue a make command and
everything in the currect directory and all sub directorys is build or
rebuilt... Even though I don't really have the conecpt of a "Project" in
Unix, the entire software build of the world is burried beneath this one
project directory and it's all inclusive in the one project if you will.

That whole concept seems lost in Visual Studio or maybe I'm just missing
something. Obviously getting my above question answer would be good but a
secondary question would be: can someone point me to a Visual Studio C++
project that I can look at for references? I'm looking for a huge project
that includes multiple binaries, libraries, help and resource files;
something that I can use for a guidline or template for creating my new
project in Windows.

Thanks,

-brian


.



Relevant Pages

  • Re: Can Visual Studio handle Unix-style line-ends?
    ... there a way to tell Visual Studio to accept Unix style-line ends." ... itself as a line-end character instead of expecting to see "\r\n".... ... > We have products that are build for both Windows and Unix. ...
    (microsoft.public.vstudio.general)
  • Re: Brand new to VS!
    ... flavors of Unix since I was 13. ... libraries and half as many binaries with four main "application" programs. ... That whole concept seems lost in Visual Studio or maybe I'm just missing ... utility out there to automatically convert a makefile setup to a VC ...
    (microsoft.public.vc.ide_general)
  • Re: Why 100% of all Mactards have Windows experience....
    ... didn't have any support for terminal screen cursor movements like ... curses.h found in UNIX. ... the keyboard on my macbook ain't the best either. ... issues and things would've worked out well with Visual Studio 2008. ...
    (comp.sys.mac.advocacy)
  • Re: Why 100% of all Mactards have Windows experience....
    ... didn't have any support for terminal screen cursor movements like ... curses.h found in UNIX. ... the keyboard on my macbook ain't the best either. ... issues and things would've worked out well with Visual Studio 2008. ...
    (comp.sys.mac.advocacy)
  • Re: [9fans] Standalone unix port of the original rc shell
    ... or whatever the right compiler is -- gcc isn't the only ... Unix has grown ridiculously long-winded in its old age. ... > me is, that all headers reside in $PLAN9/include, which ... libraries they need to be linked with. ...
    (comp.os.plan9)

Loading