Skip to content

Instantly share code, notes, and snippets.

View boldijar's full-sized avatar
🏄‍♂️
surfing through native android and ios codebases

Boldijar Paul boldijar

🏄‍♂️
surfing through native android and ios codebases
View GitHub Profile
// Example program
#include <iostream>
using namespace std;
struct Interval{
double stanga, dreapta; //extremele intervalului
};
int max(int a,int b)
{
#include "mainwindow.h"
#include <QtWidgets\QTextEdit>
#include <QtWidgets\QPushButton>
#include <QVBoxLayout>
#include <stdio.h>
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
@boldijar
boldijar / help.cpp
Created May 18, 2016 15:49
andu pls help
#include "mainwindow.h"
#include <QtWidgets\QTextEdit>
#include <QtWidgets\QPushButton>
#include <QVBoxLayout>
#include <stdio.h>
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
#include "mainwindow.h"
#include <QtWidgets\QTextEdit>
#include <QtWidgets\QPushButton>
#include <QVBoxLayout>
#include <stdio.h>
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
package com.bolnizar.sda;
/**
* Created by Paul on 5/28/2016.
*/
public class Iterator {
private Dictionary mDictionary;
public Iterator(Dictionary dictionary) {
mDictionary = dictionary;
package com.bolnizar.sda;
/**
* Created by Paul on 5/28/2016.
*/
public class Dictionary {
enum Order {
ASCENDING,
DESCENDING
}
// invat_pt_scris.cpp : Defines the entry point for the console application.
//
#include <iostream>
#include <string>
#include <vector>
#include <assert.h>
using namespace std;
class DuplicatedIDException {
private:
// invat_pt_scris.cpp : Defines the entry point for the console application.
//
#include <iostream>
#include <string>
#include <vector>
#include <assert.h>
template <class T>
class grades
{
// invat_pt_scris.cpp : Defines the entry point for the console application.
//
#include <iostream>
#include <string>
#include <vector>
#include <assert.h>
template <class T>
class grades
{
// invat_pt_scris.cpp : Defines the entry point for the console application.
//
#include <iostream>
#include <string>
#include <vector>
#include <assert.h>
template <class T>
class grades
{