[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]

https://codeshare.io/pD4WP

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: 63
Thread images: 17

ITT /g/ writes a program
>>
The
>>
end
>>
of
>>
going good so far
>>
File: John_McAfee_Belize.jpg (138KB, 620x372px) Image search: [Google]
John_McAfee_Belize.jpg
138KB, 620x372px
>>56231130


get in
>>
system("PAUSE");
>>
File: Bumpbounce.gif (90KB, 350x400px) Image search: [Google]
Bumpbounce.gif
90KB, 350x400px
>>
>>56231130
return main();
>>
Who thought this was a good idea?
>>
>>56233018
my friends did :)
>>
To the guy actually trying to code, what are you making?
>>
File: 1468630781150.png (115KB, 276x230px) Image search: [Google]
1468630781150.png
115KB, 276x230px
>>56233018
If codeshare had a moderation system, it would've been.
I don't know of any services like codeshare that do.
>>
This is just a clusterfuck, we're never going to make a working program.
>>
We used to actually get some funny code and stuff out of these.

Shame.
>>
>>56233079
I was trying to make a little 3D rendering program.
This is what's left of it.
The render function was destroyed.

#include <GL/gl.h>
#include <GLFW/glfw3.h>

GLFWwindow* window = nullptr;

int main(){
//GLFW initialization
glfwInit();

//create a new invisible window
glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE);
window = glfwCreateWindow(1366, 768, "/g/", NULL, NULL);
glfwMakeContextCurrent();

//do OpenGL initialization

glfwShowWindow();
while(!glfwWindowShouldClose(window)){

//do actual rendering
render();

glfwPollEvents();
glfwSwapBuffers();
}
return 0;
}
>>
YOU HAVE BEEN TROLLED :^)
>>
File: 1471825735725.gif (199KB, 336x468px) Image search: [Google]
1471825735725.gif
199KB, 336x468px
join us
>>
it all went to shit again
>>
File: 1444238489480.jpg (113KB, 500x500px) Image search: [Google]
1444238489480.jpg
113KB, 500x500px
>>56231130
>deleting everything
>mom look I am a funny Edgelord
>>
  void buildAWall() {
//fuck off hill shill
trump = trump.initializeTrump();
auto presInst = GetPresidency();

presInst.setPresident(trump);

if(!trump.isPresident()){
exit(-1);
}else{
trump.buildWall();
}
}
>>
>>56233389
we r productive now
>>
those fucking sjw defines oh my god
>>
C = neckbeard
COBOL = NASA
C++ = people who want performance and plenty of features
Python = regular cuck
Ruby = hipster cuck
Haskell = Level 10 Wizard
java = curry
curry = pajeet
scala = Java
english = dank memes
Lisp = transcedental being
>>
>>56233552
so still nothing productive?
>>
>>56231130
>https://codeshare.io/pD4WP
bump
>>
you guys are cancerous underage highschool scum the way you behave on codeshare

fucking kill me now for still visiting 4chan
>>
>>56233676
buttmad pajeet angry that we made a few memes about him :))
>>
>>56233699
its not funny and i hate fun
>>
>>56233737
if you hate fun and its not funny then ???
>>
File: 2016-08-23_16-58-34.png (141KB, 1920x1030px) Image search: [Google]
2016-08-23_16-58-34.png
141KB, 1920x1030px
Ah, /g/.
>>
File: fuck.png (508KB, 432x575px) Image search: [Google]
fuck.png
508KB, 432x575px
friendfag is back
>>
File: ififififififif.gif (135KB, 320x178px) Image search: [Google]
ififififififif.gif
135KB, 320x178px
i kekked at the briefly seen IFIFIFIFIFIFIIF spam
>>
>>56233888
okiedoke
>>
>>56234002
stop fucking spamming that in there
>>
File: what did I expect.png (34KB, 1355x831px) Image search: [Google]
what did I expect.png
34KB, 1355x831px
>>
>>56234084
>Emilia best girl
FU
Rem is best girl
>>
File: ReZero_03_1-700x385.jpg (24KB, 700x385px) Image search: [Google]
ReZero_03_1-700x385.jpg
24KB, 700x385px
>>56234103
>Best girl
You mean second best?
>>
>>56234128
:^)
>>
>>56234128
emilia a bitch
>>
File: shoah.png (17KB, 1040x602px) Image search: [Google]
shoah.png
17KB, 1040x602px
>>56234084
>>
>>56234174
Non, she a witch.
>>
>>56234128
EMILIA IS A WHORE AND A DIRTY COMMIE
>>
>>56234192
ftg fdp
>>
File: you could have prevented this.png (17KB, 1792x198px) Image search: [Google]
you could have prevented this.png
17KB, 1792x198px
>>56234176
>>
File: 2016-08-23_17-56-53.png (124KB, 1920x1030px) Image search: [Google]
2016-08-23_17-56-53.png
124KB, 1920x1030px
more progress!
>>
Well, something came out of this.

#import <GL/gl.h>
#import <windows.h>
#import <GLFW/glfw3.h>

const char* program_title = "/g/: The living meme";
GLFWwindow* window = nullptr;

void render()
{
glBegin(GL_QUADS);
// Much more readible!
glVertex2f(0.0f,0.0f);
glVertex2f(0.0f,1.0f);
glVertex2f(1.0f,1.0f);
glVertex2f(1.0f,0.0f);
glColor3f(0.2f, 0.7f, 0.8f);
glEnd(harambe->life);

}
//tfw cant code
//tfw only know syntax for the languages so i can copy paste the code from other people
// I can code i just dont want to ;^)
//only BIG GUYS use OpenGL 1.1

//pls no wat r u doing to me brackets
int main(void){
//blame the m8 with the pink cursor
//initialize GLFW
glfwInit();

//generate a new window
window = glfwCreateWindow(1366,768,NULL,NULL);
glfwMakeContextCurrent(window);

//initialize OpenGL
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
glEnable(GL_DEPTH_TEST);
glClearColoredPeople(0.0f,
0.0f,
0.0f,
1.0f);
glMatrixMode(GL_MODELVIEW);

while(!glfwWindowShouldClose())
{
glfwSwapBuffers();
glfwPollEvents();
render();
glClear(GL_FRAMEPUFFTER | GL_DEPTH_BUFFER); // not sure if GL_FRAMEBUFFER is the correct enum value
}



This is a continuation of >>56233172
>>
bump. pretty nice here
>>
>your wmp
lmao
literal snails
>>
pointless

this board is full of underage, underskilled faggots that have no idea what or how to code so they just start deleting everything and/or spamming retarded shit

you're literally better off posting this thread to /mlp/
>>
That went to shit so fast.

Bump
>>
> o nice pasta xdeeeeee
>>
File: come faggots.png (18KB, 831x495px) Image search: [Google]
come faggots.png
18KB, 831x495px
Coding is boring and everyone just deletes everything, let's draw some instead!!!

http://flockdraw.com/30px3f
>>
>>56235022
implying retards won't just spam fill tool or max size brush and delete everything

collaborating in anything is impossible with this board
>>
>>56235022
>http://flockdraw.com/30px3f

Already ruined
>>
>>56233838
>>56234561
>outdated Chrome
>Grammarly
>Jewblock when uBlockO exists
>Signed into Chrome
Kill yourself my man.
>>
>>56235022
>flash
>>
>>56235110
what other plugins should i install :))?
ive got 16gb RAM
>>
if(!delegates){
printf("DAHNALD");
printf("THE DELEGATES");
}
>>
>>56235368
do u have nothing to do, you piece of shit
>>
>>56235368
So this is the retarded Trump shill spamming. Fuck off
>>
its a fucking shitfest but im oddly still in it
>>
>>56231161
H U N T E R E B
R
E
I
Thread posts: 63
Thread images: 17


[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.