User: dangerous

  • Public profile

User profile: dangerous

User info
User name:dangerous
History
Joined:
Number of posts:13
Latest posts:

Merge and Sort.
the C is ordered from largest to smallest. i did't notice your claim.

Merge and Sort.
[code] typedef struct node { int data; struct node *next; } Slink; void merge(Sli...

help writing c++ program
[code] #include "iostream" using namespace std; int main() { int num; while(1){ cin>>...

c++ sentinel loop
ctotal should be initialized.

Simple Code Walkthrough
[code] if (x = 0); [/code] X=0 assigns the value of 0 to the memory location labeled x. don n...

This user does not accept Private Messages