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
M

moloza

@moloza
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • switch quantity not an integer!
    M moloza

    Thanks for ALL ITS working now>> CHEERS Ajmi

    C / C++ / MFC help

  • switch quantity not an integer!
    M moloza

    Thanks all but I need hello to be a pointer because it might be passed as an argument to some function (like in case of use 'recv' in socket programing) in the program. Actually I submet a very simple program but what if the program read hello from the keyboard and send it to another side in a socket connection, ofcourse, I will need hello to be a pointer. so the change must be somewhere in the program rather than the decleration of hello. but where?!! thanks again Moloza Ajmi

    C / C++ / MFC help

  • switch quantity not an integer!
    M moloza

    Hello all.. for the following program I got headache about the switch statment: if I use switch(*hello) I got a compile error : switch quantity not an integer! if I remove the stat I got a runtime error: segmentation fault! I need help to fix this problem.. #include main() { int *hello; printf("Hi, Enter any value > "); scanf("%d",&hello); switch (hello) { case 1: printf("your 1 luck number is > %d\n",hello); case 2: printf("your 2 luck number is > %d\n",hello); case 3: printf("your 3 luck number is > %d\n",hello); default: printf("your 4 luck number is > %d\n",hello); } } thanks Ajmi

    C / C++ / MFC help

  • C++ chat program, How to start?
    M moloza

    Hello everybody I want to start to programming a C++ chat small application. It my project. Now I want to know what should I know? From to start? How to start? what I need? All what I have now is visual C++ express and little c++ langauge experience. I know also that I have to make server code and client code. Any one could guid me to some site where I might get help regarding my project? Tahnks alot Ajmi

    C / C++ / MFC c++ sysadmin help tutorial question
  • Login

  • Don't have an account? Register

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