CSE115 is the elementary course of computer science and engineering at North South University. It’s basically a C programming language course. Last semester (Spring 2017) I took that course. At the end of the semester we had to submit a project based on what we have learned from the course. I made a program that mimics a mobile phone company’s network. I got 12 out of 10 for that project! It is a menu driven command line program. It can . . . .
This post is to help my CSE115 classmates at North South University. I’ll try my best to explain you how to compile C program using Makefile feature on windows platform. I’ll be discussing two things, how to install C compiler and how to write Makefile and compile using it. Installing Compiler You may have been using Codeblocks or some other IDE to code in C language. That IDE have a compiler installed inside it. Now you have to make the compiler . . . .
Have you ever thought of adding qrcode to your wordpress site’s sidebar? Here is my 4th WordPress plugin – WpQrcode.This plugin can add qrcode widget to your wp sidebar. This allows user to add a widget that generates QrCode for every page dynamically. Whenever a visitor visits the site the widget will show qrcode for current page that the visitor is visiting. User can add the widget with and without title, define the size of the qrcode, fill color and . . . .
Comments