Posts by Diogo Alpendre • 21 points
2 posts
-
0
votes0
answers47
viewsQ: Store tokens in dynamic C array
I am developing a console application that works as a shell (using processes to process commands sent via stdin). Entering the command to process with fgets(command, 1024, stdin) saves the whole…
-
2
votes0
answers29
viewsQ: Active Directory login works for the second time only
I implemented an authentication via AD in my application. It only works on the second try, it does not work on the first. How do I resolve? DirectoryEntry directoryEntry = new DirectoryEntry(path,…