Simple Sorcerer
I think first you need to read about make scripts
Simple Sorcerer
can u tell me why do we use sudo make install? I saw a script where it was at the end of a program and it was using with cmake .. sudo make install
Don't be afraid that the page is so big. It is divided into small sections. Please read this and ask questions if you don’t understand something. reading: * Gnu Make * Ninja * CMake * Gnu AutoTools * meson Please ask questions only after reading the documentation and manuals. Often the answer is stackoverflow. If you don't understand something, you can ask here
Simple Sorcerer
#ot
Rose
#ot
Offtopic discussions should be done in the C/C++ Offtopic group. Please take your discussion/questions there.
Rose
Reported Yash Goel [1001174278] to admins.​​​​​​​​​​​
Gleb
which library do u think is better to use websocketpp or libwebsockets? I'd like to move data between server and client sides, thus I need it to be faster and reliable
Gleb
Ludovic 'Archivist'
then it doesn't really matter, pick whichever
Gleb
then it doesn't really matter, pick whichever
but if I'd like to use more than one?
Ludovic 'Archivist'
more than 5000 clients or not?
Gleb
let's say, yes
Ludovic 'Archivist'
neither, use drogon
Gleb
neither, use drogon
but can u tell me pros and cons of these two libs? I wrote a little app using websocketpp and I don't know which one is better to use
Ludovic 'Archivist'
Ludovic 'Archivist'
Libwebsockets being pure C, you can call it from other languages tho
Gleb
but will it be faster than websocketpp?
Gleb
is it a deal to use this instead of websocketpp?
Ludovic 'Archivist'
Nah, they are about equivalent. each may be faster under certain specific usecases, but overall, it is probably very similar
Gleb
thank you so much
Mike
hello
Anonymous
hi
Anonymous
我想先开发一个应用程序。有谁知道如何做到这一点?
Anonymous
I want to develop an application first. Does anyone know how to do this?
Anonymous
Deadpool
i am new to coding which language should i start with?
Mahdiy
english
or Spanish
klimi
or Spanish
only english allowed here
Xing
guys,how to learn c++
Rose
guys,how to learn c++
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
drinktoomuch
guys,how to learn c++
just read books and practice
Xing
i want to know the way forward
Xing
I'm a little confused right now
Ananth
try this roadmap -
Ziky
I'm a little confused right now
If you want concrete answer you should post concrete question
Xing
exactly, I do not know what direction to work after learning
Deadpool
I am new to coding; which language should I start with?
Constántiano
Or python btw
Deadpool
C/C++
ok thank you
Constántiano
ok thank you
Ur welcome
aaswq1
Guys, how can i start with QT? Maybe you know good site or else? Cause QT documentation on their site is BULLSHİT
Gleb
I have Makefile: CC = g++ CFLAGS = -g RM = rm -f SOURCES = scheduler.cpp conegm96.cpp coords.cpp earthobj.cpp matr33.cpp schedulerfc.cpp vect3.cpp OBJECTS = $(SOURCES:.cpp=.o) all: scheduler scheduler: $(OBJECTS) $(CC) $(CFLAGS) -o scheduler $(OBJECTS) %.o: %.cpp $(CC) $(CFLAGS) -c $< -o $@ clean: $(RM) scheduler $(OBJECTS) I'd like to gather these file together, but something is wrong. when I make this it builds .o files and my main file is scheduler.cpp, however when I type ./scheduler it doesn't execute my prj.
Oluwafemi
Do we have anyone that understands C coding,I need help
Rose
Do we have anyone that understands C coding,I need help
Don't ask meta questions. In other words, don't ask to ask. Questions like "Does anyone know XYZ?", "Has anyone used XYZ?" or "Can someone help me?" are all considered meta questions because they don't specify what your actual problem is. These questions give the impression that you want people to approach you and offer their help as if they don't have any other work to do. Now doesn't that expectation make you look like an idiot? If you have a question ask it directly. You are more likely to get a response that way.
Rose
Can you put me through C programming?
Offtopic discussions should be done in the C/C++ Offtopic group. Please take your discussion/questions there.
I want to eject matter from the stomach through the mouth.
Omg
Maxim
Omg
not like that
Never Spam Bot
I want to eject matter from the stomach through the mouth. is now approved by the group admin and can send messages without any restrictions main.c: In function ‘main’: main.c:24:16: warning: format ‘%f’ expects argument of type ‘double’, but argument 2 has type ‘float *’ [-Wformat=] 24 | printf("c=%f", &c); | ~^ ~~ | | | | | float * | double Why this is happening? See spam? Quote the spam message in the group and reply with /spam
Roxifλsz 🇱🇹
Omg
incredible name, buddy
Rose
Another one bites the dust...! Banned jaroslaw. Reason: spam, ad, rude, ref
Constántiano
Chill Chill
Constántiano
Can I discuss other programming languages in this group?
Rose
Can I discuss other programming languages in this group?
Offtopic discussions should be done in the C/C++ Offtopic group. Please take your discussion/questions there.
Constántiano
Thanks
Kishlay
can any one give me logic of showing prime no from 1 to n
Kishlay
n will be taken from user
harmony5 🇺🇳 ⌤
can any one give me logic of showing prime no from 1 to n
Search about the sieve of erathosthenes
Kishlay
legit thanks
riadh
hello
prōtèusexo
🖐
Rose
hello
Offtopic discussions should be done in the C/C++ Offtopic group. Please take your discussion/questions there.
Vask
what's the best course for c programming language ?
Simple Sorcerer
Simple Sorcerer
exactly, I do not know what direction to work after learning
I'm sure you must have preferences. No one here knows this better than you
Kyubtau
Am a fresher looking for internships or fresher role for frontend dev react js please let me know if you know anything
Rose
Am a fresher looking for internships or fresher role for frontend dev react js please let me know if you know anything
Offtopic discussions should be done in the C/C++ Offtopic group. Please take your discussion/questions there.
Uma Mahesh
Hi