User: Beginner101

  • Public profile

User profile: Beginner101

User info
User name:Beginner101
History
Joined:
Number of posts:21
Latest posts:

My little program does not work
[code]#include<iostream> #include<fstream> #include<iterator> #include<algorithm> #include<list>...

what's wrong with the following codes?
system("pause"); i think you are talking about this stuff copy and paste this sentence at the en...

what's wrong with the following codes?
It is because if you type "3 4 5 6", the while loop is STILL running(notice the loop requires a numb...

What is the problem in my code?
[code]#include<iostream> using namespace std; class list { public: int value; class list* nex...

I need some concept clarifications
Q1. [code]struct CommuPacket { int iPacketType; union      { struct structA packetA...

This user does not accept Private Messages