Box of
Stdio
BinaryByter
Yea
BinaryByter
But how was that header called that wraps asm syscalls?
Box of
You can use getchar for buffered input or getch for unbuffered input
Anonymous
Anonymous
Who know why else if and else not working?
Satan
Because there is no such thing as '5.0<a<5.5'.... Write it as '5.0<a && a<5.5'
Satan
Do the same for every line...
Anonymous
Anonymous
Hii
Anonymous
I will give my best skill
Anonymous
I know sir but i am helping student who learn c , c++ programming and i provide video , pdf etc.
Anonymous
I have made it only and only this field student not other field student , sir..
Ariana
There is no reason to self promote, anyways there are much better references
Anonymous
Hi guys
Rafi Faseeh
hi guys how knows about strcmp?
BinaryByter
I do
BinaryByter
What's your question?
Rafi Faseeh
i want to make a search in char pointer array
BinaryByter
and?
Rafi Faseeh
that find the name in pointer array
BinaryByter
I don't see your problem
Rafi Faseeh
i dont know how to make it
BinaryByter
Start with a loop, then use strcmp on every element
Anonymous
Guys I have a suggestion I think we should have programming challenges to improve our skills in programming, what do u say??
BinaryByter
there are several online judges providing challenges based on your skill level.
They don't provide him any because its based on skill
olli
i want to make a search in char pointer array
if you want to search a c string inside another one better use strstr instead of strcmp
Anonymous
Could be very useful in embedded systems which don't have a filesystem, but run some webserver
Like WiFi routers, I don't think they have a particular file system ?
Mihail
Also I believe routers do have filesystems
Mihail
Mihail
So string I think
BinaryByter
Char pointer array
an array of char pointers I think
Mihail
Oh
Mihail
So array of strings
Mihail
Then yeah
BinaryByter
still vanilla C++
Anonymous
Also I believe routers do have filesystems
Since they have the Linux kernel in them, do they have an ext4 fs ?
BinaryByter
still vanilla C++
Finally HTML tables make sense 😅
Anonymous
Hello group
GRANDIZER
Hello group
printf("hello world\n");
GRANDIZER
Nash
Heloo fam
Anonymous
GRANDIZER
Shivam
Hey everyone
klimi
hi
Shivam
I have a doubt in if else.
Anonymous
what is the best book for c++11
klimi
just read
klimi
pinned msg
klimi
check /saved
Anonymous
can anyone suggest
hyp3rbor3ax
why c++11?
hyp3rbor3ax
c++17 is already out
Abde
c++17 is already out
does mingw or msvc already support it?
hyp3rbor3ax
I don't know, I don't use windows
klimi
https://en.cppreference.com/w/cpp/compiler_support
klimi
MSVC has...
klimi
its old tho
klimi
https://gcc.gnu.org/projects/cxx-status.html
Abde
oh nice then
Abde
I'm actually using c++14 and I wanted to use 17 but I had problems with msvc
Abde
I don't even remember x)
Abde
I'll try it again
klimi
k
Anonymous
Anyone know how to install java in solus 3.0
BinaryByter
ask here: #offtopic
BinaryByter
#offtopic
Anonymous
Sorry I forget it
NAPS
#include<stdio.h> int main() { char firstname [31]; char lastname [31]; printf("Hey loan Officer, what is your name: "); scanf(" %s %s",firstname, lastname); printf("Well %s %s\n,i am broke as fuck\nHow About a loan\n",firstname, lastname ); return 0; }
Luca
Hi
Luca
do you have an idea on how to solve anagrams?