Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #31.8K
~953 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for Vish0203

The sample code provided for Smack API works fine with gTalk credentials, run that code and then modify that code according to your rerquirement.

Member Avatar for Absaar
0
290
Member Avatar for TarekSliem

#include<iostream> using namespce std; void main() { cout<<"helloworld"; } //try this it will work

Member Avatar for ankitloud
0
261
Member Avatar for agentx
Member Avatar for skisky

For Example student* std[x]; here you will dynamically allocate structure object using new statement; std=new student[x]; where x is obviously taken as an input...hope it will help in dynamic allocationm.

Member Avatar for Absaar
0
158
Member Avatar for spring sun

It is not a problem to write a code without errors , but the point is that either your goal for writing program is accomplished or not , for this thoroughly read the problem agian an gain until ou understand what u are supposed to do, then write its algorithm …

Member Avatar for cause&effect
0
132

The End.