All forums need a place for all the posts for people in the community to rant about things not relating to what the forum is about. This is that forum.
Has anyone with any C or C++ knowladge seen The Recruit. If so, did any of the C code in that movie make any sence, the only function i recognized was sprintf. I dont know what it means but i have herd it refered to when displaying information.
not real important just wondering how miticulus they were.
haven't seen the movie... and FYI, sprintf is a formatting function to format a string in memory. similar syntax to printf, which outputs a formatted string to the console, in a console app.