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

Go Back   Programming and SEO Forum >  Go4Expert > Articles / Source Code > Programming

Post New Thread  Submit New Article Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 
Tutorials and Source Code in : C-C++ Bookmarks Forum Tools Search this Forum
Announcement
Views: 11,614 View Announcement Announcement: Rules for Duplicate Article Submission
10-08-2008 shabbir (Go4Expert Founder)
  Rating Article / Author Last Post Reverse Sort Order Replies Views
 
Sanskruti
Introduction Casts are used to convert the type of an object, expression, function argument, or return value to that of another type. Some conversions are performed automatically by the compiler without intervention by the programmer. These conversions are called implicit conversions. The...
Yesterday 03:54 PM
by sabharwal81 Go to last post
4 2,408
Wink
d_arin100
Introduction This article is about the slicing of object while sending the argument through a pass by value mechanism when using polymorphism. Background While we are using passing by address mechanism the address of the base class type as well as the derived class type are same in...
11-18-2009 06:13 AM
by ewyawa Go to last post
4 706
Post
Karpov2007
Abstract Introduction size_t type ptrdiff_t type Portability of size_t and ptrdiff_t Safety of ptrdiff_t and size_t types in address arithmetic Performance of code using ptrdiff_t and size_t Code refactoring with the purpose of moving to ptrdiff_t and size_t References
11-17-2009 09:27 AM
by shabbir Go to last post
3 469
 
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...
11-17-2009 09:27 AM
by shabbir Go to last post
3 388
Smile
adroit89
A Program to check whether entered matrix is symmetric or not. #include<stdio.h> #include<conio.h> main() { int a,at,k,i,j,m,n; clrscr(); printf("enter the order of matrix"); scanf("%d %d",&m,&n);
11-17-2009 07:56 AM
by kiddo Go to last post
8 3,065
 
Thread Rating: 8 votes, 5.00 average. asadullah.ansari
I worked for a long time for this article. This program is tested on Sun-Solaris system using gcc compiler. In market, there are a lot of tools for detecting the memory leaks. Here I made a program which has to include in your source file and it will tell the desired informations to find where...
11-16-2009 05:27 PM
by talk2mohdsaif Go to last post
40 15,075
 
Mridula
Introduction This article talks about Multi-Dimensional Arrays in C/C++. About 1-Dimensional Array see All about Arrays in C/C++ - Part I Background Multi-Dimensional Arrays Multi-dimensional arrays are nothing but Array of Arrays.
11-16-2009 04:58 PM
by talk2mohdsaif Go to last post
1 102
Question
Thread Rating: 4 votes, 5.00 average. dass
Linked Lists Implementation ... #include<stdio.h> #include<conio.h> #include<malloc.h> void insertafter(struct node ** ,int ,int); void insertatbeg(struct node ** ,int ); void add(struct node ** ,int); void search(struct node **,int);
11-16-2009 04:56 PM
by talk2mohdsaif Go to last post
10 3,187
Wink
Karpov2007
Abstract Introduction Building of the 64-bit version of Loki in Microsoft Visual Studio 2005 Testing of the 64-bit Loki version with the help of Viva64 Incorrectly used constant LONG_MIN Some types of magic numbers - errors or not? Addition of int to a pointer as a potential error Using...
11-16-2009 05:56 AM
by rasd123 Go to last post
2 487
 
Thread Rating: 1 votes, 5.00 average. asadullah.ansari
Introduction After long day's discussion, bool was made as built-in type. Before it lot of other proposals came for bool. There were following proposals. Proposal 1: bool can be implemented by typedef typedef int bool ; It works fine but problem is that if someone overloads functions...
11-15-2009 06:28 PM
by talk2mohdsaif Go to last post
4 1,237
 
Thread Rating: 29 votes, 4.79 average. asadullah.ansari
Originally written by Zeeshan Amjad Assumption: 32-bit Machine. Here I am going to explain How Virtual table, Virtual pointer for Virtual functions are internally working. First we have understand memory layout. Example 1: How the class's memory layout class Test
11-15-2009 06:03 PM
by talk2mohdsaif Go to last post
48 9,828
 
asadullah.ansari
Definition : Class which Can't be inherited by other class, that class is called final class. You all knows that final class is inbuilt in java. But in C++ you have to create final class.Two types of Final class, you can create . One who want to create object of final class on Heap and other who...
11-15-2009 05:56 PM
by talk2mohdsaif Go to last post
3 3,122
Thumbs up
Thread Rating: 2 votes, 4.00 average. Shishir191
Sometimes its very difficult to understand which function would be call. So, this example explain you about how member functions are called while using virtual and without virtual. 1) Example of Virtual Function In the case of virtual function when we call the member functions.The compiler...
11-15-2009 05:40 PM
by talk2mohdsaif Go to last post
3 3,231
Wink
d_arin100
Introduction The aim of this article is to explain the upcasting. Before going through this article I expect people have some preliminary idea about inheritance mechanism. Background The term upcasting comes from the class inheritance diagram. In the class inheritance diagram we...
11-15-2009 06:07 AM
by rasd123 Go to last post
6 639
Lightbulb
Mridula
Introduction This artcile talks about Design By Contract Technique with an example to show how it can be used in an Application. Background Most application problems arise because of inappropriate handling of data obtained from external systems that could be a application user, remote...
11-12-2009 06:27 PM
by zim22 Go to last post
9 1,024
 
d_arin100
Introduction This article explains what downcast are, how to make it safe, and so forth. However, before learning what downcast are, you must be familiar with polymorphism. Background Can you guess what is down-casting…yes it’s an opposite mechanism of up-casting. In upcast the...
11-10-2009 06:10 AM
by rasd123 Go to last post
2 704
Lightbulb
shabbir
InFix to PostFix Introduction Infix Expression : Notation in which the operator separates its operands. Eg (a + b) * c. Infix notation requires the use of brackets to specify the order of evaluation. Postfix Expression :
11-04-2009 12:53 AM
by sunilkumarsheoran Go to last post
23 34,007
Lightbulb
Mridula
Introduction This article talks about all different usage of const qualifier in C++. Background Declaration: Named constant or const variables
10-23-2009 02:49 PM
by Mridula Go to last post
14 1,519
Lightbulb
SaswatPadhi
Introduction On 4th August, shabbir posted this question : (at the $1 Daily contest thread) List a set of prime numbers where the sum total of the complete set is 100. So, I thought why not generate try generating *all* such sets of primes, instead of *any* such set ? And, I sat down to...
10-02-2009 11:22 AM
by shabbir Go to last post
5 909
Smile
Thread Rating: 2 votes, 5.00 average. shabbir
Steps to integrate code into your programs This is an easy and flexible way to use bitmaps as buttons in your application, and here are the detail steps of how you can add the custom button to your application. Create a new MFC AppWizard (exe) based project and name it as BtnSample ...
09-22-2009 12:34 PM
by nasko700 Go to last post
7 3,936
Post New Thread  Submit New Article Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 

Display Options Currently Active Users
Showing articles 1 to 20 of 191 11 (0 members & 11 guests)
 
Forum Tools Search this Forum
Search this Forum :

Advanced Search
Bookmarks

New comments New comments More than 15 replies or 150 views Hot articles with new comments
No new comments No new comments More than 15 replies or 150 views Hot article with no new comments
Closed Thread Article is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 

All times are GMT +5.5. The time now is 04:54 AM.