Talk to friend majoring in cs

>talk to friend majoring in cs
>he doesn't know what an ide is
>never heard of vim or emacs
>does all his cpp homework in notepad++
>ask him to fizzbuzz, hes never heard of it
>explain it to him
>spends 2 minutes making this
#include
#include
using namespace std;
int main(){
for(int i = 1; i < 101;i++){
if(i%15 == 0){
cout

Attached: 1551135964616.png (1278x720, 765K)

Maybe he’s majoring in it because he wants to learn it you dumb faggot

He's above average for a CS major. Tell him we approve.

>talk to friend majoring in theoretical mathematics
>WTF WHY DOESNT HE KNOW ABOUT COMPUTERS??!

dumb animeposter

Attached: anzu candy.png (600x800, 641K)

>OP is too retarded to format his code on Jow Forums

This except
>C++
Why do people bother with OOP in this day and age?

#include
#include
using namespace std;
int main(){
for(int i = 1; i < 101;i++){
if(i%15 == 0){
cout

Attached: 1554491836121.png (1600x1079, 342K)

>2019
>he thinks computer science is still theoretical mathematics and not a code monkey degree

>he doesn't know what an ide is
Good. IDEs are shit.

there's absolutely nothing wrong with this. 2 minutes is perfectly acceptable if you'd never heard of fizzbuzz to make sure there wasn't a tricky gap in the logic.