|
||||||
| C# Programming C# (pronounced C-sharp) is a new object oriented language from Microsoft and is derived from C and C++. It also borrows a lot of concepts from Java too including garbage collection. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
Well as you may know I'm learning C#.. and I'm still a beginner.. practicing console applications, I know arrays, arraylists, etc.... well I know quite some tricks... and I would not mind learning some more. So do you have any ideas for some simple quick Console applications? They might even be useless.. I just want to practice.
Thanks
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
| Sponsored Links |
|
|
|
|||||
|
R-G, the link you provided seems to be only suited for business / server applications, no? For a learning C# programmer, I'd suggest something ein bisschen kompletter.
|
|
|||||
|
@R-G: Thanks I will look into that
@Xav: Thanks, I done the prime number thing, but not in a range... you input a number and then if the number is not a prime it tells you 'It's not prime it's divisible by 5' for example. I have no idea how to do the RSS one.. and I'll look into the password gen one.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
| Sponsored Links |
|
|
|
|||||
|
OK. For the prime number 'thing', try a loop that cycles through all the numbers between the given range. You can then test each one. For an extra thrill, see if you can find the way that uses the least system resources.
Have a go at the password generator. However, the RSS Headline one is not too difficult, and if you know the method, you can use it to download absolutely anything off the internet and load it into your application. If you need any help with it, just ask. (Hint: Try the System.Net namespace) |
|
|||||
|
Hmm.. Ok I'll give it a try when I have sometime.. because in a few days I'm going to have the programming test of C#.. and we have to make a very difficult program (A hotel system with clients, booking, search and edit functions, reports etc....) after that I'll look more into these.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
|
|||||
|
Well.. that's not required... We will just use arrays, and once the program is closed, everything will be lost.. we will not save anything to a file.. be barely can create that program in 2 to 3 hours... saving the data would require much more coding and time IMO.
Dang it's gonna be hard, time is limited!
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
|
|||||
|
Quote:
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Finally we got that Python-forum! |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need practice app ideas. | gszauer | The Lounge | 14 | 12-06-2007 06:40 AM |
| Ideas please!!!!! | speaker219 | PHP Forum | 7 | 08-16-2007 06:39 AM |
| I need ideas | Nille | C and C++ | 3 | 07-25-2007 04:51 PM |
| Project Ideas | Jordan | Community Projects | 18 | 01-06-2007 01:11 PM |