Yehor
Guys, did anyone tried write servers on the pure C? Can anyone send documentation for this question?
Anonymous
Welcome to C/C++!
Yehor
4 time? Perhaps the program hung up, but I notice that often no one sees the message.
Anonymous
How can i make third argument optional in this code ?
Anonymous
How can i make third argument optional in this code ?
I think you could have default parameters.
Anonymous
How can i make third argument optional in this code ?
https://stackoverflow.com/questions/1657883/variable-number-of-arguments-in-c
Anonymous
Inspired by http://en.cppreference.com/w/c/variadic
Anonymous
oof variadic func
Anonymous
How can i make third argument optional in this code ?
#include <stdio.h> #include <stdarg.h> #include <string.h> int sum(int n, ...) { int i = 0, s = 0; va_list args; va_start(args, n); for (; i < n ; i++) { s += va_arg(args, int); } va_end(args); return s; } int main() { printf("%d\n", sum(5, 1, 2, 3, 4, 8)); }
deltanicola
does someone of you use Atom and its ide?
deltanicola
because i can't figure out how it works
Anonymous
does someone of you use Atom and its ide?
I recommend you VSCode if you are running on Linux
deltanicola
nope
deltanicola
windows
Anonymous
Or VIM if you are an anarchist 😆
Anonymous
windows
Also windows, but for Windows I recommend Visual Studio C++
deltanicola
mmh i see
Anonymous
How to print any numbers?
Anonymous
Helloo
Anonymous
Pls send me
Anonymous
How to print any numbers?
https://devs.sh/ULq
Anonymous
Please solve the error
Anonymous
Thank you
Anonymous
You know php programs run in mobile application?
Anonymous
Welcome to C/C++!
Anonymous
Is there any group for c#?
Nyuke
Nyuke
Search boi
Anonymous
Nyuke
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Ahmad
Hi Please I need a help I install Qt 5.10 latest version and opencv3.4.1 and I couldn't install the library in this version of Qt with Cmake can anybody help me to do it on my windows 10 64-bit please? I tried with this video alsohttps://www.youtube.com/watch?v=ZOSu-2Oju-A and in cmd step I have this
Ahmad
Ahmad
that what I have when I write mingw32-make
Anonymous
Try to compile using -std=c++11 or similar value
Anonymous
Or -std=c++0x
Ahmad
Instead of mingw32-make ?
Anonymous
Or -std=c++0x
No, you have to compile it using mingw32-make but you have to parse this as parameter
Ahmad
Please can you help me where I should parse that
Abde
windows 10
theFlash
Download Windows 10 Disc Image (ISO File) https://www.microsoft.com/en-in/software-download/windows10ISO
theFlash
It is official
Abde
Np
Riyaz
Please solve the error
Bro which editor use cpp programme tell
Anonymous
Welcome to C/C++!
Anonymous
tanks
Abde
Bro which editor use cpp programme tell
it's pretty obvious, c4droid
Anonymous
@themester @Ionizing
Anonymous
Thanks For The Help
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Anonymous
What is c++
Nyuke
What is c++
Programming Language (Object Oriented)
Anonymous
What is c++
It's one of the languages that tells a dumb box called computer to do some complex tasks.
Anonymous
Welcome to C/C++!
Anonymous
do u have any problem? yes, there are a lot of Uzbek people in this group. We'll help u if we can...
Anonymous
yes
Anonymous
Абдувохид
Salom oka
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Anonymous
Anonymous
Welcome to C/C++!
Wiz
Hi everybody!
Anonymous
Why do we use # before including any header file ?
Anonymous
Welcome to C/C++!
عَفِيْف
excuse me..🙂
Nyuke
Yes