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
~684 People Reached
Interests
programming
PC Specs
linux
Favorite Tags
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
79
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
111
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
118
Member Avatar for rahulvramesh
Member Avatar for rahulvramesh
Member Avatar for IIM
0
99
Member Avatar for holloway

I'd like to change a Python shortcut icon, to make it custom in my standalone applications. Any ideas? Thank you in anticipation.

Member Avatar for rahulvramesh
0
102