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: Zeineb Abderrahim <>
  • To: "" <>
  • Subject: Re : Re : Re : [cgal-discuss] C++: "Cannot find or open the PDB file
  • Date: Sun, 18 Mar 2012 19:25:17 +0000 (GMT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=1XG92J4+Lb0+tAaCN11DU9lPap4+gvPRl11yKNJZQdOpeJ7KeRpgkyFfWMfQWihF9PpGFtFC4inUUv4SCiNJ8lLxBJ/rC9apYKBjGtPGdz9DNIizdge6nK+3jGat2MroELAVjvHdnGop9KA6ljclS1nuUazsAcoDmHPefmKcWG4=;

Hi,

Thanks for your reply. Yes I able to build and run an hello world but I can't see the output juste when I supprime return 0 and I add a scanf("....");


De : Zohar <>
À :
Envoyé le : Dimanche 18 mars 2012 8h40
Objet : Re: Re : Re : [cgal-discuss] C++: "Cannot find or open the PDB file


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.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss






Archive powered by MHonArc 2.6.16.

Top of Page