smssia0112
Chairman of Selectors
- Joined
- Jul 15, 2005
I can help with commentary if you want.
SVN (== subversion) is a version control software. This basically allows you to (a) work on the same files as a team at the same time and (b) backup your previous changes in case something goes wrong. So all the changes are going to be stored on the SVN server (hosted on cricketcareer.net--auth details forthcoming). Everyone will be able to checkout a copy of the code using TortoiseSVN or some other SVN client. You will then be able to work on your changes even while someone else is working on the same file. When you check back into the server, it will be intelligent enough to merge things together (or it will prompt you telling you to manually merge).
So if your computer crashes, all the files will still be on the server. If the server crashes, hopefully someone will have the latest copy of the files.And we don't have to be emailing source files around and waiting on each other to give us the latest version.
What are you using them for? Labels/gotos are not recommended by most of the coding community for most uses. But let me know what you're using them for--you may have a valid use case.Sohum, I have been using labels and goto in my programming. I know it is not recommended, and i worked a way around, using while loops and recursive functions.
I would like to know whether it is okay if a few goto and labels are used?
I remember my teacher in school used to frown and make stupid faces the moment she saw a label![]()
I did a Google search on C# vs. VB.NET and by most accounts it is not too hard to switch from one to another. However, VB.NET is a lot more verbose and one would have to learn a lot more keywords compared to C# which more or less just replaces a lot of words with } and {.Lol everyone's turning up with commentary!
Nice program structure Sohum, I'm willing to work on the UI, statistics, and simulation engine.
pal, don't worry. You learn programming when you practice it - that's how I learnt. I haven't got much clues about C# aswell, but my knowledge of VB and C++ syntax will help me.
Sohum, I would ask it again, are you really determined on using C#, and not VB.NET? I'll like you to give it a shot, it has much easier syntax, its IDE is much better than C#',s and easy to use language, and pretty much exactly as powerful and fast as C#. Let me know if you give a shot!![]()
Give me an example of where you use it for me to make a better comment.TBH, I can prevent the usage, but dunno why, but i find it really useful at times. I feel I can control the program according to what i exactly want.