Click here to Skip to main content
15,923,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
toxcct6-Jan-05 3:02
toxcct6-Jan-05 3:02 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
dim139-Jan-05 22:06
dim139-Jan-05 22:06 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
Ravi Bhavnani6-Jan-05 4:56
professionalRavi Bhavnani6-Jan-05 4:56 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
dim139-Jan-05 21:54
dim139-Jan-05 21:54 
GeneralUnable to get the parent of the webbrowser control hosted in a dialog box Pin
Anonymous6-Jan-05 0:00
Anonymous6-Jan-05 0:00 
GeneralRe: Unable to get the parent of the webbrowser control hosted in a dialog box Pin
Rouslan Grabar [Russ]6-Jan-05 1:18
Rouslan Grabar [Russ]6-Jan-05 1:18 
GeneralRe: Unable to get the parent of the webbrowser control hosted in a dialog box Pin
Anonymous6-Jan-05 17:56
Anonymous6-Jan-05 17:56 
Generalfunction passing problem Pin
chris285835-Jan-05 23:51
chris285835-Jan-05 23:51 
ok i have a problem in my main.cpp of my client program, and i have been staring at the screen for so long i can't see what the problem is

[code]c:\documents and settings\computing\desktop\client2\main.cpp(17) : error C2660: 'connecttoserver' : function does not take 0 parameters
mesagesend.cpp
Error executing cl.exe.[/code]

[code]#include "connecting.h"
#include <iostream>
#include "mesagesend.h"

#include <winsock2.h>

#include <stdio.h>

using namespace std;

int main()
{
connecting client;

mesagesend chat;

client.connecttoserver();

chat.sendmessage();

client.disconnectfromserver(chat.mysocket);

return 0;
}[/code]
GeneralRe: function passing problem Pin
Mike Beckerleg6-Jan-05 0:35
Mike Beckerleg6-Jan-05 0:35 
GeneralRe: function passing problem Pin
toxcct6-Jan-05 3:06
toxcct6-Jan-05 3:06 
GeneralUSB in Visual C++ Pin
Johnny Peszek5-Jan-05 23:06
Johnny Peszek5-Jan-05 23:06 
GeneralRe: USB in Visual C++ Pin
Cedric Moonen6-Jan-05 1:09
Cedric Moonen6-Jan-05 1:09 
GeneralRe: USB in Visual C++ Pin
Johnny Peszek6-Jan-05 3:11
Johnny Peszek6-Jan-05 3:11 
GeneralMAPI Addressbook Pin
suboo_vedagiri5-Jan-05 22:56
suboo_vedagiri5-Jan-05 22:56 
GeneralParallel Execution Pin
gls2ro5-Jan-05 22:55
gls2ro5-Jan-05 22:55 
Generalinactive screen Pin
Member 16287145-Jan-05 22:32
Member 16287145-Jan-05 22:32 
GeneralRe: inactive screen Pin
Rahim Rattani6-Jan-05 0:49
Rahim Rattani6-Jan-05 0:49 
GeneralRe: inactive screen Pin
Michael Dunn6-Jan-05 11:03
sitebuilderMichael Dunn6-Jan-05 11:03 
QuestionHow to get information about hardwares installed i my PC Pin
patel_sandeep5-Jan-05 22:30
patel_sandeep5-Jan-05 22:30 
AnswerRe: How to get information about hardwares installed i my PC Pin
ThatsAlok5-Jan-05 22:43
ThatsAlok5-Jan-05 22:43 
AnswerRe: How to get information about hardwares installed i my PC Pin
kramesh6-Jan-05 1:30
kramesh6-Jan-05 1:30 
GeneralMessage exchange between applications Pin
raghav19725-Jan-05 21:53
raghav19725-Jan-05 21:53 
GeneralRe: Message exchange between applications Pin
Yulianto.5-Jan-05 22:44
Yulianto.5-Jan-05 22:44 
GeneralRe: Message exchange between applications Pin
Martin Koorts6-Jan-05 3:25
Martin Koorts6-Jan-05 3:25 
Generalabout set font Pin
StoreErin5-Jan-05 21:34
StoreErin5-Jan-05 21:34 

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.