User: sebz92

  • Public profile

User profile: sebz92

User info
User name:sebz92
Name:sebastian bonilla
Location:houston, texas
Statistical data
Birthdate:Feb 20, 1992
Gender:Male
Occupation:Student
Skills:C
C++
Java
History
Joined:
Number of posts:12
Latest posts:

sort a string array alphabetically
wow it worked. that was so simpleee !!! thank you very much!

sort a string array alphabetically
hello, i wish to sort a string array alphabetically and im not sure if i am doing it right. for exam...

copy doubly linked list
so i have a doubly linked list and i want to copy it. how do i do that?? [code]struct node{ ...

store text to nodes
this is what i have now: [code] no = new node; // new node created file >> no->data...

store text to nodes
so in this program i have two structs [code] struct node{ string data; node* next; node* ...

This user does not accept Private Messages