C++ Tech

Discussion in 'Programming' started by ace.coder, Dec 22, 2008.

Thread Status:
Not open for further replies.
  1. #1
    /* 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 }
    Email : ace.coder@yahoo.com / an.ace.coder@gmail.com
    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==*(temp+counter)&&joomla!=Z)
    cout<<joomla<<" : YES"<<endl
    ;{getch();}
    ;return 0
    ;}

     
    ace.coder, Dec 22, 2008 IP
  2. Kwaku

    Kwaku Well-Known Member

    Messages:
    1,217
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Wtf does this mean? What do you require?

    And "Our Question -> This Program IF IN RUN HAVE A TRUE OUTPUT? , For Everybody Call To Himself ELITE." makes no sense either, what do you mean by it? :)
     
    Kwaku, Dec 24, 2008 IP
  3. ace.coder

    ace.coder Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i say , get output without compiler.
    read and trace code.
    ;)
     
    ace.coder, Dec 29, 2008 IP
Thread Status:
Not open for further replies.