I am running on mac m1, docker, gulp. my first error was command ld not found, but i fixed it in here.how to solve running gcc failed exist status 1 in mac m1?
I wanted to run a batch file invisibly, without cmd.exe showing. The solution I found online was to make a .vbs file: Set WshShell = CreateObj
I have this scenario, where I need to ask a nested class to append items to a list in the outer class. Heres pseudocode thats similar to what Im trying to do. H
I have a TextView in which I select some text and apply attributes to the selected text, successfully. After the update of the NSMutableAttributedString with t
If I've declared a pointer p as int *p; in main module, I can change the address contained by p by assigning p = &a; where a is another integer variable alr
I'm trying to get the Flower Name and Location when a user clicks on the stars, so I can send the information to a database api endpoint. I've tried getting th