Skip to content

Instantly share code, notes, and snippets.

View theo-carr's full-sized avatar

Theo Carr theo-carr

View GitHub Profile
//lab5
#include <stdio.h>
#include <stdlib.h>
using namespace std;
struct Pixel{
unsigned char b;
unsigned char g;
unsigned char r;
};