Rofl I literally leaned about this in school order of op first is multipication or division depending what goes Forster and what are in parenthasy then add and subtracted lololololololoololololololoololololl
@TheNewbie27 conio.h is for "Console Input/Output"
It is often used to create text-based user interface. It has many functions such as getch() which waits for a key to be pressed.
It also has color related functions. You can use them to change the color of text or background in a console application. It also has functions related to cursor movements, such as gotoxy(). You get the idea.
@MrWASD98 Correct. Those are line comments which automatically end once you go to the next line. Sometimes they're more practical since you don't have to mark the end of the comment as is the case with /*.
Great tutorials, Users of Linux please remember that some things are not necessary (such as getch () or conio.h) for your programs when compiled in gcc, and will in fact break the program when attempted to be compiled with the gcc!
We get taugh PEMDASFLTR Please Excuse My Dear Aunt Sally For Looking Too Rough, Parenthesis, Exponent, Multiplication, Division, Addition and Subtraction, from left to right. (Meaning MDAS from left to right haha)
i gez The 5 who disliked prblbly came here expctn porn!! Big up Bucky!! u rly rock! u are way beta dn da joint brains of all ma univsty progrmin lecturers!!
can any one help! me as soon as i compile, i get the little window that tells me that there is no errors but the other window where the program runs on wont appear. what am i doing wrong!
Once again, if you are using Linux, there is no conio.h, instead you can use
sgtty.h
There is also no getch, use getchar() instead. Bucky, you might want to make a permalink on all your code about this funny library. It really zaps the noobs!
Nice job -- using your links to teach my son coding!
i did everything right, but when i hit F9 ( compile & run) window opens shows no errors or warnings but still nothing happens. It just flashes and nothing. Don't know if it's because my windows 7 or something else.
Great videos dude. I've watched them up to here... I'll prolly watch them all tonight. I'm 27 and this 'order of operations' crap is making me remember all my highschool and middle school shit that I haven't thought about for years. Keep it up man.
okay this is for children and no one has a use for this. You are syaing this is what people are paying you 80 to 100k a year for? You can just buy a caculator. Some machine puts this data in. This is not very hack worthy..Hope we learn something that comapnies want because I am pretty sure this is not worth paying anyone to do.
@silverpizza100 I found the thing that makes it all clear..its called the Ardunio. Got to dig deep if you want it. Geez. they should include one with every start up c instruction. It puts code into action via USB. Great for really learning how and why. Im going to get one. They are expandable as well. I still want 80 to 100K, lol
@manutube8080 No. But a file location is needed. You can enter in any that is on C. You could enter in iostream if you want. You are just telling the computer to inculde a file with the program. Otherwise it has no referance point. Its like a piece of paper to write on.
@iCryonikz TY , have you checked out the watcha ma call..Ardunio? It will allow you to take code and run commands via USB port. You can turn on and off, make blink LED lights and a few other things, It is expandable and no one has ever herd of it. lol
cost is around 28 - 45 bucks. It just helps make sence of how code can be used to do real things. check out Hacktronics they have them there. I am going to get one..
The thing I really enjoy about using C programming in Linux is that the Terminal tells me where there are errors in code so that I can troubleshoot it myself.
So far, I don't see too many differences in code between Windows & Linux programming.
@yoshifannumba3 I guess - but don't know! - that it doesn't matter which compiler you use, because e.g. system("PAUSE"); is not available for Linux, but getch(); is for both Windows and Linux... you'll just have to google for the commands, I promise you'll find them =)
@aisha09253 he never explains this but conio.h contains the function "getch()". you DO NOT need this. stdio.h contains the function "getchar()" which works just fine. and if you dont know why you put getchar() at the end of the program its because in this case the program will exit prematurely. getchar waits for a keyboard input.
A return is just a value that you want to pass back to the calling function. There are two main uses to return values
Error handling
return 0 most commonly indicates that you are exiting without error. In C++ or Java you usually return a boolean which is either true or false, but C doesn't have booleans so you return an int indicating the error status of the function.
Value Passing
Ok so we are at the end of a function that calculated 2+2 and that was stored in variable sum which we return
Lol, so i tought this was gonna be about functions, you know f(x) = transformations of x, or something interesting. But teaching 6th grade maths to programmers? I mean, come on...
@stonechime18 First of all, when you return you exit out of the function. Returning a value just means that the value you returned will be accessible to the function caller.
/*am i smart now?*/
dheer730 1 week ago
Rofl I literally leaned about this in school order of op first is multipication or division depending what goes Forster and what are in parenthasy then add and subtracted lololololololoololololololoololololl
MsSuperjj18 1 month ago
Standard math rights :P
kamilbam 1 month ago
@jobserboy same here bit i intend to be a games programmer when I'm older
97epicman 1 month ago
@aenhacker actually it's
Brackets
Indices
Division
Multiplication
Addition
Subtraction
97epicman 1 month ago
Order of Operation,
Bracket off
Division
Multiplication
Addition
Subtraction
Bo.D.M.A.S - Malaysia's Learner
AenHacker 1 month ago
thanks man! i'm in secondary school and taking c as a hobby. you're the best explainer ever :D
jobserboy 1 month ago
/*your videos are awesome!*/
hgfjyrdetryu 2 months ago
@lazavideoz same here, when I'm older I intend to be a games programmer, that's why I'm here
97epicman 2 months ago
@lazavideos same here xD when im older I intend to be a games programmer that's why I'm here lol
97epicman 2 months ago
I am 13 and im already making programs like a simple calulator and such because of youtube videos like this.
lazavideoz 2 months ago
what is conio.h ?
Shockszzbyyous 2 months ago in playlist More videos from thenewboston
@Shockszzbyyous console input output header
ancxxx 1 month ago
i luv u mahn...
ur a lif saver...
sourvad 2 months ago
Fabulous teaching ..!
i left my classes n sit here to learn c
Abhi1937 2 months ago
You are the best explainer in the world
Thank you so much
ichbindeinemuddha 3 months ago
for comments does //this is a comment
work?
tdude179 3 months ago in playlist C Programming Tutorials
@tdude179 yes thats for one liner though, if for multiple lines use */ comment
comment/* if I'm correct
young2theb 3 months ago in playlist More videos from thenewboston
i mean /* comment
comment*/
young2theb 3 months ago in playlist More videos from thenewboston
Comment removed
havillat 4 months ago
Esa maldita libreria conio.h no funciona en GNU/LINUX,... hay que usar ncurses.h
havillat 4 months ago
This guy is better than a book I read on c programming. He acualy explians what each command means!
jesusfreakmir123 5 months ago in playlist More videos from thenewboston 4
love it sir; juz starting to learn; hopin to learn evrythin
bLaCkTeRn014 5 months ago
I use // for comments. easier lol
lopgan121 5 months ago
what is #include conio.h ?????????? whats the use of that >?
TheNewbie27 6 months ago
This has been flagged as spam show
@TheNewbie27 conio.h is for "Console Input/Output"
It is often used to create text-based user interface. It has many functions such as getch() which waits for a key to be pressed.
It also has color related functions. You can use them to change the color of text or background in a console application. It also has functions related to cursor movements, such as gotoxy(). You get the idea.
gokhudragonballz1 2 months ago
I quoted, and were all learning step by step
Karmitify 6 months ago
@TheNewbie27 getch() uses this library
Runny1337 5 months ago
it game me _CRTIMP int __cdecl printf (const char*, ...);
as an error in stdio.h
help?
VaginosaurusRex 6 months ago
@VaginosaurusRex why do you ask for help but not tell us what you wrote?
inuasha880 4 months ago in playlist C Programming Tutorials
@inuasha880 lol sorry that was 2 months ago when i was just getting into programming. i'm sure it was some silly mistake.
VaginosaurusRex 4 months ago
thanks it helps me alot
fixandfair 6 months ago
@MrWASD98 Correct. Those are line comments which automatically end once you go to the next line. Sometimes they're more practical since you don't have to mark the end of the comment as is the case with /*.
LightningHexagon 6 months ago
Great tutorials, Users of Linux please remember that some things are not necessary (such as getch () or conio.h) for your programs when compiled in gcc, and will in fact break the program when attempted to be compiled with the gcc!
candlehawk 7 months ago
Again Thak you!
WinXPproff 7 months ago
[Linker error] undefined reference to `WinMain@16' ld returned 1 exit status
joshtong1234 8 months ago
Brackets
Exponents
Division
Multiplication
Addition
Subtraction
BEDMAS
zelliott7234 8 months ago
Youre tutorials are fucking awesome!
I understand everything and it Works Fine!!
Gold8player123 8 months ago
You make the best tutorials.
Jelly452527 8 months ago
It's
Brackets
Orders
Division
Multiplication
Addition
Subtraction
Bodmas Aussie version
SuperCocoa10 8 months ago
Yeah! I'm learning math AND C!
Msz9Music 8 months ago
We get taugh PEMDASFLTR Please Excuse My Dear Aunt Sally For Looking Too Rough, Parenthesis, Exponent, Multiplication, Division, Addition and Subtraction, from left to right. (Meaning MDAS from left to right haha)
FloppyEmperor 8 months ago
Fucking BAM mate ! :D
Novica89 8 months ago
I'm taught BEDMAS
Brackets (Parantheses, Brackets and Braces)
Exponents
Division
Multiplication
Addition
Subtraction
hamham1313 9 months ago 2
order of operation
Parentheses
Exponets
multiplacation/division
addition/subtraction
(please excuse my dear aunt sally)
americans style
basketballdude138 9 months ago
You should teach at a University, me and my classmates at De La Salle University watch your tutorials all the time.
jayzee360 9 months ago
I'm sorry, but I laughed when you started explaining 1st grade math... xP
Judasthe13thdisciple 9 months ago
what getch () does?
MetallicAus 9 months ago
@MetallicAus stop the program from closing after running the code, if you dont use it, it will just start and close in under a second.
SwipperHD 9 months ago
very clear thanks a lot sir. but can you please teach us little complex problems?
sundaricoolgirl 9 months ago
what about exponents
harajli56 9 months ago
i gez The 5 who disliked prblbly came here expctn porn!! Big up Bucky!! u rly rock! u are way beta dn da joint brains of all ma univsty progrmin lecturers!!
salahudin280 9 months ago
man I need some help, how do you change the compiling option from c++ to c only?
utuber8781 9 months ago
i just saw something you look like Chris Daughtry
Mega1hacker 9 months ago
please come teach in my software engineer unit :(
angelkl27 10 months ago
silly :)
brackets not prentheseys
or it would be pedmas not bedmas
youpoopmasa78 10 months ago
I am using a mac
jacob7ism 10 months ago
To do comments on mine you do this: // Comment Here
jacob7ism 10 months ago
lol order of operations is math you learn in middle school, not programming. people should have to know that in my opinon.
asfadasfa1234 10 months ago
The Best tutorial for C.I tried to learn C from a book but it was very very difficult.The video tutorials are 100 times better...
strangegeorge2 11 months ago 74
@strangegeorge2 book tutorials suck so much
BlueWaffleMan9000 6 months ago
@CzSoft yes, they are. You do 'em which ever first you get the smae results.
deathbyaccident 11 months ago
Order of Operation
Brackets
Indices
Multiplication
Division
Addition
Subtraction
BIDMAS - The Pedmas UK version :D
Praaestantia 11 months ago 35
@Praaestantia the order you have this in would spell bimdas
ivanalolipop27 10 months ago
@Praaestantia
Division is before Multiplication. BID(division)MAS
devvrat35 10 months ago
@Praaestantia Y U NO please execuse my dear aunt sally? ;(
saddamsmadame 9 months ago
@Praaestantia Y U NO please excuse my dear aunt sally? ;(
saddamsmadame 9 months ago
@Praaestantia its BIMDAS NOT BIDMAS !!!
robertosygal 9 months ago
@Praaestantia or BODMAS...
IceColdKillaPL 9 months ago
@Praaestantia 6/2(1+2) = 1 or 9 ????
davidenelson 8 months ago
@davidenelson 9 I believe.
Praaestantia 8 months ago
@Praaestantia
I learned BEDMAS, Indices -> Exponents
NaSeemAddus 2 weeks ago in playlist C Programming Tutorials
nice tutorial it really helped me a lot....PEMDAS!
yeoj35368 11 months ago
lol I laughed a lot at 4 + 6 * 10 = 100
ResultantForce 11 months ago
isthe.com/chongo/tech/comp/c/c-precedence.html
onlyoneskiez 11 months ago
Thanks for the videa. Very good for beginners. Is it necessary to write getchar()
agmanjos 11 months ago
the order of operations is not something that you neededto explain, cuz, every1 learns that in school
WatchOutBR 11 months ago
"46 what the heck"
TheExtraCoffee 1 year ago
Order of preference or another way to remember it is
BIDMAS:
Brackets, indices, division, multiplication, addition, subtraction :)
IainBruu 1 year ago
@MisterJ4512 I know that but when you compile and run the program it doesn't make any difference
TheSouthKakilakian 1 year ago
why do you forward slash n in printf("%d\n", value);
TheSouthKakilakian 1 year ago
@TheSouthKakilakian the forward slash makes the program print the value and then go to the next line. Like pressing enter
capitandelfuego 1 year ago
@TheSouthKakilakian \n is an escape character (google them). This one goes to the next line.
MisterJ4512 1 year ago
Comment removed
TheSouthKakilakian 1 year ago
alright
value 6 + 4 * 10 is a 100
execute compiler on your own
looking for a 100 LoOking for a hundred! What 'u GoT? wait for it! there we GO!
46???!!!!! What the Heck is ThaT...(O_O)?!!!!!!
shon231 1 year ago
Er..is using mathlib.h also the same as conio.h? Just asking
amritggeorge 1 year ago
@amritggeorge No. mathlib has all the calculations functions (sqrt, aprox etc). Conio = CONsoleInputOutput
Conio has getc and all the other crap
MisterJ4512 1 year ago
its called BEDMAS
Brackets
Exponents
Division
Multiply
Add
Subtract
MegaLordofthestrings 1 year ago
@gingerkid963 It would have to use a logical pipe operator: if(value == 1 || 10 || 50).
UnixReviews 1 year ago
@CzSoft more like "please excuse my dear aunt sally" ;)
crazyidiot101 1 year ago
can any one help! me as soon as i compile, i get the little window that tells me that there is no errors but the other window where the program runs on wont appear. what am i doing wrong!
GIshy2008 1 year ago
Once again, if you are using Linux, there is no conio.h, instead you can use
sgtty.h
There is also no getch, use getchar() instead. Bucky, you might want to make a permalink on all your code about this funny library. It really zaps the noobs!
Nice job -- using your links to teach my son coding!
pcardout 1 year ago
46 what the heck? haha
TheFuad92 1 year ago
how do you make an if statement that includes OR in it.
lets say i wanted to say:
if (a== 1 or 2 or 3)
gingerkid963 1 year ago
@gingerkid963 QUOTE "how do you make an if statement that includes OR in it."
The logical OR operator is "||"
example
if (10 > 9 || 7 == 2)
The bitwise OR operator is "|"
example
unsigned int val = 10 | 29;
cplusplusish 1 year ago
boooooooooooooring
svisssurfer 1 year ago
@CzSoft or, even though it's a little elementary...
B.rackets
E.xponents
D.ivision
M.ultiplication
A.ddition
S.ubtraction
= bedmas XD
rocker9904 1 year ago
@CzSoft i got a better one
Brackets
Of
Division
Multiplication
Addition
Subtraction
or simply BODMAS
AmiruddinAyaz 1 year ago
@AmiruddinAyaz nyc dude!! ws wonderin no ne mentioned dz, n i ws taught since primry! i ws lyk wtfffffffff!!! lool
salahudin280 9 months ago
@CzSoft or Please Excuse My Dear Aunt Sallie =D
sufficewithin44 1 year ago
help me plz: Write a C program to calculate the following Sum:
Sum=1-x^2/2! +x^4/4!-x^6/6!+x^8/8!-x^10/10!
ranju184 1 year ago
@ranju184 if you just want to know what the value is just use wolframalpha (dot) com :P
hkercool 1 year ago
*Updated* Order of Operations:
Grouping symbols
Exponents
Multiplication
Division
Addition
Subtraction
just remember GEMDAS xD
Ghouly89 1 year ago
I learned PEMDAS in 3rd grade
rengawtm 1 year ago
i did everything right, but when i hit F9 ( compile & run) window opens shows no errors or warnings but still nothing happens. It just flashes and nothing. Don't know if it's because my windows 7 or something else.
Zoganj 1 year ago
Great videos dude. I've watched them up to here... I'll prolly watch them all tonight. I'm 27 and this 'order of operations' crap is making me remember all my highschool and middle school shit that I haven't thought about for years. Keep it up man.
14millionbc 1 year ago
I LOVE YOU...thanks so much
rasmhim 1 year ago
We call that order of math equations BIMDAS. Brackets, indices, multiplication, devision, addition and subtraction
OliverCooksey 1 year ago
please excuse my dear aunt sally
shitbucket17 1 year ago
for the comments you could do:
//comment here this just makes the whole line a comment and why does he put the /n after the %d
TehParody 1 year ago
for the comments you could do:
//comment here this just makes the whole line a comment
TehParody 1 year ago
In Maths, we call the Order of Operations: BOMDAS.
Brackets Over Multiplication Division Addition Subtraction
ean94 1 year ago
@ean94 What about exponents?
MrStereotypist 1 year ago
im drunk!
silverpizza100 1 year ago
okay this is for children and no one has a use for this. You are syaing this is what people are paying you 80 to 100k a year for? You can just buy a caculator. Some machine puts this data in. This is not very hack worthy..Hope we learn something that comapnies want because I am pretty sure this is not worth paying anyone to do.
silverpizza100 1 year ago
@silverpizza100 I found the thing that makes it all clear..its called the Ardunio. Got to dig deep if you want it. Geez. they should include one with every start up c instruction. It puts code into action via USB. Great for really learning how and why. Im going to get one. They are expandable as well. I still want 80 to 100K, lol
silverpizza100 1 year ago
P - Please
E- Excuse
M- My
D- Dear
A- Aunt
S- Sally
AsianKidsPro 1 year ago
Could you give a quick explanation of what conio.h is?
blacktalon12 1 year ago
@blacktalon12 It is a file location in C. Hope that helps..
silverpizza100 1 year ago
best teacher i hv ever seen!! i dont knw y my computer s not teachin like u :(
gprash93 1 year ago
why conio.h is it necessary??
manutube8080 1 year ago
@manutube8080 No. But a file location is needed. You can enter in any that is on C. You could enter in iostream if you want. You are just telling the computer to inculde a file with the program. Otherwise it has no referance point. Its like a piece of paper to write on.
silverpizza100 1 year ago
@silverpizza100 I really like how you help out people on here who have questions! :)
iCryonikz 1 year ago
@iCryonikz TY , have you checked out the watcha ma call..Ardunio? It will allow you to take code and run commands via USB port. You can turn on and off, make blink LED lights and a few other things, It is expandable and no one has ever herd of it. lol
cost is around 28 - 45 bucks. It just helps make sence of how code can be used to do real things. check out Hacktronics they have them there. I am going to get one..
silverpizza100 1 year ago
super teacher
harshahc1 1 year ago
BODMAS
arseshan 1 year ago
you are a awsome teachet thnx a lot man!!
aljaz2000 1 year ago
Dude, you have really helped me so far.
The thing I really enjoy about using C programming in Linux is that the Terminal tells me where there are errors in code so that I can troubleshoot it myself.
So far, I don't see too many differences in code between Windows & Linux programming.
yoshifannumba3 1 year ago
@yoshifannumba3 its not the code that changes too far, it's the compiler you use... there are special Linux & Windows compilers, you know ;)
BackRaw 1 year ago
@BackRaw ok, I've only used gcc.
yoshifannumba3 1 year ago
@yoshifannumba3 I guess - but don't know! - that it doesn't matter which compiler you use, because e.g. system("PAUSE"); is not available for Linux, but getch(); is for both Windows and Linux... you'll just have to google for the commands, I promise you'll find them =)
BackRaw 1 year ago
@CzSoft It's really P E MD AS. Division can come before multiplication if it is to the left of the multiplication.
HHBones 1 year ago
You are a good teacher! lol
TopNotch614 1 year ago
Now I know how to do my math homework.... Write it in C :D
It isn't cheating, I'm writing the app xD
(I think I should give the source to my teacher too)
Thumbs up if you would like to give a thumbs up :)
NorwayHack 1 year ago
Whats #include conio.h? Other than that great tutorial.
TheDarkSagan 1 year ago
@TheDarkSagan I think it's:
Include = Includes the other thing >_>
conio.h = CONsole In Out Header (I think :P)
NorwayHack 1 year ago
hey man u have stopped making tuts on autodesk 3ds max i was following them and only 22 are there pls make more in depth thanq
vaibhavroys 1 year ago
Ignore everything said about %, it is not used to give a 'decimal remainder' as he states.
lbonken 1 year ago
@CzSoft
Order of Operations:
Parenthesis
Functions
Multiplication
Division
Addition
Subtraction
There is no exponent operation in C, you must use a function.
PFMDMAS.
scrag10 1 year ago
Idk where ur from but it's B.E.D.M.A.S. Brackets, Exponent, Division/Multiplication, Addition/Subtraction
gjh33 1 year ago
What's conio.h for?? Also in the last tutorial
MyrtleTheGhost 1 year ago
PEMDAS thats how i learned itq xD
Zerillius 1 year ago
great video it helped me a lot thnx
TheBpka 1 year ago
Again, great teaching great tut, amazing!
SamiEntertainment 1 year ago
How long must i watch crappy videos before i learn C?
MrNukesftw 1 year ago
Hopefully... one day, after learning "C" this may earn me loads of boolean or is that bullion
lazarus554 1 year ago
you're awesome bro!
quantomic1106 1 year ago
@CzSoft Or if your from the UK it is BIDMAS:
Brackets
Indices
Division
Multiplication
Addition
Subtraction
:)
joshhodgetts 1 year ago
thanks man
i'm learning with your tutorials......
dkus2712 1 year ago
@CzSoft or Please Excuse My Dear Aunt Sally.
littlec916 1 year ago
why did we need to write #include <conio.h>..what's the meaning of that?btw, sorry for asking..i'm just learn about c programming..
aisha09253 1 year ago
@aisha09253 he never explains this but conio.h contains the function "getch()". you DO NOT need this. stdio.h contains the function "getchar()" which works just fine. and if you dont know why you put getchar() at the end of the program its because in this case the program will exit prematurely. getchar waits for a keyboard input.
littlec916 1 year ago
lol doesn't all people who went to school till the age of 10 know about BIDMAS!!!
rofl some people are retards!!
maraisjf 1 year ago
A return is just a value that you want to pass back to the calling function. There are two main uses to return values
Error handling
return 0 most commonly indicates that you are exiting without error. In C++ or Java you usually return a boolean which is either true or false, but C doesn't have booleans so you return an int indicating the error status of the function.
Value Passing
Ok so we are at the end of a function that calculated 2+2 and that was stored in variable sum which we return
DarkD11 1 year ago
He isn't teaching us basic math, if he didn't teach this us and we try to do
6 + 4 * 10, and it said 64 we would be like WTF.
gaggerzon 1 year ago
Lol, so i tought this was gonna be about functions, you know f(x) = transformations of x, or something interesting. But teaching 6th grade maths to programmers? I mean, come on...
mainmenu895 1 year ago
@mainmenu895 youd be surprised how many adults dont understand basic algebra....
littlec916 1 year ago
Anyone following this tutorial can save time and learn a new trick: int value = 6 + 4 * 10;
you can define the value using math functions while initially declaring the variable
ender2070 1 year ago
Thanks
jacobcoles1 1 year ago
This has been flagged as spam show
ORDER OF OPERATIONS:
Please :parenthesis
Excuse :exponents
My :multiplication
Dear :division
Aunt :addition
Sally :subtraction
Please Excuse My dear aunt Sally
ManiacAfro 2 years ago
Comment removed
ManiacAfro 2 years ago
:D bodmas
Digadogup 2 years ago
do you know the meaning of return 0;
stonechime18 2 years ago
@stonechime18 First of all, when you return you exit out of the function. Returning a value just means that the value you returned will be accessible to the function caller.
0121ryanh117 2 years ago
thanks a lot man... wow.. u are a great teacher..
blackkdynamite 2 years ago 50
@CzSoft
PEMDAS:
Please
Exuse
My
Dear
Aunt
Sally
Thats how I remember it from grammar school, :)
BufferOverflowAttack 2 years ago
why did not you use &value ???
PR3DAT0RY 2 years ago
your website doesnt work dude
PR3DAT0RY 2 years ago 2
can you show us how to do other Math Functions such as mean, and average and range
m15tajc 2 years ago
thanks :)
AnimalwweMania 2 years ago
great videos i have watched every single one of them
please make some more, please
thank u
boumkwo 2 years ago 2
what editor are u using?
FATIGUEDOUT 2 years ago
wooping cough ^^
jindak126 2 years ago
the // are for one line comments, while the /* */ are for multiple line comments.
pwntastic2000 2 years ago
you didn't tell us what the second header means and what its for..please fill me in with that information
riahassan 2 years ago 2