Lucky
Is there any predefined method in C using which we can remove empty spaces from a string?
Dima
/warn what is this even
n1coc4cola
klimi
why?
You have sent executable it seems
Artöm
n1coc4cola
You have sent executable it seems
I never sent a binary. I dev under linux and drop it only in private groups, I posted only 5 comments here to help or ask for. Looks like the admins of this chat, are bad. Maybe I sent one in a bad group, but in every case, notice that "what is this even" is not a reason, and more for the people who see the warn after.
n1coc4cola
prefer to quit this group, so useless when there is a too high quantity of problems with the admins, like on Mineplex MCPE
Anonymous
Do you know a program or any site that creates an "introduction to computer structure" material test?
klimi
What do you mean?
Artöm
Anonymous
In short, the article talks about input and output devices and types of memory.
Anonymous
I want to train in it
Artöm
Its only part of computer architecture. Not sure where you are supposed to find such tests
Anonymous
Ok , tanks
klimi
Welcome
Bon Jovi
/warn
Bon Jovi
Ok
Khan
#include <stdio.h>
int main(){
char kalimat[100];
printf("Masukkan Kalimat: ");
gets(kalimat);
int i=0;
char *p;
while(*p){
if(*p >= 'A' && *p <= 'Z')i++;
#ask
why the result doesn't appear?
p++;
}
printf("Jumlah Kata Adalah %d\n",i+1);
return 0;
}
Ludovic 'Archivist'
Khan
Dima
Anonymous
haven't initial pointer p;
MᏫᎻᎯᎷᎷᎬᎠ
Why would Someone write C instead of C++
Botir
R
R
Lol
R
Maybe powerful but not simple :))))
Box of
It is simple
Box of
You have few commands with which you can do a lot of things
P
It's much simpler than cpp
P
But does all the same stuff
Box of
And I think that C and C++ are different languages with which you can achieve different things
Box of
Also while C works in C++, you shouldn't mix them unnecessarily
Botir
C is much simpler than c++
Botir
Yes. but Stright and clear
klimi
Ok
klimi
Show me how you implement machine learning algorithm in c
Botir
I can't. But i'm sure that it's possible. Hard but possible. And i think c++ is not most optimal language for that.
Box of
GitHub - python/cpython: The Python programming language
https://github.com/python/cpython
David🇨🇺ElChino
Box of
Python as well as many other languages stand on C, what are we even discussing here
David🇨🇺ElChino
klimi
Mike
Who knows how to get program ,which will install chrome extensions from exe.
Like that: run exe, chrome open ( ask confirmation from user to install extension)
Anonymous
I dont understand what I have done
Anonymous
Anonymous
If you people have faced some problems due to me...
I am extremely sorry 😔😓😩 for that
klimi
Anonymous
Thanks😀😀😀😀😀😀
klimi
just read the rules again and... dont do bad things
Anonymous
Okk @K11M1
Tokin
@BotirAkhmedov do you code in C? At work?
Anonymous
Botir
Nameful
anyone here familiar with premake5? trying to build this: https://github.com/GPUOpen-Effects/FEMFX/
Nameful
however, it gives me the following error: Error: /mnt/storage/Programming/FEMFX/amd_femfx/premake5.lua:9: no workspace in scope
Nameful
https://github.com/GPUOpen-Effects/FEMFX/blob/master/amd_femfx/premake5.lua
Nameful
I tried switching out the variable FEMFX_LIB_NAME for a string but nope, same error
Anonymous
💪💪
klimi
Nameful
?
He is showing off his arms
Timon
hi guys
Timon
im new to C++
Timon
why does my triangle on the right not look like the one on the left?
Jussi
Anonymous
two backslash
Jussi
Use \\ instead of \
Timon
Jussi
Np
Timon
the language im typing in the arduino ide, is that C++ or a combination of C and C++?
Jussi
Timon
Jussi
"The Arduino IDE supports the languagesC and C++ using special rules of code structuring. The ArduinoIDE supplies a software library from the Wiring project, which provides many common input and output procedures."
Timon
Timon
that i have to format my code