Category: computer science

সর্বাধিক ব্যবহৃত দরকারী লিনাক্স ফাংশন 0

সর্বাধিক ব্যবহৃত দরকারী লিনাক্স ফাংশন

অধ্যায় 1 প্রাথমিক I/O ফাংশন close ফাংশন: খোলা ফাইল বন্ধ করুন creat ফাংশন: একটি ফাইল তৈরি করুন dup ফাংশন: ডুপ্লিকেট ফাইল বর্ণনাকারী dup2 ফাংশন: নির্দিষ্ট স্থানে ফাইল বর্ণনাকারী অনুলিপি করুন fcntl ফাংশন: ফাইলের অবস্থা...

0

Drawing points and lines in OpenGL

Drawing something is easy once you understand how OpenGL works. Points and lines are the primitives for any drawing. This article will make you capable of drawing points and lines using OpenGL implemented in C++ (i.e. g++).