Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 18th, 2006, 5:28 AM   #1
Samuaijack
Programmer
 
Samuaijack's Avatar
 
Join Date: Jul 2006
Location: using Earth.Africa.Egypt.Cairo;
Posts: 76
Rep Power: 3 Samuaijack is on a distinguished road
a new comer

hey guys,
i am new to C# this is acually my first programing language so i started learning it i reached the classes and until now no problem in it,the thing i want is to get my hands dirty in the code and program some programs for learning purpose but everytime i open my visual studio i just sit there in front of it doing nothing i just don't know what to program so i just want an advice.


i hope you got the problem
Samuaijack is offline   Reply With Quote
Old Jul 18th, 2006, 5:38 AM   #2
Marvin
Newbie
 
Marvin's Avatar
 
Join Date: Jul 2006
Location: Heart of Gold
Posts: 23
Rep Power: 0 Marvin is on a distinguished road
What i try to do, as im still learning, is create a program that uses parts of the language and librarys that i have never used before. That way i create something usefull and i learn some part of the language and api's at the same time.

At the moment im creating a vector drawing app in java. It uses swing extensively, xml for the file formats and i will have to finnaly learn how the java printing system works so i can print. This means i will be learning new stuff instead of just programming with what i know. It broadends my knowlege and i think thats whats important when programming, never just sit back, always try to find something you have not done before. If you have no idea of how to do it, research and plan. Then you will have a better idea of what you need to do.

I cant give you a list of things to program, but start with simple programs and before you know it you will be making your own media player or a simple 3d game. Then its onwards and upwards.

Im sure others here will contribute more than i have. Good luck with whatever you do.
__________________
"Why should I want to make anything up? Life's bad enough as it is without trying to invent any more of it."
Marvin is offline   Reply With Quote
Old Jul 18th, 2006, 6:41 AM   #3
Samuaijack
Programmer
 
Samuaijack's Avatar
 
Join Date: Jul 2006
Location: using Earth.Africa.Egypt.Cairo;
Posts: 76
Rep Power: 3 Samuaijack is on a distinguished road
i guess you are right but i just have no ideas in my blank head and i dont know where can i get one.
Samuaijack is offline   Reply With Quote
Old Jul 18th, 2006, 7:40 AM   #4
thondal
Programmer
 
thondal's Avatar
 
Join Date: Jan 2006
Location: Norway
Posts: 82
Rep Power: 3 thondal is on a distinguished road
Send a message via MSN to thondal
Okey.. not sure what your are going for but just one thing before i start... please, please use . if you talk like this then there might be a problem understanding what you are going for if you know what i mean but i'm going to give you "my" idea .

You could start making a text based game. Which you graduatly develop into a bigger game, with GUI(buttons, windows, maybe even using some kind of image on the screen)

I started that in C. Didn't get very far, becaue I'm now currently starting c++ (waiting for my book) but i'm going to do the same thing there.

Just a suggestion to what you could do...

-thondal-
__________________
"die" he screamed at the polygon man. When he was done with him, only four points remained, a quad of what he once was.
thondal is offline   Reply With Quote
Old Jul 18th, 2006, 7:53 AM   #5
v0id
Hobbyist Programmer
 
Join Date: Apr 2006
Posts: 155
Rep Power: 3 v0id is on a distinguished road
Think of a project, it doesn't have to be in gui, just something so you can get tested your skills - and learn more. I know you say that your mind is blank, but think!
If there's something you can't do in your project then look up at the internet, find what you need, read, use and understand it! Then move forward.

Maybe you'll also find something in your library files?
v0id is offline   Reply With Quote
Old Jul 18th, 2006, 8:10 AM   #6
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Don't be afraid to reinvent the wheel when you are in the learning phase.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Jul 18th, 2006, 8:47 AM   #7
Samuaijack
Programmer
 
Samuaijack's Avatar
 
Join Date: Jul 2006
Location: using Earth.Africa.Egypt.Cairo;
Posts: 76
Rep Power: 3 Samuaijack is on a distinguished road
well thnx guys this is realy usefull,
i think i will start with the text game then go to reinventing the wheel idea,
thnx again.
Samuaijack is offline   Reply With Quote
Old Jul 18th, 2006, 9:38 AM   #8
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
I got exercises for you;

"Dates are printed in several common formats. Two of them are:

1st: 07/18/06
2nd: July 18, 2006

Write an application that will read a date in the first format and output the date in the second format."


After that exercise,

"Write an application that reads several lines of text and print a table indicating the number of times a word occurs in the text."
ReggaetonKing is offline   Reply With Quote
Old Jul 18th, 2006, 10:17 AM   #9
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
Those exercises are good ones. When I'm just playing aroudn with an IDE, when I don't actually know the language, I usually just throw a bunch of control on the form, and play with them to see what they all look like. Then go into the code, an start looking at all there properties and methods. Doesn't nessacarily have to make sense, but it seems to work for me.
Booooze is offline   Reply With Quote
Old Jul 18th, 2006, 11:58 AM   #10
Samuaijack
Programmer
 
Samuaijack's Avatar
 
Join Date: Jul 2006
Location: using Earth.Africa.Egypt.Cairo;
Posts: 76
Rep Power: 3 Samuaijack is on a distinguished road
Quote:
"Write an application that reads several lines of text and print a table indicating the number of times a word occurs in the text."
that one look like a challenge.

i came here with a blank head and came out with a head full of ideas,i think i will be busy for about a week may be more.

thnx guys you all was realy helpfull
Samuaijack is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hi, new comer here Granni Community Introductions 5 Jul 5th, 2005 11:02 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:46 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC