Learn how to Make Money Online | Free Tech Magazines
Go4Expert
Go4Expert RSS Feed

Newsletter Subscription
Enter email address


Delivered by FeedBurner

» Programming forum

» What G4EF Members are doing?
Winning $1 Daily

Using G4EF Toolbar Developed by Saswat.

Nomination for article of the month - Oct 2009

Wearing Reebok T-shirts they got for participating in forums

Go4Expert.com October 2009 Newsletter
Recommended for developers
Depending on which programming language is used on your site (PHP, ASP, ASP.net, etc.) or whether you support Linux or Windows – specialized hosting is important to reach the full potential of your website and ensure its error free work.
All about Arrays in C/C++ - Part I
Oct 31, 2009 - 7:38 PM - by Mridula
Introduction

This article tries to cover all about Arrays like from it's definition till it's usage using a single dimension.

Background

Definition

An array is a built-in Data Structure that holds a sequence of variables of same data type, that are stored in a contiguous memory locations.

Some characteristics about Arrays
  • The elements of an array are indiced and accessed by their index, where as first position/index of an array starts from "0" and last position is sizeOfArray-1 !!
  • By default, Arrays are not
... [Read More]
2 Replies | 147 Views
How to change IP using Batch File
Oct 17, 2009 - 5:13 AM - by nimesh
Introduction

This is an article on how to change IP using batch file using the DOS command NETSH

Background

I'm writing this article as this has helped me a lot as I've to use my office laptop both at office and at home, and at office I've to use domain account which is very much restricted.
So I can do most of the restricted jobs using the runas feature and then using the local account which has got privileges but cannot change the IP as that is not available in runas.

Also the office network has static IP address and home network is on DHCP, and I have logging off and... [Read More]
4 Replies | 431 Views
Thread Synchronization using events
Oct 15, 2009 - 10:44 AM - by d_arin100
Introduction

Event is one type of kernel object that Windows provides for thread synchronization. Here I shall describe the Win32 event as well as MFC event. MFC's CEvent class encapsulates Win32 event objects. Generally events are used in cases when one thread is supposed to start its job after a specified job has over. For example, a thread might wait until the necessary data is read and then start writes in the hard disk.

Background

There are two kinds of events (i) manual reset and another is (ii) auto reset. By using an event we simply can... [Read More]
1 Reply | 230 Views
Making client and server using win32 socket.
Oct 14, 2009 - 6:54 PM - by d_arin100
Introduction

Socket is an interface between an application process and transport layer. The application process can send or receive messages to/from another application process (local or Network) through a socket. Winsock is the lowest level Windows API for TCP/IP programming. Part of the code is located in winsock.dll and the rest is inside the Windows kernel. In this article I shall try to explain how we can create a server and a client using winsock.

Background

Before going to the main topic I am trying to explain where the socket exists in different network layer.
[Read More]
1 Reply | 232 Views
Hook windows control messages through subclassing
Oct 13, 2009 - 12:54 PM - by d_arin100
Introduction

Subclassing is a very powerful tool in creating your own custom controls and modifying the standard windows interface. This is typically done by replacing the Window Procedure for a window with application-defined window procedure. Subclassing is a technique that allows an application to intercept messages destined for another window. This article contains subclassing in SDK as well as subclassing in MFC programs.

SDK subclassing

Sometimes we need to modify the functionality of control and customize it slightly depending on the application. Let we need a letter only edit... [Read More]
2 Replies | 301 Views
» Article Archives
  Title, Username, & Date Last Post Replies Views
Interprocess Communication through WM_COPYDATA & Shared Memory
10-10-2009 12:16 PM
11-04-2009 08:23 AM
by rasd123
2 444
How to Avoid Detection of Fake Serial or Cracked Operating Systems on Internet?
10-09-2009 08:33 AM
11-05-2009 07:52 AM
by rasd123
8 1,111
Advantages of explicit linking of Dynamic Link Library (DLL).
10-07-2009 06:26 PM
11-01-2009 07:50 PM
by shabbir
1 410
Handling notifications for dynamically created control.
10-07-2009 12:33 PM
11-01-2009 07:50 PM
by shabbir
1 248
About size_t and ptrdiff_t
10-05-2009 06:35 PM
11-01-2009 07:50 PM
by shabbir
1 303
Internal mechanism of "Static linked DLL" works
10-05-2009 01:07 PM
11-01-2009 07:50 PM
by shabbir
4 449
What is down-casting and how to make it safe?
10-01-2009 05:15 PM
11-01-2009 07:50 PM
by shabbir
1 471
The concept behind the “upcast”.
09-30-2009 05:37 PM
11-04-2009 12:44 PM
by sulscrishri
5 458
Prevent Object Slicing in pass by value mechanism
09-29-2009 05:54 PM
10-19-2009 10:36 PM
by shabbir
2 505
64-bit Loki
09-25-2009 01:30 AM
10-03-2009 06:06 PM
by shabbir
1 353
Manipulating existing Chart Object in MS Word using .NET
by naimish
09-18-2009 11:16 AM
10-03-2009 06:06 PM
by shabbir
1 580
Using INotifyPropertyChanged Event Handler
by naimish
09-17-2009 09:24 AM
10-03-2009 06:06 PM
by shabbir
1 514
Reusable validation methods in C# .Net
by naimish
09-16-2009 09:46 AM
10-03-2009 06:07 PM
by shabbir
1 729
Zipping Files and folder using C#
by naimish
09-09-2009 04:40 PM
Today 06:15 AM
by rasd123
7 1,197
Books by Amazon

Bookmark Us
Add to del.icio.us  Digg it  Add to Facebook  Add to StumbleUpon  Follow us on twitter

Link to Us
Copy HTML to Clipboard HTML
Copy BBCode to Clipboard BBCode

RSS Feed
Use your favorite reader to fetch information from G4EF.
  • Add to Google
  • Add to My Yahoo
  • Add to My MSN
  • Add to Wwindows Live
  • Add to my AOL

Go4Expert partners
Software development
MBA Forums
Mobile Broadband
C, C++, MFC, C# tutorials
Phone Cards
Computer Programming Forums
Email Archiving
Computer Repair

Advertisement


All times are GMT +5.5. The time now is 02:34 PM.