Link List
#include <iostream>
using namespace std;
class Link{
public :
int data;
Link *next;
Link *back;
};
int main(int argc, char** argv) {
Link *a = new Link;
Link *b = new Link;
Link *c = new Link;
a->data = 1;
a->next = b;
b->data = 2;
b->next = c;
c->data = 3;
c->next= NULL;
cout<<a->next->data;
return 0;
}
Subscribe to:
Post Comments (Atom)
R-chord 謝和弦 - I'm Not Your Prince Charming 我不是白馬王子 Lyrics 歌詞 with Pinyin
R-chord 謝和弦 x 高爾宣 & 李傑明 - I'm Not Your Prince Charming 我不是白馬王子 (Wo Bu Shi Bai Ma Wang Zi) Lyrics 歌詞 with Pinyin | 謝和弦 我不是白馬王子 歌詞 ...
-
Namewee 黃明志 x 911 玖壹壹 - Oh My God Lyrics 歌詞 with Pinyin Singer: Namewee 黃明志, 911 玖壹壹 Album: Over Cross Asia Title: Oh My God English Title: ...
-
EggPlantEgg 茄子蛋 - Back Here Again 浪子回頭 Lyrics 歌詞 Singer: EggPlantEgg 茄子蛋 Album: Back Here Again 浪子回頭 Title: 浪子回頭 English Title: Back Here Ag...
-
Ngobaran beach is located approximately two kilometers from Ngrenehan beach. At this beach you can see temples, statues, and the beautiful b...
No comments:
Post a Comment