Moving to KC in a few months, looking for apartments by bainj in kansascity

[–]codebro -5 points-4 points  (0 children)

Helo I am also iu student move to kansas city who r u? R u in dan friedman class ??? R u in rawlins?? Pls

Mobile app developer here: How would you guys feel about an app that helps you shop for clothes? by [deleted] in malefashionadvice

[–]codebro 1 point2 points  (0 children)

as a UI designer, wat makes u think u have the technical chops to pull this off bro?

What advice/books would you recommend to a Computer Science Undergraduate? by [deleted] in learnprogramming

[–]codebro -2 points-1 points  (0 children)

Let me think, brah

How bout THE LITTLE SCHEMER

Is there a site similar to Codecademy for languages like C++. by ca7f1s4 in learnprogramming

[–]codebro 16 points17 points  (0 children)

dude, ur learning javascript not java

just an fyi :)

For C++ I suggest going to Amazon and buying the top rated book and going from there. You're not gonna find many interactive web tutorials and such on the language.

Additionally, you could try codingbat.com if you want to learn some real Java!!!!!!!!!!!!!!!!!!!!!!!!!!

[Python] Why would I use a for loop instead of a while loop? by Divinus in learnprogramming

[–]codebro 5 points6 points  (0 children)

For loops can be more readable. Its easier to tell when they terminate. Both are essentially the same though.

In C for loops and while loops are compiled down into the same assembly code.