No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: hey there dude, it should be relatively simple, like the one above me said your if statements, are the place to start. remember write your program out on paper in pseudo code, first, then convert it to proper code and then code it, this is a winning step by step, … | |
Re: i have a limited understanding, of what you are asking, is it the same as in html where you can select something in the left frame and it will display in the main frame? If so it should be relatively easy. You will just need to specify what you want … | |
Re: hey there, i can deffinately create this concentration game you speak of, but must it be in vb.net, or can it be done in c#.net I can do both, just asking because i am currently working with visual studio c#.net, and it would be more convienent. If you were to … | |
Re: how about an online social community, where files can be share, games played, as well as chatting with friends(text and video), as well as an online casino all rolled into one. a client server application | |
Re: hi there im ulricht the problem if you still need help is that you are not assigning what the user inputs to any variables. eg: Console.Write("Where do you want to start counting <integer> 0>:"); Console.ReadLine(); ------------- should be; Console.Write("Where do you want to start counting <integer> 0>:"); int Count = … |
The End.