@Dheeraj Sharma

   Thanks

On Sun, Aug 28, 2011 at 11:43 AM, Dheeraj Sharma
<dheerajsharma1...@gmail.com> wrote:
> class A
> {
>       public:
>              A()
>              {
>                  static int cou;
>                  cout<<++cou<<endl;
>                  }
> };
>
> make object A x[10];
>
>
> On Sun, Aug 28, 2011 at 11:30 AM, shady <sinv...@gmail.com> wrote:
>>
>> already discussed, search the forum
>>
>> On Aug 28, 10:53 am, guna sekaran <vgun...@gmail.com> wrote:
>> > print 1 to 10 without using
>> > if,loops,goto, function call.recursion,etc
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>
>
>
> --
> Dheeraj Sharma
> Comp Engg.
> NIT Kurukshetra
> +91 8950264227
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to