Jump to content

WORD GAME using C language (v4.9.9.2)


Moooon
 Share

Recommended Posts

Hi guys. Im new at any programming language. Im using C language v4.9.9.2. I want to make program that is a word game. It is similar to the game WHO WANTA TO BE A MLLIONAIRE. i want to input questions and the system will display it randomly. What's the right code for that? This is for my project. Thanks guys. More power to you all.

Link to comment
Share on other sites

Ask yourself if an autoit forum is a good place for a first post for a non autoit related question.

There are a million ways to do what you want, you should learn the basics of C and then post some code you need help with.

Look at the following basic functions and key words.

cin

cout

if

else

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

What in the world is the "version 4.9.9.2" of the C language.

I think/hope you mean the compiler you are using.

@John: std::cout/std::cin are parts oft the C++ standard library. Please don't confuse these to languages. :) (Since he wants to learn C not C++.)

Edited by PainTain
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...