Hello, I'm just new here. I wanted some people to help me with my project. We were tasked to do a game using Turbo C. I already found some games that has source codes like snake, tic toe, etc. I wanted to be slightly different 'cause I know my classmates would just go and research already made codes and make it their own. Can you guys help me? I wanted to ask a lot of questions for our Project. I was planning of creating a visual-novel-like game and a piece of sword slashing or turn based game. What statements can I use with those games?
Louie_Rave 0 Light Poster
Recommended Answers
Jump to PostIf your OS is windows, then you need to learn windows API programming, ( preferred in Visual C++ ). Here is a tutorial to it.
Simple dialog box can be used by the …
Jump to PostPossible, of course. Doable with your current knowledge of C, the compiler, graphics, etc, only you can decide.
Jump to PostIf this is for a class, I would suggest you think of something that would use the skills you've learned in class rather than trying to do something that will take a few months just to learn the basics of techniques you've never touched.
Look at something like Mastermind, Tic …
Jump to PostA "void" is an empty area - like "space is mostly a huge void". It also means "amounting to nothing" as in "the lawsuit was made null and void".
So a void function is any function that returns nothing. It may say "return" at the end of it, but it …
Jump to PostYes. The
void
part only refers to the return value of the function, not the actual computation. The function runs; it simply doesn't have a return value.BTW, strictly speaking, it should be
int main()
notvoid main()
. Themain()
function does in fact return a value to the operating …
All 23 Replies
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
Louie_Rave 0 Light Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
np complete 8 Newbie Poster
Louie_Rave 0 Light Poster
Louie_Rave 0 Light Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
poornamoksha 0 Newbie Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
myk45 commented: very good points +5
Louie_Rave 0 Light Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
Louie_Rave 0 Light Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
Louie_Rave 0 Light Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
Louie_Rave 0 Light Poster
Adak 419 Nearly a Posting Virtuoso
Louie_Rave 0 Light Poster
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
Louie_Rave 0 Light Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
Sanju13# 0 Newbie Poster
markanderson4 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.