The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> C Programming
|
Page 3 -
C, C++ Function Referance?
Page 3 - Discuss C, C++ Function Referance? in the C Programming forum on Dev Shed. C, C++ Function Referance? C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems.
|
|
 |
|
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

June 29th, 2002, 09:25 PM
|
|
Contributing User
|
|
Join Date: Aug 2001
Posts: 34
Time spent in forums: 4 h 57 m 2 sec
Reputation Power: 12
|
|
|
The linux man pages are located in chapter 3. Chapter 2 is for low level platform specific system level functions that shouldn't be used in most programs.
man 3 printf
In solaris C functions are in chapter s3c
man -s3c printf
|

July 2nd, 2002, 05:50 AM
|
 |
Born Looser
|
|
Join Date: Mar 2002
Location: /root
|
|
How to print?
I did navigate to the folder of Man pages but all the content in is Gz form How come I export it to html and it also does not contain C++ refrence(I could not find cout) 
__________________
Kumar Chetan Sharma
-----
_SelfProcclaimedGuru
Hire a LAMP guy.
To err is human. To blame your computer for your mistakes is even more human, it is downright natural.
|

July 2nd, 2002, 07:42 AM
|
|
Contributing User
|
|
Join Date: Aug 2001
Posts: 34
Time spent in forums: 4 h 57 m 2 sec
Reputation Power: 12
|
|
|
Cout is not a function...
|

July 2nd, 2002, 12:48 PM
|
 |
Born Looser
|
|
Join Date: Mar 2002
Location: /root
|
|
Question is there?
OK I am the greatest fool on the earth. But I couldnot find cout. Does that mean the chapter 3 of man pages has function refrence. I figured it out that the man pages can be browsed using a utility say manbrowser. coool
|

July 3rd, 2002, 01:49 PM
|
|
Contributing User
|
|
Join Date: Aug 2001
Posts: 34
Time spent in forums: 4 h 57 m 2 sec
Reputation Power: 12
|
|
|
Yeah the man pages are mostly for functions. But there are man pages for comonly used header files and libraries such as stdio, string.h and the PThread library.
All of which can be used in both C and C++.
|

July 28th, 2002, 03:48 PM
|
 |
Junior Member
|
|
Join Date: Jul 2002
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Good site for linux Programming Gcc
If you want to learn the functions and programming under linux/gcc programming then try pages like http://gcc.gnu.org/onlinedocs/ that would be a good place to start IMHO
|

September 3rd, 2002, 01:54 AM
|
 |
Born Looser
|
|
Join Date: Mar 2002
Location: /root
|
|
Kdevelop
Linux has something like KDE And KDE has thing like Kdevelop and Kdevelop has thing like Books and C/C++ Refrence. Try it u will find It as I did 
|

February 7th, 2003, 09:28 PM
|
|
Junior Member
|
|
Join Date: Feb 2003
Location: Houston
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Sorry for asking this, please dont flame me, please dont arrest me, etc. does anyone have a pirated copy of Visual C++? It is WAY out of my pricerange. if not, is there somthing that i can get for very cheap or free? What do ya'll use?
|

February 7th, 2003, 09:28 PM
|
|
Junior Member
|
|
Join Date: Feb 2003
Location: Houston
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Sorry for asking this, please dont flame me, please dont arrest me, etc. does anyone have a pirated copy of Visual C++? It is WAY out of my pricerange. if not, is there somthing that i can get for very cheap or free? What do ya'll use?
|

February 7th, 2003, 09:48 PM
|
 |
/(bb|[^b]{2})/
|
|
Join Date: Nov 2001
Location: Somewhere in the great unknown
|
|
|
You can get a student license for less then half the price of the professional license.
If you are just wanting a C/C++ compiler, there are plenty out there that are free. Most of which are mentioned somewhere in this forum. (along with some good ide's if you need them)
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|