For my next project, I am making a program which searches for all of the shared directories on a computer. My idea is if the directory contains the string "share", then it must be shared.
Program Breakdown:
1. change directory to C:\ drive
2. find first directory
3. convert directory name to...
I have been working with assembly (TASM32) for a few months now and have ran into a problem which I cannot fix. Here's a working example written in C++ which needs to be converted to assembly.
#include <windows.h>
int main(){
char *name_list[5] = {"Micheal", "Stefan", "Judy", "William"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.