i just started using c++ and my bro got me started on this thanks to this guy i am starting to learn how to program and i suppose it will be a long track to making games...
@bondservant4Him that kinda helps, but I don't need getch() in a linux terminal when I write a line just ends it it with the root thingy just showing the results above it still :)
@Shockszzbyyous yeh if your using linux you dont need anything at the end of your program because you are using the terminal which stays open even after the program ends
Hi I just want to start out by saying I am personally just learning programming altogether let alone just this language and you are doing a great job explaining little things that some other tutorials are not explaining. If you could explain or message me and let me know why you have the spaces you do between certain texts I would appreciate it. for example the first 5 or so spaces between each line, or on this particular one why you put an empty line between the scanf and printf functions.
@SlipAllCityToy I agree, I have been doing my best to spread this, but sadly have not been able to get it through to some people that he was just as, if not more important to technology as we know it then Steve..
@SlipAllCityToy It sucks that I was just recently going back to c programming, I swear I just barely recognized the name of Dennis Ritchie and he's dead... =( Damn.. R.I.P Dennis
I'm having a problem running this program...it compiles perfectly but while running after entering the value of num2 a window pops up with the message that the program has stopped working and has to close....i am using windows vista..can anyone help pls!
@shreyash015 you can use visual c++ 2008 express edition and register it for free using a windows live id. you can watch a video demo on my channel which explains how to program in c in visual c++ and how to use the debugger
C is awesome. Python makes it a little easier to focus on the concepts though. C reminds you if you make even one little mistake, it is going to not work or do odd things. For sure going to focus more on this soon. Thanks thenewboston!
when i enter my first number, i press "ENTER", and before i could enter the second number, it pops out a window, everything stops working, it says windows is searching for a solution to this problem, how come?
I really love that your putting up these great tutorials! But I think it would be more helpful for viewers to understand why you had those #include statements at the top, and the function getch();. many new programmers won't know what those are for, and what your print lines are referring to (command line arguments). Being slightly more detailed would help enormously. Thanks for the great vids!
Never mind guys! I forgot the & in front of num1 and num2. Man, you really have to pay attention to detail in programming! But I am very excited that thenewboston has posted this tutorial.
Could someone help me out with a problem I am getting?
Okay, so I compile and run the program and I get the Enter your number:_ in the DOS popup. I am able to enter the first number, but when I press Enter to go to the next line for the other number it gives me this message:
Calculator.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
this isn't working for me, iv'e typed the code correctly but every time the sum is equal to 2293581. please can somebody help. i am using the same compiler and have saved it as c source code
@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.
@TheGeekSquadron Kinda. You don't get the hardcore control over floating point that you might in C which can be a big disadvantage for numerical computing especially where performance matters. Python has some limited OS-specific control. Not sure about Perl. Those ultra-high level languages pretty much ARE calculators.
@iamroxisa has been one month since your post, so you probably got what you wanted, anyway, C++ is diferent to C, you have to type system("pause"); in the end for c++
How do I use different variables to compute area in one programm? For example I need to calculate area of a circle using char, int, and float. I can only get the right output for the first variable.
This is odd.... whenever I enter the first number it comes up with "This program has stopped responding" and the loading bar pops up and it grays over....
This is odd.... whenever I enter the first number it comes up with "This program has stopped responding" and the laoding bar pops up and it grays over....
Hey bucky, thanks a bunch for your C tutorials, I looked all over your site for the script that you typed after the tutorial and said we find / copy it on your site but I can't seem to find it.
@TheTestor2010 In short, yes. You do have to be reasonable in order to understand the workings behind algorithms. However the tutorial will give you a better indicator, so use them.
@TheTestor2010 ..Mathematics is an integral part of university programs in computer science. Usually to get a programmer job you will require a degree in computer science, so yes, you have to be good in maths. However, to be a hobbyist programmer, I know many who are not great at math.
Learn (propositional/predicate/modal) logic, complexity theory (algorithmics, nice MIT vids here on YT about that subject), automata theory, linear algebra, vectors/matrices and integral calculus. Statistics, complex (dynamic) systems, chaos theory but even more important: set theory. Become familiar with the datastructures relevant to computing, e.g. stacks, queues, arrays, dictionaries, binary trees, heaps in how they relate to time complexity.
Why is it that it closes as soon as I type in the second number, even though I have the getchar(); at the end? Help will be appreciated. Thanks
Mynameisjami92 1 week ago
@Mynameisjami92 try using system("PAUSE");
bondservant4Him 1 week ago
can you work at my university? Can you be my prof? Thanks, that's be great
asillynoob 3 weeks ago
Bucky, you should do an OS development tutorial
That'd be so sick
Quaker763 3 weeks ago
i need help! is someone here knows how to do a derivative and integration command in C?
TheTheycallmelau 1 month ago
i just started using c++ and my bro got me started on this thanks to this guy i am starting to learn how to program and i suppose it will be a long track to making games...
MaxOp1234 1 month ago
haha i gues that's a way to do it just did this in printf "the sum of your numbers is: %d\n", (num1+num2)
Shockszzbyyous 1 month ago in playlist More videos from thenewboston
getch(); doesn't work with me it says undefined reference to getch
Shockszzbyyous 1 month ago in playlist More videos from thenewboston
@Shockszzbyyous pund include conio.h for getch() to work
bondservant4Him 1 month ago 2
@bondservant4Him that kinda helps, but I don't need getch() in a linux terminal when I write a line just ends it it with the root thingy just showing the results above it still :)
Shockszzbyyous 1 month ago
@Shockszzbyyous yeh if your using linux you dont need anything at the end of your program because you are using the terminal which stays open even after the program ends
bondservant4Him 1 month ago
@bondservant4Him thanks.
hitheresailor 3 weeks ago
we should use the program what to study C program??? help....
thanhduyover 1 month ago
What does conio mean ?
garciagod 1 month ago
@garciagod console input output
CtrlCreate 1 month ago
when i hit enter to enter the second value the program encounters a problem
DarkChild1758 1 month ago
2686784 ....this is my result whatever I put in ...like 5+5= 2686784 what is wrong ?
85Damix 1 month ago in playlist More videos from thenewboston
@85Damix take a look at your printf ... u shouldnt put "&" in your variable..
edwinsai 1 month ago
Hi I just want to start out by saying I am personally just learning programming altogether let alone just this language and you are doing a great job explaining little things that some other tutorials are not explaining. If you could explain or message me and let me know why you have the spaces you do between certain texts I would appreciate it. for example the first 5 or so spaces between each line, or on this particular one why you put an empty line between the scanf and printf functions.
ryan005869 2 months ago
@ryan005869 basically white space doesnt have much meaning in coding other than makeing your code look pretty
bondservant4Him 2 months ago
crash**
vengeanceage 2 months ago
guys, me and many other ppl having that problem that the program cras once we entred the 1st number, plz some 1 help :(
vengeanceage 2 months ago
@vengeanceage you are forgetting the '&' before the variable in the SCANF
bondservant4Him 2 months ago
@bondservant4Him nope, i didnt forget to put them, the code i put in the compiler is just like the 1 in the video, i dont know wats wrong :(
vengeanceage 2 months ago
@vengeanceage private message me the exact code you have ill take a look
bondservant4Him 2 months ago
@bondservant4Him Thats ok i manged to get it work at last "retyped the whole code" still didnt know wat was wrong, but thnx alot for help.
vengeanceage 2 months ago
Excellent job! And thanks in bunch for helping us.
Jalkotejersey 2 months ago
u are awsome pal :)) thanks.
halityilmaz 2 months ago
Why did you use -conio.h-?
latvian83 2 months ago
@latvian83 it allows him to use the getch() function
bondservant4Him 2 months ago
@bondservant4Him Thanks for your reply!
latvian83 2 months ago
Thanks! I tried C++ but I always got errors in my compiler. But C works great! and it feels more comfortable.
Technolgy2 2 months ago in playlist C Programming Tutorials
Thank you very much for this.
spaden2112 2 months ago
"lots of thanks"... :)
0983Chris 2 months ago
This only gives me %d for a result.
Phoenix5555522 2 months ago
printf("Tons of Thanks");
rakeshthemagicman 2 months ago
which program are you using dev c++ or visual c++ 2008 express
newundertaker007 2 months ago
@newundertaker007 Dev C++.
Jumbif 2 months ago in playlist More videos from thenewboston
My program is nt showing the calculated result and window closes when i press ENTER for the calculated result
nuclear181 2 months ago
@nuclear181 yeah dude me too. It shows the answer for a split second then closes right?
JakeDobyns 2 months ago
This has been flagged as spam show
@nuclear181 Yeah dude me too. it shows the answer for a split second then closes right?
JakeDobyns 2 months ago
Comment removed
JakeDobyns 2 months ago
The man who came up with C died recently and unlike Steve Jobs, he's not remembered by the mainstream.
So use a few seconds of your life now, even if you aren't familiar with the language yet, to be thankful to Dennis Ritchie
printf("Thank you Dennis. \n");
SlipAllCityToy 3 months ago 71
@SlipAllCityToy I agree, I have been doing my best to spread this, but sadly have not been able to get it through to some people that he was just as, if not more important to technology as we know it then Steve..
TheYoungerPerspectiv 2 months ago
@SlipAllCityToy It sucks that I was just recently going back to c programming, I swear I just barely recognized the name of Dennis Ritchie and he's dead... =( Damn.. R.I.P Dennis
TheVerbalAxiom 1 month ago
@SlipAllCityToy It didn't run ;_;
omg123596 3 weeks ago in playlist C Programming Tutorials
good humor applying for c jobs haha
crazyfoizl 3 months ago
it works fine but once i put my number in, then press Enter, then it closes and don't stay open for me to see the caculation
levi052594 3 months ago
@levi052594 t
just type in system ("PAUSE")
cucu269 3 months ago
I'm having a problem running this program...it compiles perfectly but while running after entering the value of num2 a window pops up with the message that the program has stopped working and has to close....i am using windows vista..can anyone help pls!
shreyash015 3 months ago
@shreyash015 make sure you have the '&' before num
bondservant4Him 3 months ago
@shreyash015 you can use visual c++ 2008 express edition and register it for free using a windows live id. you can watch a video demo on my channel which explains how to program in c in visual c++ and how to use the debugger
softpctips 3 months ago
Whenever i try to compile and run it keeps getting that error on my printf line! I put it as printf("Enter your number:"); am i doing it wrong?
gogoacevietnam 3 months ago
C is awesome. Python makes it a little easier to focus on the concepts though. C reminds you if you make even one little mistake, it is going to not work or do odd things. For sure going to focus more on this soon. Thanks thenewboston!
ShunichiDomoto 3 months ago
what does #include conio.h do
paulceltics 3 months ago
@paulceltics allows you to use the function getch();
bondservant4Him 3 months ago
What software can I use for C programming?
zmthoufique 3 months ago in playlist More videos from thenewboston
when i enter my first number, i press "ENTER", and before i could enter the second number, it pops out a window, everything stops working, it says windows is searching for a solution to this problem, how come?
shuwukong 3 months ago
@shuwukong your scanf needs an '&' in it
bondservant4Him 3 months ago
@bondservant4Him
thank you
shuwukong 3 months ago
int Me;
int AngelinaJolie;
int sex;
printf("Hello, World!\n\nEnter a number to calculate.\n\n");
scanf("%d", &Me);
scanf("%d", &AngelinaJolie);
sex = Me + AngelinaJolie;
printf("The answer is %d", sex);
enregol 4 months ago
do you also have a tutorial for variable types?
baboyako1000 4 months ago
I really love that your putting up these great tutorials! But I think it would be more helpful for viewers to understand why you had those #include statements at the top, and the function getch();. many new programmers won't know what those are for, and what your print lines are referring to (command line arguments). Being slightly more detailed would help enormously. Thanks for the great vids!
Mike
Mikel1932 4 months ago in playlist C Programming Tutorials
Never mind guys! I forgot the & in front of num1 and num2. Man, you really have to pay attention to detail in programming! But I am very excited that thenewboston has posted this tutorial.
unccmf44 4 months ago
Could someone help me out with a problem I am getting?
Okay, so I compile and run the program and I get the Enter your number:_ in the DOS popup. I am able to enter the first number, but when I press Enter to go to the next line for the other number it gives me this message:
Calculator.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
Any suggestions?
Thanks in advance!
unccmf44 4 months ago
lol, baboon
dropbows90 4 months ago
This has been flagged as spam show
@100silverpizza Why are you so stupid?
lopgan121 4 months ago
@100silverpizza watch Tutorial 1 first
Jayz7522 5 months ago
why is my that it always shows my sum 65 ?? please help someone please!!!!!!!
TheManas16 5 months ago
this isn't working for me, iv'e typed the code correctly but every time the sum is equal to 2293581. please can somebody help. i am using the same compiler and have saved it as c source code
AShiftyDealer 5 months ago
@AShiftyDealer you maybe miss some sign or letter
StefanB95 4 months ago in playlist C Programming Tutorials
why is that you didn't typed the "return 0;" ???
TheNewbie27 5 months ago
whats the use of #include conio.h ??????
TheNewbie27 5 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.
PH5221 4 months ago
@PH5221 Yes, I took this from the top comment in case you couldnt see it
PH5221 4 months ago
the new boston is the ultimate king of you tube
333joemon 5 months ago
" the new Boston " is the ultimate king of youtube
333joemon 5 months ago
printf("Your tutorials rock");
LightningHexagon 5 months ago 76
THANK YOU ALOT! THANKS TO YOU I MADE MY FIRST CALCULATOR FROM MY HEAD! KEEP UP GREAT WORK, LOVE YOUR TUTS!!!!!!!
ints115 5 months ago
don't worry, I took off the conio.h and it worked perfectly :P
EpilepticElbow 5 months ago
aha i know these things are old, but i need help D: I am using Ubuntu and it tells me that conio.h isn't right...
"No such file or directory"
what do?
EpilepticElbow 5 months ago
getch()?
i am using scanf
4471548nwn 5 months ago
@a1337turtle
Lolz sorry, buddy, but I prefer to produce it on a device where you can actually make a fortune if it makes it to the top.
Rorintosh 6 months ago
what if you actually want to type \n? :o
cookiesRgood26 6 months ago
@cookiesRgood26 Print, not type lol
cookiesRgood26 6 months ago
@cookiesRgood26 i think you have to put a double % though im not really sure lol
bondservant4Him 6 months ago
Great
MrSaadobus 6 months ago
Oh nice tutorial!! I just want to develope this iPhone app =.=
Rorintosh 6 months ago
@Rorintosh You might be better off developing apps for the android, buddy.
a1337turtle 6 months ago
when i run it it says this is wrong:
sum = num1 + num2; why?
ComputerHelp007 6 months ago
@ComputerHelp007 did you declare num1 and num2 before/?
bondservant4Him 6 months ago
if you wanted to make a calculator, I am sure it would be easier to do so in Python or Perl? :)
TheGeekSquadron 6 months ago 3
@TheGeekSquadron Kinda. You don't get the hardcore control over floating point that you might in C which can be a big disadvantage for numerical computing especially where performance matters. Python has some limited OS-specific control. Not sure about Perl. Those ultra-high level languages pretty much ARE calculators.
Ormaaj 6 months ago
@Ormaaj Thanks for the reply, I see Lisp code as the new way forward instead of C though :)
TheGeekSquadron 6 months ago
when ever i run the program it opens get's closed immediately please help me
ASHISTER1 6 months ago
@ASHISTER1 put getchar(); at the end of your code
bondservant4Him 6 months ago
@bondservant4Him thanks
ASHISTER1 6 months ago
Why does it keep saying the answer is 27? Help please
chewbacca2100 6 months ago
@chewbacca2100 pm me your code, it could be with your sum could be the problem
bondservant4Him 6 months ago
i love you .... you so nice ! hehe
12e1121 6 months ago
for some reason the compile box just flashes in the middle of my screen as far as i can see im doing everything rite help please
dman1990m 6 months ago
I got to tell you, I really struggled with this, but I'm glad I stuck with it, and now I can recite this full code in my head =).
Thanks dude.
TheVerbalAxiom 6 months ago
Bucky rules! :D
Wyrmbreaker 6 months ago
thanks a lot! :))
pink18izationable 6 months ago
thyanks, very helpfull
MrKhalio 6 months ago
I will say only "Thanks so much!"
WinXPproff 7 months ago
can someone tell me why getch() wont work
creese54 7 months ago
@creese54 dont know as i havent seen your code or compiler. try using getchar() like that with a semi colon of course :P
Rathianhunter 7 months ago
@creese54 are you putting ; at the end of it??
modernwarfare1234100 6 months ago
does not work for me :(
MrBumfluffers 7 months ago
This has been flagged as spam show
@MrBumfluffers send me your code
bondservant4Him 7 months ago
lol java is kinda a copy of these languages or the other way around
FreePKMNWalkthroughs 7 months ago
im getting a linker error undefined reference to WinMain@16
ID returned 1 exit status
how can I fix that?
joshtong1234 7 months ago
when you enter the number, what button do you press to calculate
Taffy11000 7 months ago
if getch doesnt work try getchar();
im running linux and have code::blocks with gnu gcc compiler
getchar works for me.
TailsX97 7 months ago
After entering to numbers... when I'm supposed to get the sum... it closes. why?
Help please?
rx3gundam 7 months ago
@rx3gundam send me ur code in a pm
bondservant4Him 7 months ago
@rx3gundam
Yeh i get the same problem
Taffy11000 7 months ago
@Taffy11000
lol... After a few messing around... I got it working.
Make sure you have 2 headers. (stdio.h)&(conio.h) and make sure that "getch();" is at the very bottom.
rx3gundam 7 months ago
Comment removed
fearof33 7 months ago
how come after getting the sum it auto close
im using Dev C++
iamroxisa 7 months ago
@iamroxisa did you remember to type getch() ?
animals0feel1pain2 7 months ago
@iamroxisa Did you put getch(); at the end of the code? Because getchar() doesn't work for some codes he teaches us.
TheVerbalAxiom 6 months ago
@iamroxisa has been one month since your post, so you probably got what you wanted, anyway, C++ is diferent to C, you have to type system("pause"); in the end for c++
Poneivanfa 5 months ago
So freaking subscribing!!
longdanzi4 7 months ago
Anyone having problems with getch() try _getch() instead
deathbyteabag 7 months ago
Mine says it cant run because it does not have a shebang line.
WTVBqdemon 7 months ago
How do I use different variables to compute area in one programm? For example I need to calculate area of a circle using char, int, and float. I can only get the right output for the first variable.
MzBUZZKILINGTON 8 months ago
@MzBUZZKILINGTON why would u need a char?
bondservant4Him 8 months ago
excellent work, really appreciate, using this as revision for my exam in 2 weeks
foosta5 8 months ago
This has been flagged as spam show
This is odd.... whenever I enter the first number it comes up with "This program has stopped responding" and the loading bar pops up and it grays over....
Judasthe13thdisciple 8 months ago
@Judasthe13thdisciple help :P
Judasthe13thdisciple 8 months ago
This is odd.... whenever I enter the first number it comes up with "This program has stopped responding" and the laoding bar pops up and it grays over....
Judasthe13thdisciple 8 months ago
@Judasthe13thdisciple send me ur code in a pm
bondservant4Him 8 months ago
@Judasthe13thdisciple
hey..u got solution about this?
im having same prob....
please share with me...
klonlmg89 7 months ago
@Judasthe13thdisciple
hey..u got solution about this?
im having same prob....
please share with me...
klonlmg89 7 months ago
Thanks! You're awesome!
PleaseNotAgain1 8 months ago
hey, mine works but after it shows the sum it just dissapears.
MrUltimatium1 8 months ago
@MrUltimatium1 type in system("pause"); at the bottom be fore you return 0 at the bottom, pm me if your stil having trouble
bondservant4Him 8 months ago
WHY DOES IT NOT WORK :( i written everything like yours and it still did not work... plzz reply someone
VortexClanGaming 8 months ago
@VortexClanGaming send me your code ill help u
bondservant4Him 8 months ago
i did it its great'
salmanswat 9 months ago
I accidentally hit a number and then g, and it said 73...:0
CookieandBacon 9 months ago
@CookieandBacon probably the ascii code plus that number
bondservant4Him 9 months ago
so is there no way to print an escape character such as "\" or "%" on the screen since they have to do something?
NoneOfTheAbove312 9 months ago
@NoneOfTheAbove312 no you can print them just type it in with out any variable types
bondservant4Him 9 months ago
printf(" The sum is %d" , sum) this comw up wid an error
GI123GI 9 months ago
@GI123GI 1)make sure that you put your ; after your statement.
ex: printf(" The sum is %d, sum");
2)remember correct data types:
%d is for double
%i is for integer
%f is for float
check all this.
good luck!
jcash365 9 months ago
printf(" The sum is %d" , sum)
GI123GI 9 months ago
when i open it it says calculator.exe has stopped working after i type the first number
anyone help?
IIXOLLIEXII 9 months ago
@IIXOLLIEXII check to make sure that scanf has a '&' in it
bondservant4Him 9 months ago
mine cant seem to work after i entered a second number , click enter, it closes what to do?
megaLoster 9 months ago
@megaLoster Same here. Windows just fecks up and get an error.
AcridicHD 9 months ago
@AcridicHD dont forget to include the '&' in scanf, or it will crash
bondservant4Him 9 months ago
@bondservant4Him Ah, thank you very much. Didn't even see the '&' - silly me Xd
AcridicHD 9 months ago
watch?v=a1RdzztQTjc
IamHacker2 9 months ago
thnx brother
zaasha555 9 months ago
thnx bro
SOFAKING312 9 months ago
1st thnks fr the lectures
i have gt a problem
i am using turbo C++
wt i did was type the same program as above see this is it....
but i getting some errors mentioning
1)undefind symbol 'sum' in functional main
2)function should return a value in function main
3)num is declared but never used in function
huzefkhn 9 months ago
When I have entered both numbers and then press enter, the answer flashes up and then disappears straight away. Any ideas?
PH5221 10 months ago
@PH5221 put system("pause"); at the bottom of int main()
bondservant4Him 9 months ago
@bondservant4Him
cin.get();
works better.
jcash365 9 months ago
@PH5221 this happened to me if you have getchar(); change it to getch();
it worked for me
IIXOLLIEXII 9 months ago
thanx man n thats nice vid....
vidit998 10 months ago
Hey bucky, thanks a bunch for your C tutorials, I looked all over your site for the script that you typed after the tutorial and said we find / copy it on your site but I can't seem to find it.
zeNace 10 months ago
Got a question: how to enable that tips that are visible when you hover a mous over function etc?
kildas 10 months ago
@IrishFeeney92 i did install it.. :(
mikmarilynmusika 10 months ago
I needed to repeat getchar(); twice becouse my windows closes just before showing me the results
Kiko060606 10 months ago
@Kiko060606
do you by any chance know why we had to put getchar() twice and the tutorial did not?
ThirdEyeLight 10 months ago
the getch part of the program is what isnt working on mine :( it keeps getting an error
HighlyDangerousRAFA 11 months ago
@HighlyDangerousRAFA The new syntax is getchar();
lightningstalon 11 months ago
@lightningstalon omg :D thank you so much!
HighlyDangerousRAFA 11 months ago
Comment removed
mikmarilynmusika 11 months ago
What kind of maths is required to learn Programming? I mean i'm more of a english person myself
I use to suck at maths - But i want to become a Programmer..Occupation wise and also as a Hobby.
TheTestor2010 11 months ago
@TheTestor2010 In short, yes. You do have to be reasonable in order to understand the workings behind algorithms. However the tutorial will give you a better indicator, so use them.
liamweight 11 months ago
@TheTestor2010 ..Mathematics is an integral part of university programs in computer science. Usually to get a programmer job you will require a degree in computer science, so yes, you have to be good in maths. However, to be a hobbyist programmer, I know many who are not great at math.
Theowne 11 months ago
@TheTestor2010
Learn (propositional/predicate/modal) logic, complexity theory (algorithmics, nice MIT vids here on YT about that subject), automata theory, linear algebra, vectors/matrices and integral calculus. Statistics, complex (dynamic) systems, chaos theory but even more important: set theory. Become familiar with the datastructures relevant to computing, e.g. stacks, queues, arrays, dictionaries, binary trees, heaps in how they relate to time complexity.
good luck!
radjin1983 10 months ago
Dude! Thank you, programming is awesome
poopinitup 1 year ago
thanks man
MrPhilosophum 1 year ago
I'm using return(0) as getch doesnt seem to work. Awesome post btw!
amritggeorge 1 year ago
Seems like the getch(); part is what is preventing me from completing the function. Idk what is wrong
katjun314 1 year ago