No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- Interests
- programming
- PC Specs
- linux
6 Posted Topics
hi friends i need help in flash. i need flash script to upload and cut mp3 by seconds... please help me..... | |
How do i do this automatically, anyone know of a script , given a username, it creates a user account and email address. plz help me ![]() | |
[CODE]#include<iostream.h> #include<conio.h> class test { public: int data1; char data2; test() { cout<<"contrsuctor"; data1=1; data2='a'; } ~test() { cout<<"destrucor"; } void show() { cout<<"data1"<<data1; cout<<"data2"<<data2; } }; void main() { test *ptr; test object1; ptr = &object1; cout<<"\npointer\n"; ptr->show(); delete ptr; getch(); }[/CODE] | |
hi friends i want php script that uploads image without refreshing the page thanks | |
The End.