Results 1 to 13 of 13

Thread: I need inspiration :(

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2007
    Posts
    146

    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


  2. #2

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    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

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: I need inspiration :(

    My recommendatation is to write your own code library.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: I need inspiration :(

    A snake game. Sounds simple, but it's got huge implications.

  6. #6
    Hyperactive Member Max Peck's Avatar
    Join Date
    Oct 2007
    Posts
    384

    Re: I need inspiration :(

    Quote 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

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: I need inspiration :(

    Quote Originally Posted by mendhak
    A snake game. Sounds simple, but it's got huge implications.
    That would be original.

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  9. #9
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: I need inspiration :(

    Switch to C++.. that'll keep you going for a while

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  10. #10
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    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.

  11. #11
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: I need inspiration :(

    Quote 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

  12. #12
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    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.

  13. #13
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    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
  •  



Click Here to Expand Forum to Full Width