Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help Needed Pin
Michael Dunn25-May-02 8:39
sitebuilderMichael Dunn25-May-02 8:39 
GeneralRe: Help Needed Pin
tiaozi25-May-02 22:40
tiaozi25-May-02 22:40 
Generalsilly question Pin
pnpfriend25-May-02 4:58
pnpfriend25-May-02 4:58 
GeneralRe: silly question Pin
Stan Shannon25-May-02 5:22
Stan Shannon25-May-02 5:22 
GeneralRe: silly question Pin
pnpfriend25-May-02 6:23
pnpfriend25-May-02 6:23 
GeneralRe: silly question Pin
Stan Shannon25-May-02 6:36
Stan Shannon25-May-02 6:36 
GeneralRe: silly question Pin
pnpfriend25-May-02 8:56
pnpfriend25-May-02 8:56 
GeneralRe: silly question Pin
PJ Arends25-May-02 9:46
professionalPJ Arends25-May-02 9:46 
//k.h
//class k
class k
{
public:
k(){ cout<<"hi, how are you?\n"; } // need closing brace
};

//s.cpp, main method
#include "k.h"

void main()
{
k aclass;

}


---
CPUA 0x5041

Sonork 100.11743 Chicken Little

Within you lies the power for good - Use it!
GeneralRe: silly question Pin
pnpfriend26-May-02 4:28
pnpfriend26-May-02 4:28 
GeneralRe: silly question Pin
pnpfriend26-May-02 4:29
pnpfriend26-May-02 4:29 
GeneralCreate Edit Control Pin
laphijia25-May-02 4:23
laphijia25-May-02 4:23 
GeneralRe: Create Edit Control Pin
Martin Speiser25-May-02 5:18
Martin Speiser25-May-02 5:18 
GeneralNTFS Pin
Mazdak25-May-02 3:18
Mazdak25-May-02 3:18 
GeneralRe: NTFS Pin
redeemer25-May-02 3:32
redeemer25-May-02 3:32 
GeneralRe: NTFS Pin
Mazdak25-May-02 3:35
Mazdak25-May-02 3:35 
GeneralRe: NTFS Pin
redeemer25-May-02 3:54
redeemer25-May-02 3:54 
GeneralRe: NTFS Pin
Mazdak25-May-02 4:06
Mazdak25-May-02 4:06 
GeneralRe: NTFS Pin
Renjith Ramachandran25-May-02 3:52
Renjith Ramachandran25-May-02 3:52 
GeneralRe: NTFS Pin
Mazdak25-May-02 4:07
Mazdak25-May-02 4:07 
GeneralRe: NTFS Pin
Renjith Ramachandran25-May-02 5:45
Renjith Ramachandran25-May-02 5:45 
General===rotation a window!!!=== Pin
tiaozi25-May-02 3:11
tiaozi25-May-02 3:11 
GeneralRe: ===rotation a window!!!=== Pin
redeemer25-May-02 3:35
redeemer25-May-02 3:35 
GeneralRe: ===rotation a window!!!=== Pin
tiaozi25-May-02 22:46
tiaozi25-May-02 22:46 
GeneralNew to the language and confused Pin
Dee25-May-02 2:57
Dee25-May-02 2:57 
GeneralRe: New to the language and confused Pin
Erik Funkenbusch25-May-02 3:12
Erik Funkenbusch25-May-02 3:12 

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.