BinaryByter
https://duckduckgo.com/?q=network+graph&t=ffab&atb=v126-3__&ia=about
BinaryByter
btw, this might be of interest ^^
BinaryByter
the for will be happy, the functiosn will be happy, it will be great
Elnee
btw, this might be of interest ^^
For me it's stay challenge. So I should try to solve it by myself.
BinaryByter
do step 1 and divide the result by 10
btw: this is (on a much much much bigger scale) what banks do
Elnee
:D
Elnee
It actually works!
Anonymous
👍
King
Hii
#define CLEAR_BUFFER while ( getchar ( ) != ’ \n ’ )
Hi king
King
Hii
D-Hacks
Hi
Hayk
Guys I have a question. I've a function which returns bool. I do this : if(func() ) { .... } here func() returns false,but anyway the block of the if is executed. Why?
Hayk
Is it because func() returns bool, but if reads a number? Like if(1)
Anonymous
thank you @MissRose_bot
Alay
I cannot understand the difference between int_fast_32_t and int_least32_t Can anyone please simply it ?
Anonymous
Ok
Anonymous
Hi
Anonymous
How to display 5 to 100
Dima
Lol!
Dima
How to display 5 to 100
printf("5 to 100\n");
Dima
!1!!1!!
Anonymous
Anonymous
also c++
Sammy
int i {4}; while(i!=100) std::cout << ++i << '\n';
Talula
Using while bro
#include <iostream> int main(){ using namespace std; int n = 5; while( n <= 100){ cout << n << endl; n++; } return 0; }
Talula
Using while bro
If you couldn't do this I would suggest not taking programming and wasting our money.
MᏫᎻᎯᎷᎷᎬᎠ
If you couldn't do this I would suggest not taking programming and wasting our money.
I had troubles with differing while loop from do while at first
MᏫᎻᎯᎷᎷᎬᎠ
Anonymous
exit ( ); function How we use exit ( ); function in C in simple way. Please define.
Ariana
tell us what difficulties you’re having then we can help...
Dima
Roxifλsz 🇱🇹
Quads, check 'em
Gerry
666
Roxifλsz 🇱🇹
Ariana
Dima
I am a Mac user so that doesn’t work for me
Dima
Roxifλsz 🇱🇹
Dima
Got kali for hacking installed
Dima
🤦‍♀️ just triggered bunch of Indians
Roxifλsz 🇱🇹
Got kali for hacking installed
>not blackarch Smh famalam
Ariana
Subbu
/rules
Tawanda
Ariana
wut
Anonymous
😂😂
Karthik
How to send email using c??
klimi
Google it
klimi
I mean
klimi
How to send email using c??
What have you found ?
Ariana
Looks up email protocols
klimi
In your research
Talula
How to send email using c??
Make a function that sends email and then simply type the function name and parameters.
Talula
On Unix.. #include <stdio.h> #include <string.h> int main() { char cmd[100]; // to hold the command. char to[] = "sample@example.com"; // email id of the recepient. char body[] = "SO rocks"; // email body. char tempFile[100]; // name of tempfile. strcpy(tempFile,tempnam("/tmp","sendmail")); // generate temp file name. FILE *fp = fopen(tempFile,"w"); // open it for writing. fprintf(fp,"%s\n",body); // write body to it. fclose(fp); // close it. sprintf(cmd,"sendmail %s < %s",to,tempFile); // prepare command. system(cmd); // execute it. return 0; }
Talula
On Windows... forget C
Ariana
Don’t forget C
Ariana
forget windows
Talula
forget windows
lol true that.
klimi
Whew
Anonymous
Hi
Mat
Hi
Hey
Tawanda
Hi
Anonymous
Hi
Tawanda
Good is it recommended to start with c
Mat