|
-
Jan 1st, 2008, 09:35 AM
#1
Thread Starter
Addicted Member
I need inspiration :(
Im a novice programmer looking to make his first big-ish project.
Anybody have any good ideas? What was your first biggish project if you dont mind telling me?
[email protected]
Currently Using:
Microsoft Visual Basic 2008 Expess Edition
Windows Vista Home Basic
1280 x 1024
Rank:
Novice
-
Jan 1st, 2008, 10:43 AM
#2
Re: I need inspiration :(
Try to make light Outlook replica...
-
Jan 1st, 2008, 01:04 PM
#3
Re: I need inspiration :(
Find something that interests you. My first project was an AI similar to the game of Life expanded to 3D. I never actually finished it (because I eventually realized that I am utterly lacking in sufficient artistic ability to even comprehend 3D. Sure I can do a transformation....now tell me if I should!), but it spun off some very interesting programs using evolution to solve a variety of complex problems, and led me on to robotics.
Of course, you don't have to bite off a bigger piece than you can chew, but sometimes it's more fun that way.
My usual boring signature: Nothing
 
-
Jan 2nd, 2008, 07:38 AM
#4
Re: I need inspiration :(
My recommendatation is to write your own code library.
-
Jan 2nd, 2008, 08:54 AM
#5
Re: I need inspiration :(
A snake game. Sounds simple, but it's got huge implications.
-
Jan 2nd, 2008, 11:14 AM
#6
Re: I need inspiration :(
 Originally Posted by Ashylay
Im a novice programmer looking to make his first big-ish project.
Anybody have any good ideas? What was your first biggish project if you dont mind telling me?
Try to think of something that you could use yourself. Is there anything else that you do that could benefit from a computerized solution? For example, in my case, I teach some algebra to our homeschool students. I discovered that there were some things that I needed a calculator for when grading papers so I didn't have to manually crank through the answers; so I've got an ongoing project for my PocketPC that implements some of the algebra formulas I teach. I add to it as I find items that I need to do quickly.
Do you play golf? Write a score-card generator. Pilot? Write yourself an E6B program to do flight calculations.
The cool thing about being a developer is that if you can't find a program that does it exactly the way you want it you can "roll your own".
-Max
The name's "Peck" .... "Max Peck"
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." - Red Adair
-
Jan 2nd, 2008, 11:27 AM
#7
Re: I need inspiration :(
 Originally Posted by mendhak
A snake game. Sounds simple, but it's got huge implications.
That would be original.
-
Jan 3rd, 2008, 01:09 PM
#8
Re: I need inspiration :(
If you are not programming as a job then you definately will have better chances of finishing the project and do it well if its something that you enjoy doing or are into.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 3rd, 2008, 04:22 PM
#9
Re: I need inspiration :(
Switch to C++.. that'll keep you going for a while 
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
-
Jan 3rd, 2008, 05:41 PM
#10
Frenzied Member
Re: I need inspiration :(
The code library is a good idea. I haven't quite got round to it but intend to. I am going to expand it so that it includes an inventory of my cd's, dvd's, video's, etc.
It's something which can keep being improved as your skills get better.
-
Jan 3rd, 2008, 07:53 PM
#11
Re: I need inspiration :(
 Originally Posted by 03myersd
The code library is a good idea. I haven't quite got round to it but intend to. I am going to expand it so that it includes an inventory of my cd's, dvd's, video's, etc.
It's something which can keep being improved as your skills get better.
I don't think you quite got what he meant.. but your idea is good too.
He means a code library.. as in, a library of code (like, a DLL, or include files.. classes, etc) of useful functions for yourself. Things like, containers, classes, UDT's, string manipulation functions, etc, all in a bunch of code files (or one.. but I don't recommend one).
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
-
Jan 4th, 2008, 07:49 AM
#12
Frenzied Member
Re: I need inspiration :(
No I knew what he meant but I realised that they both would use a database to store information and were in essence very similar.
-
Jan 4th, 2008, 01:06 PM
#13
Re: I need inspiration :(
Find something that you like and write code to build an application that has something to do with it.
For myself, I like poker. I have a test app that I created that simulates a poker game and whenever I want to try out some new programming concept, I find a way to add it to that program. That way, I'm learning how to use the new objects or ideas and doing so in a way that revolves around something that I enjoy, so that keeps it interesting.
Since you'll use the same basic coding ideas in 90% of whatever you do, regardless of what industry you're working for, it doesn't matter what the application you build does. Just build something that you'd like to see work and play around with it. It's the best way to learn.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|