Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~818 People Reached
Interests
programming
PC Specs
linux
Favorite Tags

6 Posted Topics

Member Avatar for rahulvramesh

hi friends i need help in flash. i need flash script to upload and cut mp3 by seconds... please help me.....

0
80
Member Avatar for rahulvramesh

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

Member Avatar for diafol
0
113
Member Avatar for rahulvramesh

[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]

Member Avatar for Cross213
0
120
Member Avatar for rahulvramesh
Member Avatar for rahulvramesh
Member Avatar for IIM
0
105
Member Avatar for holloway

The End.