Console runtime null variables
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
-
If I have a simple program that multiplies a user specified number of integers, how can I get the program to generate the same amount of corresponding, integer data type variables? Or, better said, how do you create null variables during runtime?
Use a vector or linked list Just keep appending integers as you need 'em