Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
spl020438ywhy is the language mandated?
would you prefer something else or just hate programming? -
Yeah6916298yI work with C# at my job and for hobby projects. C++ is like going back to stone age. In C# the compiler is your bitch, but in C++ it is the other way around. For example, if you import a header, which itself imports something what you don't want to import, yeah, too bad now you have it anyway. Then there are no interfaces. Almost nothing is intuitive. Polymorphism and generics don't go hand in hand. Segmentation faults. If I would guess, then it is much easier to get messy code with C++, then actually use the performance benefits. The only thing, which speaks for C++ is that through its compactness it is suitable for embedded systems. Hurray.
-
Yeah6916298y@spl0 It is a requirement, because the my work is based on the work of the PhD thesis of my supervisor and he does it in C++. I asked him about it and he told me that I could use C# but would have to port it to C++, when the implementation is done.
-
Yeah6916298y@spl0 the problem is that his and my project are part of a bigger project of a laboratory in my university. Which is a robot. If my topic works out as planned, my implementation will be used by the robot.
-
RobertMackey342dThat’s an impressive topic for your master's thesis! If you need assistance with writing or researching, I recommend checking out https://domyhomeworkfor.me/, as they helped me a lot with my own academic work. Their support and expertise made a real difference. Don’t hesitate to reach out for guidance on specific challenges you might face. Good luck with your thesis!
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
sam966911Hats off to this lady .... I would have just flipped the machine
I have to write C++ code for my master's thesis. I hate it.
undefined
c++