Waitrud Weber’s blog

things and reminders for memories

2018-05-01から1日間の記事一覧

Proporsal 003

In java swing source code, button needs size and message.In the following way, the message is "Click Me..". https://beginnersbook.com/2015/07/swing-jbutton-class/ Anyway, compiler can recognize Class of C++.So, I created it like the button…

Proposal 002

Usually, buttons are constructed with a rectangle and a message.So, I drew them.Next we could draw a button even when we would like to use button. ----------------- button.h --------------------#include <tchar.h>#include <Windows.h>#include <windowsx.h> #include "button.</windowsx.h></windows.h></tchar.h>…

Proposal 001

Design means 1. Drawing art 1-1 Drawing shapes 1-2 Drawing font (which is basically important for sending infomation. we usually click buttons which have font on the software.) The art has the role which sends message to software users and…

Windows make 000

The file systems between Windows and Linux are different.MinGW can have permission on mingw console.On Windows PowereShell we can not link libraries under MinGW/lib because we can not have the above permision. > mingw32-make allmingw32-g++…