No name
Can someone please suggest some beginners to advanced projects which could be done using cpp
GPU Governor
Hi do you work with assembly?, i was looking into learning asm, but i don't know where and how to start. I was watching a tutorial on arm assembly and i was following it on my device word for word and yet i was getting an error, after much curiosity i heard that something called arm32 v7 will not run on arm64 v8 bla bla bla. And now i am overwhelmed i don't even know where to start, should i even learn arm? And i have heard about stuffs like 8080, x86, 6502
No name
Why is the message getting deleted
No name
Install doabox and see some 8086 tutorials
GPU Governor
Can someone please suggest some beginners to advanced projects which could be done using cpp
Maybe building an emulator, a gui frame work like qt or imgui using raw graphics api's like sdl, game dev
No name
So these are basic ha! I wonder 🤔 what do you make in advanced projects.
No name
Ohh thanks
GPU Governor
For a basic project, maybe writing encryption ciphers, data base systems using CRUD
GPU Governor
using ncurses for ascii games
Sai
Function calling
Sai
Topics with pdf
No name
Topics with pdf
Dude make your own notes
Ludovic 'Archivist'
But those Questions are criteria for us newbies. Like if you don't know how to solve them then you won't even be able to sit for interview!
Get yourself a portfolio of software you made. Solving stupid problems for stupid people will get you a stupid job
Ludovic 'Archivist'
Can someone please suggest some beginners to advanced projects which could be done using cpp
A small game with Raylib, a website using Drogon and Postgres (leader board for the small game), an interpreter (try to make a Lisp or Forth interpreter)
Ludovic 'Archivist'
No name
If you want to fasten ur code the compiler has some fn. Like developers have already given some things that you can use
No name
Ohh
GPU Governor
Why do you ennd assembly for
I thought systems programmer (embedded, low level, drivers, firmware) needs to know assembly? it's true right?
Ludovic 'Archivist'
No name
Hello
No name
Why is the message getting deleted?
Ludovic 'Archivist'
Why is the message getting deleted?
The thing thinks you are trying to scam people
Ludovic 'Archivist'
Ludovic 'Archivist'
Is there any web framework in C ?
libmicrohttpd comes to mind
Amin
Hy Im iranian
Amin
How can I connect with Indian programmers?
Harshit
What is call by value and call by reference in functions of C?
harmony5 🇺🇳 ⌤
Simple Sorcerer
What is call by value and call by reference in functions of C?
Perhaps you meant to "pointer"?
Simple Sorcerer
I explain it badly. But I think it will be clear with an example
Chat Boss
What is call by value and call by reference in functions of C?
ㅤSimple Sorcerer sent a code, it has been re-uploaded as a file
Chat Boss
What is call by value and call by reference in functions of C?
ㅤSimple Sorcerer sent a code, it has been re-uploaded as a file
Never Spam Bot
exo sent multiple messages that looks like a spam. To stop the bot from deleting your messages, write something non-suspicious. Or find out why here. Spam deleted in this group: 2290
Chat Boss
ㅤexo sent a code, it has been re-uploaded as a file
Simple Sorcerer
use quotes
it didnt help
exo
oh god it’s not working
Abbasi
ㅤSimple Sorcerer sent a code, it has been re-uploaded as a file
Does C support references? I thought it doesn't.
D
it doesn't indeed
Simple Sorcerer
Does C support references? I thought it doesn't.
This is C++ Yes, I made a little mistake and used the C library. Sorry To correct: --- #include <stdio.h> +++ #include <cstdio>
Rose
User Alia has 1/2 warnings; be careful! Reason: nohello.com
Dero
Hi guys, i am starting to look into nix (package manager) since people say it's very reliable both in linux (all-distros) and macos. I downloaded the "gcc" package but it didn't come with the "as" assembler. I tried installing bintools alone (wich should have such assembler) and it failed (debian 12). I wonder if you guys managed to ever use nix for C++ development on your machines.
Simple Sorcerer
Never Spam Bot
https://t.me/notpixel/app?startapp=f96353043_s630333
This looks like a spam. Sorry, I can't delete/restrict that user/message. The message is older than 24 hours ago.
Hasna
gcc package seems to provide as to me
How do i get my nvim colorfull like that ?
Roxifλsz 🇱🇹
How do i get my nvim colorfull like that ?
that's not nvim, just bash with this https://github.com/justjanne/powerline-go
Saish
Hii
Vansh
Hii
Hii
Stark
How would you design two constructors for an array class, where one constructor initializes the array with a size of 0 and allocates no storage space, while the other constructor allows the initial size of the array to be set by the user?
Костик-хвостик
hello guys!
Simple Sorcerer
hello guys!
nohello.com
Dero
I think it doesn't matter which package manager to use. Use the standard manager for the distribution. In the future, I think you will be able to compile a compiler for yourself
i was planning to release my software packaged for nix. To ensyre reliablity of the package i should only depend on other nix packages
Dero
for my everyday-builds i use g++ provided by apt for my ubuntu 24. To test out the reliability of my software packed for nix, i first tired to run all the steps necessary for the build on debian 12 (fresh install) with only nix itself and other nix packages
Dero
yea i'm just giving a little bit of lore. long story short at the end g++ doesn't really work because it tries to use the "as" assembler but it fails (of course, only happens when using make or cmake)
Dero
gcc package seems to provide as to me
i assume the as you are calling is the one already present on your system
Dero
ok this means i did something wrong, in a couple of minutes i'll be back on my computer i'll try to provide some screenshots on what's my host configuration and stuff.
Dero
https://ibb.co/zXbxpWs <-- this is a png (screen of terminal) https://pastebin.com/3vdmAjWy <-- this is the terminal output as text
Dero
the first time it worked i assume it was clang
Simple Sorcerer
https://ibb.co/zXbxpWs <-- this is a png (screen of terminal) https://pastebin.com/3vdmAjWy <-- this is the terminal output as text
I've never encountered anything like this. And I don't see any error here that the compiler gives. It looks like the problem is in CMake
Dero
when using clang++ with -DCMAKE_CXX_COMPILER=clang++ it works