Jun 10, 2009 #1 mattbonner Messages 14 Reaction score 0 Does anyone know of any resources (preferrably free) to learn C for someone who has learned Java before?
Does anyone know of any resources (preferrably free) to learn C for someone who has learned Java before?
Jun 10, 2009 #2 mgb_phys Science Advisor Homework Helper Messages 7,906 Reaction score 15 There isn't really very much cross over from Java to c, unlike java<->c++. So really you are learning C form scratch, in which case the best source is K+R http://en.wikipedia.org/wiki/The_C_Programming_Language_(book ) Last edited by a moderator: May 4, 2017
There isn't really very much cross over from Java to c, unlike java<->c++. So really you are learning C form scratch, in which case the best source is K+R http://en.wikipedia.org/wiki/The_C_Programming_Language_(book )