file byte by byte and performing an action for each byte wrong? I mean, not receiving the entire message first, is that wrong?
The file's bytes get into the RAM
Hii, good evening, I'm trying to compile without keeping .o files since I'm doing a build for different platforms, but I'm getting a small issue, when I try to run cmake --bui...
why #define header_h not #define header.h ?
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 .. ?
I can tell you why: it encourages the programmer to organize their code into units (objects) that sound nifty but are usually not descriptive, or even that well related, to th...
Hello everyone, could anyone help me with this code, it always says Error parsing Json data. I don't know what is wrong exactly.? //Opening json FILE *fpj = fopen("dat...
Why is every space I put applied to the next line? (in clion)
Hey everyone What's the most important things I should learn for tech interview in 4 days? I never really played with data structures / algorithms... So I learned linkedList (...
Of course it won't be pure C then anymore. It's like C but using one of the features of C++ but who can afford to be a purist about anything in the complex and challenging wor...
#include <stdio.h> #include <stdlib.h> #include <time.h> #define SUITS 4 #define FACES 13 #define CARDS 52 // prototypes void shuffle(int deck[][FACES]); void deal(int deck[...
Hi, How can I send IPC string message between two CLI processes in C++ in Windows?
Обсуждают сегодня