Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

chris28583

@chris28583
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • function passing problem
    C chris28583

    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 #include "mesagesend.h" #include #include using namespace std; int main() { connecting client; mesagesend chat; client.connecttoserver(); chat.sendmessage(); client.disconnectfromserver(chat.mysocket); return 0; }[/code]

    C / C++ / MFC help c++ lounge
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups