User profile: metulburr

User info
User name:metulburr
Email:micahpage911@yahoo.com
Name:micah page
Location:elmira, NY
Website:http://github.com/metulburr
Bio:os: Ubuntu 12.04, Arch, Gentoo, Windows 7

Languages: C++, Python, HTML, CSS, Javascript
Statistical data
Birthdate:Feb 27, 1987
Gender:Male
Occupation:Other
Skills:C++
Javascript
Python
HTML
CSS
History
Joined:
Number of posts:585
Latest posts:

how to link GD library
nevermind forgot to link the name -lgd

how to link GD library
OS Ubuntu 14.04 I am trying to run a basic C program using the GD library. The include line is [cod...

allow all cpp files in makefile
Im currently using this makefile [code]CC=g++ CFLAGS=-c -I/usr/include/SDL2 -std=c++11 -Wall LDFLAGS...

c++11 returning a tuple from function
ahh, thank you guys...

c++11 returning a tuple from function
Im trying to return a tuple from a function. Im not sure what the problem is? [code]#include <ios...