Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with ActiveX Pin
14-Dec-01 4:20
suss14-Dec-01 4:20 
GeneralRuntime video Codec chose Pin
12-Dec-01 6:47
suss12-Dec-01 6:47 
GeneralRe: Runtime video Codec chose Pin
Un114-Apr-02 4:22
Un114-Apr-02 4:22 
QuestionHow to tell it's a text file or a rich text file in CRichEditView? Pin
davilism12-Dec-01 6:31
davilism12-Dec-01 6:31 
AnswerRe: How to tell it's a text file or a rich text file in CRichEditView? Pin
Bill Wilson12-Dec-01 12:43
Bill Wilson12-Dec-01 12:43 
QuestionInsert property page after pr.-Sheet created? Pin
Thomas Blenkers12-Dec-01 6:25
Thomas Blenkers12-Dec-01 6:25 
AnswerRe: Insert property page after pr.-Sheet created? Pin
Joaquín M López Muñoz12-Dec-01 6:37
Joaquín M López Muñoz12-Dec-01 6:37 
GeneralRe: Insert property page after pr.-Sheet created? Pin
Thomas Blenkers12-Dec-01 10:29
Thomas Blenkers12-Dec-01 10:29 
GeneralRe: Insert property page after pr.-Sheet created? Pin
Joaquín M López Muñoz12-Dec-01 11:42
Joaquín M López Muñoz12-Dec-01 11:42 
GeneralRe: Insert property page after pr.-Sheet created? Pin
Thomas Blenkers14-Dec-01 1:31
Thomas Blenkers14-Dec-01 1:31 
QuestionReading and writing a open CFile with fread fwrite,...? Pin
Patrick Hoffmann12-Dec-01 6:20
Patrick Hoffmann12-Dec-01 6:20 
AnswerRe: Reading and writing a open CFile with fread fwrite,...? Pin
Joaquín M López Muñoz12-Dec-01 6:29
Joaquín M López Muñoz12-Dec-01 6:29 
GeneralCommand Line (cin) Hiding & Counter Using C++ Pin
valikac12-Dec-01 6:13
valikac12-Dec-01 6:13 
GeneralRe: Command Line (cin) Hiding & Counter Using C++ Pin
Joaquín M López Muñoz12-Dec-01 6:24
Joaquín M López Muñoz12-Dec-01 6:24 
GeneralCreateProcess that wont return until program ends Pin
12-Dec-01 5:44
suss12-Dec-01 5:44 
GeneralRe: CreateProcess that wont return until program ends Pin
Joaquín M López Muñoz12-Dec-01 6:10
Joaquín M López Muñoz12-Dec-01 6:10 
GeneralRe: CreateProcess that wont return until program ends Pin
Alvaro Mendez12-Dec-01 6:11
Alvaro Mendez12-Dec-01 6:11 
GeneralRe: CreateProcess that wont return until program ends Pin
Ernest Laurentin12-Dec-01 6:18
Ernest Laurentin12-Dec-01 6:18 
GeneralThank you Pin
12-Dec-01 11:12
suss12-Dec-01 11:12 
GeneralWin32 Bitmap Buttons Pin
Mike Doner12-Dec-01 5:35
Mike Doner12-Dec-01 5:35 
GeneralRe: Win32 Bitmap Buttons Pin
Joaquín M López Muñoz12-Dec-01 6:16
Joaquín M López Muñoz12-Dec-01 6:16 
GeneralRe: Win32 Bitmap Buttons Pin
Tim Deveaux12-Dec-01 8:40
Tim Deveaux12-Dec-01 8:40 
GeneralRe: Win32 Bitmap Buttons Pin
Christian Graus12-Dec-01 10:24
protectorChristian Graus12-Dec-01 10:24 
GeneralRe: Win32 Bitmap Buttons Pin
PJ Arends12-Dec-01 12:48
professionalPJ Arends12-Dec-01 12:48 
Generalnetworking & sending files Pin
12-Dec-01 4:45
suss12-Dec-01 4:45 
Hi,

i would like to build a small program (to get into networking) that sends a
file to a server program and the server program should store the file locally.
You should then be able to download it again or another file that is on the server.
Now, i have worked with sockets before but only in a simple chat server/client program. How does one send a file over a socket? Do you cut the file in pieces and then send the pieces (in a loop) or is there a way to send the files in 1 time? (i can't see how) I have seen articles that talk about streaming an object. This sounds interesting as i mainly use an O.O. design. Any small samples around that show this kind of stuff?

Thanks,
BK

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.