Skip to content

Instantly share code, notes, and snippets.

View TsukishirOSan's full-sized avatar

Faïza Harbi TsukishirOSan

View GitHub Profile
@TsukishirOSan
TsukishirOSan / Add a button to create a Student object, a next button and a prev button. Can't get what's the issue to access this.students in Main due to "less accessible than the global list of object Students
Last active October 28, 2015 08:14
I don't know what I changed but now instead of having 5 grades in the Stack I seem to have 10!!!!!!!!!! Can't figure out why. Help pleaaaaaaaase
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
@TsukishirOSan
TsukishirOSan / CreateClassesInfo.cs
Created October 4, 2015 20:25
Lists Classes Inheritance ... etc
Skip to content
This repository
Search
Pull requests
Issues
Gist
@TsukishirOSan
Unwatch 1
Star 0
Fork 0 TsukishirOSan/ModuleFive
@TsukishirOSan
TsukishirOSan / faiza.h
Created April 22, 2015 06:42
header file , contains prototype(s)
#include <stdio.h>
#include <time.h>
#include <stdlib.h>
/** prototypes **/
/** takes either the x velocity or the y velocity and return randomly an integer from a const array of ints which is x
*** or returns randomly only positive integers from the array of int as y
**/
int randVlo(char v);