Skip to Content.
Sympa Menu

cgal-discuss - Re: Re : Re : [cgal-discuss] C++: "Cannot find or open the PDB file

Subject: CGAL users discussion list

List archive

Re: Re : Re : [cgal-discuss] C++: "Cannot find or open the PDB file


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: Re: Re : Re : [cgal-discuss] C++: "Cannot find or open the PDB file
  • Date: Sun, 18 Mar 2012 00:40:19 -0700 (PDT)


PDB - http://en.wikipedia.org/wiki/Program_database

You don't need these files unless you are going to debug the OS, and then
you can simply download them from microsoft.
The output window in VS is for inner messages and not program output.
Are you able to build and run an hello world? Look on the net:

1. Create in VS a default console project.
2. Add to main printf("hello\n");

And guys, to print you use cout or printf, for input you use cin and scanf.

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/C-Cannot-find-or-open-the-PDB-file-tp4453412p4481780.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page