Dynamic Memory Management Learn programming with Visual Basic (VB.net) exercises

 Visual Basic (VB.net) exercises

 67 Implementing a queue using array
Implementing a queue...
 59 Implementing a stack using array
Implementing a stack...
 55 Queue Collections
Queue-Collections...
 58 Queue Stack Reverse Polish Notation
Create a program that reads from a text file one expression in Reverse Polish Notation like, for example: 3 4 6 5 - + * 6 + (Result 21) Each item wi...
 63 ArrayList
Create a list of strings, using the class ArrayList which already exists in the DotNet Platform. Once created, show all the items stored in the list....
 65 ArrayList duplicate a text file
Create a program that reads from a text file and stores to another text file inverting the lines. So, an input text file like: ayer el Madrid le gan...
 56 Unlimited sum
Create a program to allow the user to enter an unlimited amount of numbers. Also, they can enter the following commands: "sum", to display the sum of...
 62 ArrayList - Text file reader
Deliver here your basic text file reader. This text file reader always shows 21 lines of the text file, and the user could use up key to show the pre...
 44 Hast Table - Dictionary
Deliver here your dictionary using Hash Table...
 48 Parenthesis
Implement a function to check if a sequence of opened and closed parenthesis is balanced, in other words, if each opened parenthesis corresponds to on...
 53 Mix and sort files
Mix and sort files...
 60 ArrayList of Points
Create a struct "Point3D", to represent a point in 3-D space, with coordinates X, Y and Z. Create a program with a menu, in which the user can choose...
 52 Search in file
Create a program to read a text file and ask the user for sentences to search in it. It will read the whole file, store it in an ArrayList, ask the u...