Thread: Just finished "jumping" not sure where to go next

  1. #16
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by eloy203 View Post
    Anyway, I decided to go with 2D for now, which I don't know if it requires linear algebra, but, eventually, probably, I'll switch to 3d so...
    Well... I would say it isn't a requirement, at least, but it can sometimes be helpful.
    Linear algebra is definitely a requirement for 3D, however.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  2. #17
    Registered User
    Join Date
    Nov 2013
    Posts
    107
    You could try some interview questions, plenty on google, as LL about algorithms, they will take you through core programing principles you would learn on a CS degree like data structures, lists, sorting (the big O notation) and tons of other algorithms. Graphics is generally maths(well rendering is if that's what your talking about) and applying your language to that. Or if your doing UI stuff like menus, dialogs boxes and all the controls most people use a toolkit like QT, gtk etc...

  3. #18
    Registered User
    Join Date
    Nov 2014
    Posts
    32
    Quote Originally Posted by jim_0 View Post
    You could try some interview questions, plenty on google, as LL about algorithms
    I don't really know what you are talking about... sorry... I tryed goolgeing it, but I don't really know what is that I'm looking for

    but, hey! thanks anyway!

  4. #19
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    https://www.google.com/search?q=prog...sm=95&ie=UTF-8

    This is a google search that might be relevant to your needs.

    Keep in mind, I think most programming interview questions are BS. Not that they aren't important. They are so make sure you do some. But don't spend all your time doing them. I think making big projects work is just as important if not more so than solving some obscure problem with arbitrary conditions attached. But that's just me being bitter. Balance your education, basically.

  5. #20
    Registered User
    Join Date
    Nov 2014
    Posts
    32
    interesting... they are actually "real" interviews...

    Thanks, both of you!


    Quote Originally Posted by MutantJohn View Post
    I think making big projects work is just as important if not more so than solving some obscure problem with arbitrary conditions attached. But that's just me being bitter. Balance your education, basically.
    I'd love to, but I don't really have any... do you have any ideas?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. "Jumping into C++" Chapter 5 Practice Problem
    By Grae in forum C++ Programming
    Replies: 4
    Last Post: 09-04-2013, 01:46 PM
  2. Replies: 18
    Last Post: 03-07-2013, 06:55 AM
  3. Replies: 2
    Last Post: 08-19-2012, 06:15 AM
  4. "itoa"-"_itoa" , "inp"-"_inp", Why some functions have "
    By L.O.K. in forum Windows Programming
    Replies: 5
    Last Post: 12-08-2002, 08:25 AM
  5. "CWnd"-"HWnd","CBitmap"-"HBitmap"...., What is mean by "
    By L.O.K. in forum Windows Programming
    Replies: 2
    Last Post: 12-04-2002, 07:59 AM