User profile: TheAmitKumar

User info
User name:TheAmitKumar
History
Joined:
Number of posts:15
Latest posts:

Creating separte strings from one string
use strtok () function..... pass whitespace as the delimiter .... hope that works

How to Crop a Picture using win32 ?
I am only restricted to use core WIN 32 API only. No MFC ,no other tools nothing .... please tell m...

How to Crop a Picture using win32 ?
This time I am trying to make a program. Which not only allows users to load a specific image file b...

Handling the WM_KEY events in child window ?
I have created a program which has one main window. and inside its WndProc's WM_CREATE section I cre...

Issue on constracting a programm
just remove the semicolon after the header... it should be void Cycle(float R,float P, float...