User profile: santij93

User info
User name:santij93
Name:Santiago Jimenez
Location:North Bergen, NJ
Bio:just trynna learn to code
History
Joined:
Number of posts:3
Latest posts:

singly linked list with three nodes
[code] /* Create a singly linked list which contains 3 nodes. The user is requested to provide a sin...

Simple Array Handling
i dont understand why my code is not compiling [code] #include <iostream> using namespace std; vo...

Implementations of Structures
I don't understand why my code is not compiling [code] /* Using the program you developed for...