so daniel beaten ?
hello i'am in a confusion about why the memcpy casts to unsigned char* and not char * : i have learned that one using char* we are telling the compiler the reserve one bit ...
also , i have a question , if i try to store int in a char variable will this just overflow or i can overwrite data ?
hello , i have a question about stdout , basically writing to this file makes the terminal outputs some data . there is "one" file available , so let's assume many terminal...
Do u think that c++ can match the strenghts of golang 100% ? Is it just a matter of preference between these two or golang excels c++ in some areas which is .. ?
and i can conclude also that unsigned char* and char* are probably the same ?
also , why this command : echo hello > f1 > f2 > /dev/stdout , doesn't output to the terminal ?
so i guess casting the return of any function that return a pointer is not important as long as you store in the corresponding pointer type that you wanna work with , im corre...
hi , i can't connect to wireless in my laptop , i suspect the wireless driver is missing how to install it ?
hi all m having an issue right now with wifi let me detail it quickly : i use dual boot windows and fedora , wifi works on windows but not fedora , in the current time i hav...
Hello ,i have learned that each thread in a programm has it own stack so when launching a thread which multiple times ( the same function ) does this mean no datarace will occ...
Hello , i have been writing this programme which sorts an array of numbers in a stake using predefined instructions , like add elements to the top of the stake , remove , ...
this is also available in C , would you tell the same about C ?
hello , i need a goroutines to read potencial data from a channel for up to 1 minute , how to do so ?
Hello , so i have started golang phew days back and implemented a telegram bot which fetches my bot updates from telegram server and processes it , how to make this process co...
will golang supprt hot code swapping in the future ?
Hello. Im a C dev is there anything i can contribute in ?
also how do i kill a goroutine ?
Hello , which language to learn if i want to get a job in aerospace?
hi , , i got to know that variadic parameters are stored in registers instead of memory , any idea why this ? , why they need to be handled differently than fixed number para...