banner This website is an official site for CyberHawk Team, established on 31 August 2007 which consist of 3 persons. CyberHawk Team is established for some reasons such as to share and learn together with users about computer programming ( C/C++ for being specific), tips & tricks and anything related to the computer and technology. You can register as CyberHawk forumer to get access to our discussion board. For those who already registered, our forum can be accessed HERE.
Nov
4th

Ideal IDE for C/C++ Newbie

Author: slayerz | Files under Software

Assalamualaikum w.b.t…

For those who are new to computer programming, you might ask, “What is an ideal IDE or Integrated Development Environment for C/C++.
Alright, for newbies you might ask, what the hell is IDE? I would simply explain to you, IDE is a source code editor that comes together with the compiler.

We must choose the ideal IDE in order to make ourselves feel comfortable when writing the source code and developing our projects.

Personally, I really like t use DEV C++ rather than using Microsoft Visual C++.
There are some reasons why I choose DEV C++, such as :

  • It’s a freeware (who doesn’t like a free thing?).
  • User-friendly interface.
  • One hot-key to save-build-compile-run.
  • Fast compilation.
  • Stabile (especially when compiling a large project).
  • Simple syntax for some functions such as clearscreen, color, pause and etc.
  • Using tabs for better navigation.

If we compare this IDE with Microsoft Visual C++, the main problem that I had faced is stability. Microsoft Visual C++ is always hang or jammed when compiling the source code, and I could only terminate its process using Task Manager. Really annoying, isn’t?

This problem is always occured to the others(I always see it happen in the computers’ lab). Another problem, there is only one source code per editor (one workspace), which mean you have to close the current workspace, and open the new workspace for other source code. It’s really annoy me.

For those who are interested to give a try for DEV C++, you can download using the link below.

DOWNLOAD


Oct
22nd

Membership of CyberHawk Forum

Author: cyberhawk | Files under News

ahli

Assalamualaikum wbt…

Okay guys, we are now launching our forum. You have to register first to be eligible to post a new topic or reply existing thread.

YOU CAN REGISTER HERE


Oct
21st

Hello World!

Author: cyberhawk | Files under News

Assalamualaikum wbt…

Traditionally, when a person wants to learn a new programming language, the very first tutorial is how to output Hello World to the screen.

For an example, he/she may write like this :

#include<stdio.h>

int main()

{

printf("Hello World\n");
return 0;
}

So, as a new bloggers, this entry is considered as our Hello World post.

CyberHawk Team consists of three newbie C/C++ programmers and some other programming languages.
All three of us are still studying at local university in Engineering Course.

CyberHawk Team is looking forward to create a community that can share and learn together about computer programming, softwares, tips and tricks and also some other things that we may find interesting.

We also provides a forum for all of us to share, learn and discuss about programming and computer-related topic.

Okay guys (and girls also), see ya in next post…

“TOGETHER WE LEARN”