I started programming in the year 2000 after getting my first pc, I started programming with QBasic then moved onto Pascal, I then studied in college for 5 year
Pinned Loading
-
Simple Stack Virtual Machine in C
Simple Stack Virtual Machine in C 1/*
2Simple stack Virtual Machine
3Version 1.0
4by DreamVB
5 -
-
XOR File using c
XOR File using c 1#define _CRT_SECURE_NO_WARNINGS
2#include <stdio.h>
3#include <string>
45int PasswordKey(char *pws){
-
Linked List Demo
Linked List Demo 1//Linked List Demo
2#include <iostream>
3using namespace std;
45template <typename T>
-
Sorting Algorithms in C++
Sorting Algorithms in C++ 1//Sorting Class with 5 sorting algorithms that can sort arrays
2//Compiled in Visual Studio 2013 but should work on any C++ compiler with a few tweaks.
34//Incase you need som info on sorting algorithms
5//https://en.wikipedia.org/wiki/Sorting_algorithm
-
UK lotto number generator
UK lotto number generator 1//UK lotto generator
23#include <iostream>
4#include <vector>
5#include <time.h>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.