Click here to Skip to main content
16,008,075 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Basic Question Pin
Maxwell Chen5-Feb-04 17:26
Maxwell Chen5-Feb-04 17:26 
GeneralRe: Basic Question Pin
toxcct5-Feb-04 22:11
toxcct5-Feb-04 22:11 
GeneralInsert message digest in id3 tag Pin
ee_tkwaa5-Feb-04 15:20
ee_tkwaa5-Feb-04 15:20 
GeneralRe: Insert message digest in id3 tag Pin
Maximilien5-Feb-04 15:32
Maximilien5-Feb-04 15:32 
Generalradio buttons and check boxes Pin
coda_x5-Feb-04 15:10
coda_x5-Feb-04 15:10 
GeneralRe: radio buttons and check boxes Pin
Ryan Binns5-Feb-04 17:04
Ryan Binns5-Feb-04 17:04 
Generalvery basic C++ question Pin
Binayak5-Feb-04 13:09
Binayak5-Feb-04 13:09 
GeneralRe: very basic C++ question Pin
Taka Muraoka5-Feb-04 13:30
Taka Muraoka5-Feb-04 13:30 
Binayak wrote:
using namespace std;

What does this mean? Does it mean in namespace std all the functions in standard library files are defined and that's why we need that?


Yes.

Having the using statement means that you don't have to qualify each individual std name e.g. std::cout << "Hello world" << std::endl




Lets be honest, isn't it amazing how many truly stupid people you meet during the course of the day. Carry around a pad and pencil, you'll have twenty or thirty names by the end of the day - George Carlin

Awasu 1.2.1 [^]: A free RSS reader with support for Code Project.

GeneralRe: very basic C++ question Pin
toxcct5-Feb-04 22:09
toxcct5-Feb-04 22:09 
GeneralRe: very basic C++ question Pin
Robert A. T. Káldy7-Feb-04 22:20
Robert A. T. Káldy7-Feb-04 22:20 
GeneralCopying files to CD in XP Pin
rwaca5-Feb-04 13:03
rwaca5-Feb-04 13:03 
GeneralPointers from VC 6.0 to VS .net Pin
xzigax5-Feb-04 12:26
xzigax5-Feb-04 12:26 
Generalautomatic setting a text in a text box using an API function(&quot;SetWindowText function isn't valid&quot;) Pin
Amr Abdel-Mohsen5-Feb-04 6:52
Amr Abdel-Mohsen5-Feb-04 6:52 
GeneralRe: automatic setting a text in a text box using an API function(&quot;SetWindowText function isn't valid&quot;) Pin
Ravi Bhavnani5-Feb-04 6:56
professionalRavi Bhavnani5-Feb-04 6:56 
General'-' character Pin
sschilachi5-Feb-04 6:41
sschilachi5-Feb-04 6:41 
GeneralRe: '-' character Pin
Ravi Bhavnani5-Feb-04 6:54
professionalRavi Bhavnani5-Feb-04 6:54 
GeneralI have one Pin
sweep1235-Feb-04 6:32
sweep1235-Feb-04 6:32 
GeneralRe: I have one Pin
David Crow5-Feb-04 9:39
David Crow5-Feb-04 9:39 
GeneralRe: I have one Pin
sweep1236-Feb-04 1:14
sweep1236-Feb-04 1:14 
Generallinking error Pin
Goh Hui Beng5-Feb-04 6:06
Goh Hui Beng5-Feb-04 6:06 
GeneralRe: linking error Pin
Michael P Butler5-Feb-04 7:14
Michael P Butler5-Feb-04 7:14 
GeneralRe: linking error Pin
Anonymous5-Feb-04 14:17
Anonymous5-Feb-04 14:17 
Generalhelp with setpercision Pin
snowedin5-Feb-04 5:59
snowedin5-Feb-04 5:59 
GeneralRe: help with setpercision Pin
Robert A. T. Káldy7-Feb-04 22:29
Robert A. T. Káldy7-Feb-04 22:29 
GeneralRe: CWnd::GetDlgCtrlID() Pin
фил5-Feb-04 5:04
фил5-Feb-04 5:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.