The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Eclipse help?

    Discussion in 'Windows OS and Software' started by XxLblinkxX, Sep 21, 2011.

  1. XxLblinkxX

    XxLblinkxX Notebook Deity

    Reputations:
    45
    Messages:
    896
    Likes Received:
    0
    Trophy Points:
    30
    hey,

    I gotta do a school project with Eclipse using only C. I cant use Java or C++... so I really don't have a good idea to work on (yes - ima noob)... i was thinking in making a simple game, but it looks like it uses Java.

    Any suggestions? btw, the 3 best class projects gets an automatic A+ for the whole semester.

    thanks :)
     
  2. fred2028

    fred2028 Sexy member

    Reputations:
    196
    Messages:
    2,205
    Likes Received:
    1
    Trophy Points:
    56
    Make a game then. If you have knowledge in C++ or even Java C shouldn't be a problem. For me, C is much simpler than C++ or Java, however you have to write some basic functionality (such as looping through things like arrays) yourself.
     
  3. davepermen

    davepermen Notebook Nobel Laureate

    Reputations:
    2,972
    Messages:
    7,788
    Likes Received:
    0
    Trophy Points:
    205
    allowed to use libraries? if you want to make a graphical game and can use a library, libsdl is quite nice for 2d graphics (i wouldn't go 3d. maybe a simple angry birds clone or something like that).

    your project depends a bit on what libraries you're allowed to use. if you can just plot stuff on the commandline (printf, scanf), then, well, good luck writing something cool.
     
  4. XxLblinkxX

    XxLblinkxX Notebook Deity

    Reputations:
    45
    Messages:
    896
    Likes Received:
    0
    Trophy Points:
    30
    Yeah, I guess so... Got some few game ideas, so I guess I'll go with it.

    nice idea! gotta ask the teacher if I can though :p

    thank you
     
  5. sathsy

    sathsy Notebook Enthusiast

    Reputations:
    0
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    5
    C might not look jazzy... but believe it is powerful... All you need is to do your homework (a.k.a reading through the world of google) and come up with an idea. Again... 3rd party libraries are your friend. Just be careful about the portability part of it (easier said than done)