issues
search
citic
/
botNeumann
A metaphorized and gamified visualization of the von Neumann architecture for programming learning
1
stars
0
forks
source link
List: Visualize command line arguments
#151
Open
jeissonh
opened
7 years ago
jeissonh
commented
7 years ago
[ ] Botnu units require a section for arguments in test cases
[ ] Visualize
*argv
in data segment, that is: their values (strings), not the pointer
argv
in
main()
[ ] Separate strings using the array svg files
[ ] When
main()
is called, set
argc
to the count of strings and
argv
to point the first string
[ ] If player solution's
main()
does not have arguments, ignore the animation
[ ] Assume 1 argument (program name) when botnu unit does not have arguments
[ ] Allow user to edit arguments before the program runs (future)
*argv
in data segment, that is: their values (strings), not the pointerargv
inmain()
main()
is called, setargc
to the count of strings andargv
to point the first stringmain()
does not have arguments, ignore the animation