- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
" IF BETTER IS POSSIBLE GOOD IS NOT ENOUGH"VIRENDRA
- Interests
- learinig new technologies, listening music,vollyball
- PC Specs
- pentum 4
4 Posted Topics
:idea: im currently working on mechanical design based project . plateform is windows & language is c++ ,& for gui(graphical user interface) vc++, in vc++ when i run the code in debug mode it runs successfully,but when i run the same code in release mode it mostly create error like … | |
Re: :lol: nice explaination meabed virendra :idea: | |
# include<iostream.h> int main() { int ar[2]={8,2}; // (1) int var1=66; //(2) int var2=111; //(3) int* ptarray[5]; //(4) ptarray[0]= ar; //(5) ptarray[1]= &ar[1]; //Address of second element of array ar // (5) ptarray[2]= &var1; //(6) ptarray[3]= &var2; //(7) ptarray[4]= &ar[0]; //(8) // To keep code small I use a loop … | |
Re: :lol: really u did it that no one cant yet now , really it is a amazing book for the c programmers bcoz in none of the book explain in this so simple way and the language is easy too.till i have read only 10 chapters, so i cna conclude … |
The End.