//thank you, ok the welcome(); is void welcome() { char op ; // opereation printf("\n"); printf(" // COPYRIGHT Jose Peeterson -...
hello experts, in the following code after welcome(); is executed the program quits. welcome function just has some text and an if statement so if...
hi thanks for replies BUT priyatendulkers method reads a second time but when it reaches the condition in the while loop it fails and exits the...
//hi experts, // i can't get the following code to read in multiple times after the "more(y/n)" printout. it does not scan a...
ok i solved the propblem on my own so you dont have to bother with this thanks :)
// you can replace the code in the function printmatrix(); wit the following // to get the axis. void printmatrix(char msweep[][12],int r,char...
hey, and you guys can try loops that will put the axis above the minefield so that its easier to insert teh coordinates. like 1,2,3,4.....,11 1...
sorry minor changes needed first UNcomment the welcome(); function second COmment the " printf("%d %d \n",r,c); " line in the function...
// this game is free for anyone. if you find this helpful, please, in gratitude help me when // i put my posts on go4expert thanks :)...
Thanks mr xpi0t0s, for seeing my code i have finished the game already. please take a look and give me some comments the source code is a bit...
first Thanks for your reply. i thought my thread was lost in the sea of posts. so you mean...
hey i will answer you tomorrow ok i am also trying the minesweeper game in c i will give both the code tomorrow. tnaks
hi i tried making the mineweeper game for my project.it does not seem to work. i dont know the bug inside.please some one read it and fix it for...
According to a research at Cambridge University it does not matter in what order the letters in a word are the only important thing is that...
this if statement does not seem to work please help me fix the bug. k = 0; for(i = 0;i < l;i++); { if( (ascii[i] == 32) || (i == (l - 1)) )...
hey thanks a lot, but i found a way around it just simply by multiply the decimal by a few thousands provided the decimal is ending.e.g compare...
you can try get the dev c++ from bloodshed.net check out on youtube.com
hey i am not sure but i think its risky don't play with cmd you can get your computer haywire.
a sentence is read using fgets(); and stored in an array, then the words need to be seperated and the shifted 3 places right in the ASCII code and...
hey guys i am a newbie, can anyone please tell me how to compare decimals in c. i know you can compare integers but decimals?? thanks
Separate names with a comma.