XCode source code print issue

Posted by George2 on Stack Overflow See other posts from Stack Overflow or by George2
Published on 2010-05-11T09:10:03Z Indexed on 2010/05/11 9:14 UTC
Read the original article Hit count: 235

Filed under:
|
|

Hello everyone,

I am using MacBook Pro Mac OS 10.5 with related version of XCode. I am new to this development environment. I am developing C++ console/terminal applications (File->New project, then from the list on the left "Command line utility", and on the right "C++ tool".).

For C++ source code file, I want to print source file content with line number. Any ideas how to do this?

thanks in advance, George

© Stack Overflow or respective owner

Related posts about c++

Related posts about xcode