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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

JawedVikia80

@JawedVikia80
About
Posts
7
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help Please in the installation of Mysql
    J JawedVikia80

    Tell me Which is the free and right version of Mysq

    Database mysql help

  • Mysql Free download
    J JawedVikia80

    I am just new in the field .So please tell me that whic version is better for me and which mirror is better i am living in Pakistan . Thanks

    Database mysql help

  • Mysql Free download
    J JawedVikia80

    Hi there.... Friends is this possible to get Mysql free of charge . And from where i get the software. Help will be appriciated . Thanks

    Database mysql help

  • Help Please in the installation of Mysql
    J JawedVikia80

    Jawed Akhter I need Help in the installation of Mysql. Secondly from where i get free mysql Thanks

    Database mysql help

  • How Can I Join more than two tables in SQL
    J JawedVikia80

    Hi friends This is my first post in the Forum. How Can I Join more than two tables in SQL.

    Database database question

  • I want to Learn Mysql Databse
    J JawedVikia80

    I want to Learn Mysql Databse is there andy body who can help me in this regard Thanks Jawed

    Database mysql help

  • Help I want to change While loop to Nested for loo
    J JawedVikia80

    Hi friends i am new to c++ and also in the forum this question is my experiment .Now problem is that , i want to change the while loop to the nested for loop. The program's description is as follows :- Writ a program for a Match stick game between the computer and user . Program should ensure that the computer always wins . Rules for the Game are as follows:- -There are 21 match sticks. -The computer asks the player to pick 1, 2 ,3, or 4 match sticks . -After the person picks , the computer does its picking . -However is forced to pickup the last match stick looses the game . The programs code is as under /*Match Stick Game */ # include # include void main () { int m = 21,p,c; clrscr(); while(1) { printf("\n\nNo.of matches left = %d",m); printf("\npickup 1,2,3,or 4matches"); scanf("%d",&p"); if(p>4||p< 1) continue; m = m -p; printf("\n\nNo. of matches picked up %d",c); m =m-c; if(m== 1) { printf ("\n\nNumber of matches left %d" ,m); printf("\nYou lost hte Game !!"); break; } } printf("\n\n\n\n\nPress any key to Exit..."); getch(); }

    Managed C++/CLI help c++ game-dev regex 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