Category: ACM
My failed code: http://ideone.com/4o96LX My succeeded accepted code: #include<iostream> #include<cstdio> using namespace std; int main() { double…
It was my last chance for participating in ACM ICPC Dhaka Regional Siteprogramming contest but as I…
That might be faced by almost everyone. https://www.facebook.com/groups/bengaliprogramming/permalink/615925351912675/
http://www.thedailystar.net/shout/cover-story/competitive-programming-where-computer-geeks-become-gladiators-1222453
Reference: https://www.daniweb.com/programming/software-development/threads/201233/use-of-flag-in-c
Midpoint algo reference: http://www.eazynotes.com/notes/computer-graphics/algorithms/mid-point-circle-algorithm.pdf http://suraj1693.blogspot.com/2013/11/c-program-for-drawing-circle-using.html https://birunthag.blogspot.com/2014/05/openglc-draw-circle-with-midpoint.html https://www.opengl.org/discussion_boards/showthread.php/169955-using-glutKeyboardFunc Code: #include <windows.h> #include <GL\glut.h> #include <stdlib.h> #include<iostream> #include<stdio.h> using namespace…
Recent Comments