Click here to Skip to main content
15,894,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWindows Sockets implementation Pin
Rohan Bhosale13-Feb-06 19:50
Rohan Bhosale13-Feb-06 19:50 
QuestionC++ Functions Pin
Subramaniam s.V.13-Feb-06 19:28
Subramaniam s.V.13-Feb-06 19:28 
AnswerRe: C++ Functions Pin
Stephen Hewitt13-Feb-06 19:38
Stephen Hewitt13-Feb-06 19:38 
GeneralRe: C++ Functions Pin
Subramaniam s.V.13-Feb-06 19:44
Subramaniam s.V.13-Feb-06 19:44 
GeneralRe: C++ Functions Pin
Stephen Hewitt13-Feb-06 19:47
Stephen Hewitt13-Feb-06 19:47 
GeneralRe: C++ Functions Pin
Subramaniam s.V.13-Feb-06 20:01
Subramaniam s.V.13-Feb-06 20:01 
QuestionActiveX Pin
Anilkumar K V13-Feb-06 18:42
Anilkumar K V13-Feb-06 18:42 
QuestionLinker error Pin
Rassul Yunussov13-Feb-06 18:41
Rassul Yunussov13-Feb-06 18:41 
If i make a library, consists of two files, for example - foo.h, foo.cpp,
where i described a class foo:
foo.h file:
<br />
class foo<br />
{<br />
...<br />
public:<br />
       foo();<br />
       void method();<br />
};<br />
<br />
foo.cpp file:<br />
#include "foo.h"<br />
foo::foo()<br />
{<br />
}<br />
foo::method()<br />
{<br />
}<br />

and then i make a new project, copy this files in the project and in file stdafx.h i write next string
#include "foo.h"
the linker says that can't link... What am i doing wrong?

So... I hope i described my problem clearlySmile | :) Sorry for my bad englishSigh | :sigh:

-- modified at 1:05 Tuesday 14th February, 2006
AnswerRe: I got question Pin
Stephen Hewitt13-Feb-06 18:46
Stephen Hewitt13-Feb-06 18:46 
GeneralRe: I got question Pin
Rassul Yunussov13-Feb-06 19:10
Rassul Yunussov13-Feb-06 19:10 
GeneralRe: I got question Pin
kakan13-Feb-06 19:14
professionalkakan13-Feb-06 19:14 
General[Message Deleted] Pin
Stephen Hewitt13-Feb-06 19:14
Stephen Hewitt13-Feb-06 19:14 
GeneralRe: I got question Pin
Stephen Hewitt13-Feb-06 19:15
Stephen Hewitt13-Feb-06 19:15 
GeneralRe: I got question Pin
Rassul Yunussov13-Feb-06 19:34
Rassul Yunussov13-Feb-06 19:34 
GeneralRe: I got question Pin
Stephen Hewitt13-Feb-06 19:44
Stephen Hewitt13-Feb-06 19:44 
GeneralIs this correct? Pin
kakan13-Feb-06 20:01
professionalkakan13-Feb-06 20:01 
GeneralRe: I got question Pin
ThatsAlok14-Feb-06 21:42
ThatsAlok14-Feb-06 21:42 
QuestionHow often do you use makefiles? Pin
Nick_Kisialiou13-Feb-06 18:32
Nick_Kisialiou13-Feb-06 18:32 
AnswerRe: How often do you use makefiles? Pin
Rage13-Feb-06 22:18
professionalRage13-Feb-06 22:18 
QuestionRe: How often do you use makefiles? Pin
BadKarma13-Feb-06 22:29
BadKarma13-Feb-06 22:29 
GeneralRe: How often do you use makefiles? Pin
Nick_Kisialiou13-Feb-06 22:36
Nick_Kisialiou13-Feb-06 22:36 
QuestionPermutations of a Binary String Pin
birddog20013-Feb-06 17:01
birddog20013-Feb-06 17:01 
AnswerRe: Permutations of a Binary String Pin
Ryan Binns13-Feb-06 17:27
Ryan Binns13-Feb-06 17:27 
AnswerRe: Permutations of a Binary String Pin
Stephen Hewitt13-Feb-06 17:33
Stephen Hewitt13-Feb-06 17:33 
AnswerRe: Permutations of a Binary String Pin
Joshua Quick13-Feb-06 17:36
Joshua Quick13-Feb-06 17:36 

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.