Jump to content

Richard Stark

Member
  • Posts

    22
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Richard Stark's Achievements

  1. These are some of my basic projects ^^^
  2. Yep , it is good idea to clear the basics of programming before going to making anything............. I suggest you go with it, C++ is easy to start with .... What are you even waiting for !!!!!!
  3. Can u help me try out another app Not forcing but you seem a good guy.. (its your wish)
  4. https://drive.google.com/file/d/0B4GvmsIGVNm4bDNVcEtkMlEzQ00/view?usp=sharing i am newbie to C++ and i just started with coding !! I need you guys to try my app and review it... Also feel free to bring out the Bugs and Errors !!!!! ............ It is just a game based on guessing the Number !!! Pls leave review
  5. Thank you so much .......I will definitely keep the suggestions ,......Also the AI picks up random number (dumb AI) so it is not all that smart so ......
  6. https://drive.google.com/file/d/0B4GvmsIGVNm4UXlvbk1uei04Njg/view?usp=sharing Guys i am a complete newbie to Programming and i have picked C++ for learning first....... I dont know about any advance stuff after ARRAYS... So if you could review this app for me would be great... It is gonna have some bugs so pls be patient !!!!!!!!! Pls , this is really my best thing so far , pls don't discourage me ! (also i did it on my own without looking on GOOGLE so pls acknowledge it ) Also if you guys want me to share the CODE then i am happy to !!! Just put it down in the comments!!
  7. Yep . I will try to fix it .BTW,thank you for your kind help
  8. here is the program : """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" #include <iostream> using namespace std; int main() { int A[3][3]={{1,1,1},{1,1,1},{1,1,1}}; int row,col,crow,ccol,w=0; int xo=0; int yo=8; for(int coin=0;coin<=1;coin){ //Display Module for(int p1=0;p1<3;p1++){ cout<<"\n \n "<<endl; for(int p2=0;p2<3;p2++){ cout<<A[p1][p2]<<" "; } } //Game Engine(input Module) cout<<"\n \n \nEnter the Row number"<<endl; cin>>row; crow=row-1; cout<<"Enter the Column Number"<<endl; cin>>col; ccol=col-1; w++; if(w%2==0){ A[crow][ccol]=xo; } else{ A[crow][ccol]=yo; } //Winning Algorithm if(yo==A[0][0]==A[0][1]==A[0][1]){ cout<<"Player 1 Wins !!!"<<endl; } } return 0; } """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" well i am trying to do it step by step but when i type enter value row=1 and column=1 then it automatically shows up Player 1 wins although i it has to make a row of it = each other ........Also i know the winning algorithm is incomplete but it is not working in it base ..... Aslo pls tell me what i am doing wrong and feel free to suggest better way of handling it.... Also i am programming on Code Blocks Also i am a newbie to C++ so keep the stuff basic(it is an incomplete program)
  9. OK m8 ,this has gone way too way. ..I totally agree it is not that useful but it is still convinient to use it to let others access your WiFi without telling them the password ...............temporarilily .............I hope u get my point ....not into hardcorr stuff but just for casual purposes ....
  10. Well it was just an idea .....not like I am really gonna do it ............. BTW ,I am happy with my home WiFi ............just wanted to let those fellas know who didn't knew about it already ....
  11. Well this thread was "who knew about it already " and I guess everyone does !!!???
  12. Lol.......I can still go to their house on some ocassions and get access to it. ...........................just play it cool
  13. Yep that's what school taught me and thats what I wanted to know ........[SOLVED]
×