Sunil
Anonymous
done
Anonymous
Thank you so much Marie
saravana
Hi
強さと決意
Anonymous
saravana
Bro am finished bca then what course will learn
Anonymous
saravana
I have no idea bro .am pass out 2017 am.tried bank job now am leaved . So I.want to go jobs
Riyaz
I want to c Programming simple language books send bro
Anonymous
Anonymous
Anonymous
Anonymous
Free lancing is geniune?
Depends on your skills. If you got skills, people will hire you for their projects. If you don't have skills, neither would they hire you nor would they recommend you to anyone.
Anonymous
saravana
Etc
Anonymous
That will make you different and stand out
Anonymous
Or basically do something like Network Administration or Linux Administration.
Anonymous
🙄
Anonymous
Be the one who is needed in the industry. There are already good software engineers and developers already. But there are comparatively less Linux and Network Admins. (in India specifically)
Anonymous
You may also take up some specialized courses or certifications in AI, Cloud Computing, Big Data, etc.
Anonymous
Then you would get a job more easily. Just give companies a reason to hire you. Offer them something that other people can't.
Anonymous
Hii can I learn python in 1 month
Anonymous
Anonymous
Do you know any resource where can I learn it
Anonymous
Anonymous
Check out w3schools.com
Anonymous
It may be good, but I'm not sure.
Anonymous
Robel
Is amy bady have c++ code for any campany
Robel
Please
Anonymous
Robel
Syntax code
Syed
Any experienced c++ devs here interested in working on blockchain project?
Syed
Message me if interested
Robel
Of any thing which runs
Robel
So ask me! Am asking you
Anonymous
Robel
Ya and am going to change that to an app
Robel
So any body who have a process code now will be the time to share it
Anonymous
Sunil
Robel
Thank u bra u r a life saver
Anonymous
:::c
#include<stdio.h>
main()
{
double nc;
for (nc = 0; getchar() != EOF; ++nc)
;
printf("%.0f\n", nc);
}
Anonymous
This is a program to count the no. of characters you input
Anonymous
But it doesn't seem to work.
Anonymous
in gcc
Liam
in gcc
Hmmmm, the question is, do you know how to input an EOF in your system?
Eugene
Try to press "Ctrl-D"
Anonymous
Try ctrl-d or ctrl-z at end of the input string.
Anonymous
EOF is basically a signal and not a character. So sometimes this signal is not caught by the running program rather it is caught by the operating system.
Riyaz
Thanks bro data structure in cpp ebooks send bro
Anonymous
in gcc
take the base-10 log of the absolute value of the number, round it down, and add one. This works for positive and negative numbers that aren't 0, and avoids having to use any string conversion functions.
Anonymous
You can add explicit condition to check if the input is zero
Anonymous
int nDigits = floor(log10(abs(the_integer))) + 1;
Anonymous
Anonymous
It seems like pressing Enter just represents another character to the compiler
correctmaninwrongplace
correctmaninwrongplace
and yes, ctrd-d is like an EOF in console
correctmaninwrongplace
Ok, not exactly
correctmaninwrongplace
https://stackoverflow.com/questions/11944314/ctrl-d-didnt-stop-the-whilegetchar-eof-loop?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
correctmaninwrongplace
Here there are some info
correctmaninwrongplace
and here:
https://unix.stackexchange.com/questions/110240/why-does-ctrl-d-eof-exit-the-shell/110248#110248
Anonymous
I understood this thing I guess.
Anonymous
Anonymous
But I've to do ^D twice
Anonymous
https://twitter.com/kirankumarnp/status/996687787670810624?s=09
Anonymous
Important program
°_°
Hi!
Gaetano ツ
HII!