[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Code academy isnt working, where should and can I try next?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 46
Thread images: 5

File: tNB6CZA.png (865KB, 749x729px) Image search: [Google]
tNB6CZA.png
865KB, 749x729px
Code academy isnt working, where should and can I try next?
>>
>>62225367
Read books, anything else is shit.
>>
>>62225367
https://www.edx.org/micromasters/software-development

It's free, you only pay for some cert that says you completed the course. Failing that get a book on Common Lisp and just start hacking around building random shit.
>>
Have fun, challenge yourself and do random shit.

No fun = no learning.
>>
Books are THE only way. I highly suggest learning C with K&R - it will show you most of what there is to know about the nitty gritty of imperative (a.k.a. best) programming.
>>
>>62225367
freeCodeCamp
>>
>>62225378
This guy is correct. Go here and type in a technology you want to learn about -> http://gen.lib.rus.ec/
>>
>>62225378
follow this advice. Boring as fuck, but its the only way really.

I don't buy into this learning can be fun bollocks, hours of toil.

Hit piratebay for free ebooks, and open pdf one half the screen ide/text editor on the other and work through the text.
>>
koding with karly
>>
File: ayy.jpg (11KB, 320x320px) Image search: [Google]
ayy.jpg
11KB, 320x320px
>>62225378
>reading that strossoup guys book on c++
>claims that absolute beginners can learn from it
>the second lesson's code literally won't execute on debian
>clearly intended for people using visual studio and windows
>mfw i bought a fucking hardcopy
Never fall for the read a book meme
>>
>>62226998
>example code (that's intended for literal beginners) doesn't work
>"hmm it clearly is my operating system's fault"

C++ KKKoders in a nutshell
>>
>>62226998
Post the code?
>>
>>62226998
braindead retard
>>
>>62226998
You must know that when I literally got 1/100 in 10th grade for Java Coding, there was a re-examination published in the next 2 days. I sat and learned the codes within 2 days and scored 87/100. My teacher was stunned as fuck.

My point is books are a much more practical way to learn rather than online.
>>
>>62225581
is there a difference between that site and http://libgen.io/ ?
>>
File: IMG_20170903_200218.jpg (451KB, 1920x1080px) Image search: [Google]
IMG_20170903_200218.jpg
451KB, 1920x1080px
>>62227013
>>62227019
>>62227020
Please enlighten me.
inb4 printscrn, this laptop doesn't have internet rn and I don't have a cord to hook my phone up to it.
>>
>>62229611
lol
>>
>>62225367
udacity

or this great github source inspired by "the MIT Challenge" https://github.com/open-source-society/computer-science
>>
File: 1481351934290.jpg (79KB, 874x684px) Image search: [Google]
1481351934290.jpg
79KB, 874x684px
>>62229904
>>
>>62225367
http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/
>>
>>62229611
Looks like you have some sort of linux distribution where sudo don't come pre-installed. So just go to your package manager and then install it.

>this laptop doesn't have internet rn and I don't have a cord to hook my phone up to it.

It's still funny...
>>
>>62229611
literally koding with klossy level of understanding anything, just go back to windows already
>>
cute whore
>>
>>62229611
What text editor is that?
>>
>>62230471
very cute whore
>>
Learn by building. Tutorials and books didn't teach me shit, but building apps helped me out. Took a long time, but it worked for me.
>>
>>62230589
looks like gedit with a shitty theme
>>
>>62230733
Thanks
>>
>>62230028
srsly?
>>
>>62225367
>where should and can I try next?
I learned by googling tutorials and reading through the documentation. Honestly after you know the basics of if statements, loops, and basic data structures like arrays you can program anything, Start with basic stuff and then move onto more complicated things. Keep learning as you go. Google the best way to do certain things, read through other people's source code. You'll pick up better practices and ideas to make things easier and more efficient. Just keep at it and do what you want to do.
>>
File: 1491752579210.png (4KB, 183x275px) Image search: [Google]
1491752579210.png
4KB, 183x275px
I fixed the problem, I was compiling it as a .h when I should have been compiling it as a .cpp
>>
>>62225367
Just start a project. There's honestly no better way to learn.
>>
>>62225378
books are retarded tho

you can't get hands on knowledge about new technology from books, at least not within a reasonable amount of time
>>
>>62231042
At least you learned!

>>62225367
Sololearn is a pretty good website.
>>
>>62227013
are you saying that KKKarlie KKKloss is a Nazi? why would she love Ks so much?
>>
>>62229611
chmod +x the file

its not executable
>>
>>62229611
your shit compiled you're just retarded

try this >>62231177
>>
>>62231177
btw you don't have to do this in Ubuntus, everything compiles with executable rights present
>>
cute whore
>>
>>62225367
setup your own environment and run examples from tutorialspoint, modify them and make your own shit
>>
>>62231177
The real question is "Why isn't it an executable?". GCC / G++ usually sets the executable bit for you after compiling (at least it does for me on Arch).
>>
>>62229611
>error telling you you don't have permission to run the program
>error telling you it can't find the program you're trying to run
>"c++ is broke on linux!!!!!!!"
I wish summer would end already
>>
>>62231717
waakeee me upp wheeen september endsssss
>>
>>62231514
because OP is using Debian which is retarded on many levels
>>
>>62229611
wot is that header you're including? consider instead
>#include <stdio>
>#include <string>
>>
>>62232234
cin, cout, and string are in the namespace std, so you should either add
>using namespace std;
or reference them as std::cin, std::cout, and std::string
Thread posts: 46
Thread images: 5


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.