- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: learning ansi c ..
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 11:56 AM
тАО09-05-2002 11:56 AM
learning ansi c ..
thanks
~ Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 12:06 PM
тАО09-05-2002 12:06 PM
Re: learning ansi c ..
If you have ansi C installed on your system, go to "/opt/ansic/html/guide/C" and you'll see some html files over here. Copy these files to your windows workstation and then use the browser to open the index file and you have the ansi c to explore. You can also use the explorer on your ux box if you have netscape / ie installed on that.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 12:06 PM
тАО09-05-2002 12:06 PM
Re: learning ansi c ..
1) A Book On C (Al Kelley & Ira Pohl)
2) C Programming Language (Brian Kernighan & Dennis Ritchie)
The first one is excellent for beginners (like me) ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 12:17 PM
тАО09-05-2002 12:17 PM
Re: learning ansi c ..
C Programming Language (2nd Edition)
by Brian W. Kernighan, Dennis M. Ritchie
http://www.amazon.com/exec/obidos/ASIN/0131103628/qid=1031257204/sr=2-1/ref=sr_2_1/002-1631866-8838436
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 12:58 PM
тАО09-05-2002 12:58 PM
Re: learning ansi c ..
For a novice, 'C for Dummies' is fairly good or you could purchase 'C++ for Dummies'. The C++ version includes a section on ANSI/C as a building block for C++. There are also 'Visual C/C++ for Dummies' - I do not recommend them.
Of course, any real C programmer will have to have Kernighan and Ritchie's 'C Programming Language' but make sure that you get the 2nd edition which includes ANSI C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 02:10 PM
тАО09-05-2002 02:10 PM
Re: learning ansi c ..
the second book would then be the "The ANSI C standard library" by P.J.Plauger, as that books explains how the that library SHOULD be used...
FWIW,
Wodisch