من نمونه برنامه که نه! اما با کدها بازی کردم اینحا هم می زارم!! این کد واسه کامپایل با کامپایلر نیست ماله اینکه خودوتون ببینین و خروجی را بدین!! واسه تمرین درک :

/* Practice-Win32.cpp : Defines the entry point for the console application.
Coded by ace.coder in Visual(C++‎) Studio 2008 ; { Friday , December 19 , 2008 2:11 AM }
Example #1 - TOO EASY
Our Question -> This Program IF IN RUN HAVE A TRUE OUTPUT? , For Everybody Call To Himself ELITE.
( WithOut By Compiler , just read/write on paper and Trace )
Good Luck
*/
#include "stdafx.h"
#include <iostream>
#include <conio.h>
using namespace std;
static char Z;
int main(int argc, char* argv[])
{

;char joomla[20]="AAce.Coder88"
;{Z='\0';}char temp[20]="AAce.Coder"
;int i=0
;int counter=0
;joomla[*(temp + *(joomla))]=88
;for (;i<20;i++,counter++)
if ( joomla[i]==*(temp+counter)&&joomla[i]!=Z)
cout<<joomla[i]<<" : YES"<<endl
;{getch();}
;return 0
;}