This is the first program that I have created that might be of any "use". It is a simple battleship game that I think I have fixed all the bugs in but I'm not sure. I would simply enjoy for someone to test it and give back any positive feedback such as advice and/or something that needs to be fixed.
You should probably post the source code and NOT a link to an .exe file. Who wants to try an application with NO knowledge on the app itself? So if you want people to test it truly,then i advice pasting the code instead
I promise it isn't malware but if I were in your shoes I wouldn't download a suspicious program either. I don't know how to get past all antivirus software and broswers from thinking it is a virus. The computer I programmed it on doesn't even like it when I make a copy of the file and run the copy.
I don't really want to post the source code because I don't want just anybody to take my code and claim it as their own (not that it's that great of a prgram, but I put tons of days worth of hours into it)
.exe no source code warning of malware. No thank you, a promise is not good enough.
Might be a good program, but with no source code to confirm sounds pretty suspicious.
as subzero said, a promise that its not malware sadly isnt good enought for me to download. and i for one understand why you havent put up the source code. i wouldn either no matter how crappy the program is, cause i dont like the thought of people stealing it.
im sorry for not being able to try it, i really am. :(
1) Thoroughly test your own software. You know your program better than anyone so, assuming it's a fairly small project, you'd be the best tester for it.
2) Post the code and be done with it. People steal all the time. Not just code, but anything. Words, assets, physical items. People who steal code aren't necessarily going to benefit from it. If it's something like a school project, I would strongly recommend not choosing this option. If you think it's going to be beneficial to your developing your own skills then the odds of someone else stealing it and putting it to use would seem a pretty small overhead.
It is NOT reported as malware, just noted as suspiciuos by Avast at least. For a console style game it looks pretty good although I'm not really a big fan of text based games.
If I remember correctly why I put that there, it is to initialize the randomizer based on what time it is. You can ignore that line with // and the program will run still but it will get repetative I think if you were to run the program multiple times.
'up' : unreferenced local variable
'letter' : unreferenced local variable
uninitialized local variable 'good' used
'convertint' : not all control paths return a value
all these are warnings but no one likes them in there code
the map for the user not the enemy map is messed up between e and f