Skip to content

Instantly share code, notes, and snippets.

View NightBrownie's full-sized avatar

Nikita Kliushnikov NightBrownie

View GitHub Profile
// Programming_4_2_lab_var_9.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <malloc.h>
#define NOS 32
@NightBrownie
NightBrownie / lab_4_1.cpp
Created April 27, 2011 17:13
Programming_lab_2_sem_4.1_var_9
// Lab_4_1_var-9.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <malloc.h>
#include <conio.h>
#define max_length 50
const char priority[4][2] = {{'+','1'},{'-','1'},{'*','2'},{'/','2'}}; //массив соответствия приоритета операциям