How do I handle key presses and key up events in the windows message loop? I need to be able to call two functions OnKeyUp (char c); and OnKeyDown (char c);???
:D lol. just because of this picture, I have registered thenewboston forum. Well things like this would definitely help you get more members. All the best. Good work :)
Hi, I'm using dev c++ and when I tried to compile the program it will get an error like expected primary-expression before "char" , expected ; before char, and tuna is undeclared ( first use this function). Is anyone else getting that?
Yo wait wait hold yo, how you going to put that picture at the start and have me thinking, what the fuck it is? So yeah, what the fuck is it? It's a glove what some colorful colors, what does it mean? Am I missing out om something what the heck? Why you do this? Why would you even bring up the topic of the picture if you aren't going to tell us. If it's something inappropriate, I'm old enough to know it. I am 18 years old and I had sex once so yeah what is.
Why would a chic give you a pic of 2 in the pink, 1 in the stink, or the so called "Shocker"? If you don't know what it is, check Shocker (hand gesture)* on Wikipedia. Anyway, great tut!
* It actually means two fingers (the middle and ring finger) in the vagina, and 1 finger (pinky finger) in the anus. GROSS, I know, isn't it? *barf*
@The3Dmaxs The gesture refers to the act of inserting the index and middle fingers into a vagina and the little finger into the unwitting receiver's anus, hence the "shock".
To everyone with the "Expected primary-expression before "char" error, try placing an equal sign between [6] and the curly brackets immediately following them.
The ninth line should look like this: "char tuna[6] = {'b','u','c','k','y','\0'};"
haha! cool :D
taetantantan 1 week ago
2 in da pink 1 in da stink
davyjonesno1 1 month ago
Omg is this like an MX glove? or what? hellla funny
XthebigXcheeseX 1 month ago
If your using Microsoft Visual C++ just leave the /0 out.
Shoplletes 1 month ago
This has been flagged as spam show
Answer the Question please:::
How do I handle key presses and key up events in the windows message loop? I need to be able to call two functions OnKeyUp (char c); and OnKeyDown (char c);???
sonfromheaven 2 months ago
SHOCKER!!!!!
DementedSamus 2 months ago
LOL'd at the glove
iiperento 3 months ago
fllow what is that we didnt learn about that
magicplayingcards 5 months ago
my error is `tuna' undeclared (first use this function) i dont get is what does it mean by (first use this function)
please help
magicplayingcards 5 months ago
unsigned short int PINK=2; unsigned short int STINK=1;
usergroupX 6 months ago
is the #include in c++ the same thing as import statements in java?
warnexus 8 months ago
@warnexus Its like Using system with C#
BlackHatHax 7 months ago
O.o how do you do that symbol " ' " ? i can only do it when i copy it from somewhere, its not on my keyboard. So how to do it?
TheGamingVEVO 8 months ago
@TheGamingVEVO that key is on the left of your enter button
warnexus 8 months ago
@TheGamingVEVO it is on your keyboard noob! just hi the rugular " without holding shift!
Lt0Th3M 4 months ago
@TheGamingVEVO if u have " then u have ' too
iiperento 3 months ago
Comment removed
paulscot45 8 months ago
:D lol. just because of this picture, I have registered thenewboston forum. Well things like this would definitely help you get more members. All the best. Good work :)
paulscot45 8 months ago
HEY!!!! Remember double rainbow? now what about char red? get it charred?
TheMrSuperzilla 8 months ago
@TheMrSuperzilla how about char mander?
mirandolaTV 4 months ago
@TheMrSuperzilla char mander :)
mick5000x 4 months ago
How do I make Code block save my files as .cpp not .c? because i have to do it manually everytime.
clementinoytb 8 months ago
/watch?v=ABRP_5RYhqU why are there 2 vids?
BabyMinecraftStudios 8 months ago
@BabyMinecraftStudios there are two because he had an older tutorial series that he started over, just ignore them.
KOGPaladin 2 months ago
using pinky is not comfortable. by the way, my whole glove is pink :P
eGitarre1984 8 months ago
I wonder who makes that glove...Thor?
blackknight509 9 months ago
OMG TUNA
roastedtunasauce 9 months ago
did you realise you have 2 turotial 12s?
MrHankkey93 10 months ago
@MrHankkey93 did your release the release date?
JensenGaming 10 months ago
@JensenGaming first of all ???? and second irealized i was watching Buckey's tutorials blah blah, so diff series i was just confused
MrHankkey93 10 months ago
what does the glove mean?
XxFLASH107xX 10 months ago
@XxFLASH107xX Think sexually.
Olemassacre 9 months ago
@Olemassacre i am, but cant get the picture...help?
XxFLASH107xX 9 months ago
@XxFLASH107xX The two pink fingers have been i a girl's pussy and the brown in the ass.
Olemassacre 9 months ago 5
@Olemassacre ooooooooooo... i see O_O
XxFLASH107xX 9 months ago
Arent strings easier, dont have to write that [] bullshit.
string bacon="hello im bacon"<<endl;
In my opinion of course
UnitedGB 11 months ago
Understand, just don't think it is funny...
codestar4 11 months ago 2
@codestar4 cool story bro
UnitedGB 11 months ago
HAHAHHAHAHAHHHAHAHAAHAHA ffs :)
xXzedroidXx 1 year ago
im usin microsoft visual c++ 2010 express and to get this to work i had to add a = after char tuna[6] and take out the [/0]
JxDwajxJ 1 year ago
@JxDwajxJ Gods, thank you. I couldn't figure out what the heck I was doing wrong. D:
peep1317 1 year ago
legend
LuckynumberSlevin11 1 year ago
Thats called the "Shocker!!!!!!!!!!!!!!!!!"
JusticeHunterKiller 1 year ago
Blackyurizan, make sure you put the = sign, he left that out
southpointchrysler 1 year ago
2 in the pink one in the stink xDDD
death2rooh 1 year ago
2 in the pink one in the stibk xDDD
death2rooh 1 year ago
Hi, I'm using dev c++ and when I tried to compile the program it will get an error like expected primary-expression before "char" , expected ; before char, and tuna is undeclared ( first use this function). Is anyone else getting that?
blackyurizan 1 year ago
@blackyurizan Check your coding. I also use dev c++, and i ran in to no problems with the code he wrote.
killbarney64 1 year ago
@blackyurizan Yep me
ktnvideos 1 year ago
@ktnvideos
You have to put the equal sign between the statement that you want to output onto the screen
blackyurizan 1 year ago
'\o' looks looks like a man holding his hand up, shouting stop.
Elliottslingsby 1 year ago
@Elliottslingsby or a wall that stoped a ball :D
dranoel1963 1 year ago
Ahaha. Good one. I want to be in the pink.
TuxADay 1 year ago
Yo wait wait hold yo, how you going to put that picture at the start and have me thinking, what the fuck it is? So yeah, what the fuck is it? It's a glove what some colorful colors, what does it mean? Am I missing out om something what the heck? Why you do this? Why would you even bring up the topic of the picture if you aren't going to tell us. If it's something inappropriate, I'm old enough to know it. I am 18 years old and I had sex once so yeah what is.
shuttakid 1 year ago
@shuttakid It demonstrates a way of um.. satisfying a girl.
TheAFG1430 1 year ago
Shocker
Collin240 1 year ago
two for the pinky and one for the stinky :)
hattmakarn 1 year ago
This has been flagged as spam show
Why would a chic give you a pic of 2 in the pink, 1 in the stink, or the so called "Shocker"? If you don't know what it is, check Shocker (hand gesture)* on Wikipedia. Anyway, great tut!
* It actually means two fingers (the middle and ring finger) in the vagina, and 1 finger (pinky finger) in the anus. GROSS, I know, isn't it? *barf*
theMacBoy11 1 year ago
Technical name for '\0' is a NULL TERMINATOR... spreading the knowledge ;)
Ghouly89 1 year ago
puke
multipass1960 1 year ago
@multipass1960 why?
Cezarijus 1 year ago
Yep, the joke is "the Shocker". Look it up at your own risk.
SubZero878 1 year ago
Comment removed
AnewBANDareHERE 1 year ago
Comment removed
Manuel94101 1 year ago
ooh nvm i got it
jbpg102 1 year ago
please explain the joke, is it computer related or just a general joke?
jbpg102 1 year ago
@jbpg102 More of a perverted joke.
TOXIXIFY 1 year ago
Can someone explain the joke?
baggos12 1 year ago
i h8 2 b the 1 2 ask but wat does the pic mean?
The3Dmaxs 1 year ago
@The3Dmaxs your too young lol
Manuel94101 1 year ago
@Manuel94101 -_- come on plz
The3Dmaxs 1 year ago
This has been flagged as spam show
@The3Dmaxs The gesture refers to the act of inserting the index and middle fingers into a vagina and the little finger into the unwitting receiver's anus, hence the "shock".
Manuel94101 1 year ago
Comment removed
Manuel94101 1 year ago
@Manuel94101 You replied to yourself? lol
SubZero878 1 year ago 13
@Manuel94101 ha, a lot of these people have about 30 years on me. :)
TOXIXIFY 1 year ago
To everyone with the "Expected primary-expression before "char" error, try placing an equal sign between [6] and the curly brackets immediately following them.
The ninth line should look like this: "char tuna[6] = {'b','u','c','k','y','\0'};"
It solved the error for me.
JakeNonol 1 year ago 2
strlen = string length if you were curious
hoverman15 1 year ago
This has been flagged as spam show
Now check out this :D
runemaster96 1 year ago
Aaah, i have forgot the name of this compiler, could anyone help me? =/
mirc47 1 year ago
@mirc47 Code::Blocks, codeblocks[dot]org
DrRhoxus 1 year ago
@mirc47 code::blocks
Techn0Junki3 1 year ago
@mirc47 Code::Blocks
hunterxxy 1 year ago
@mirc47 Code::Blocks
charl3s7sroblox 1 year ago
@mirc47 CodeBlocks mate
ParazituTM 1 year ago
@mirc47 code::blocks or dev-c++ he is using code::blocks
greendragon1015 1 year ago
Yep i keep on getting an error, if only that forum was up...............
MrElcid123 1 year ago
I keep getting the error:
Expected primary-expression before "char"
CCNezin1 1 year ago
HAAHAA! EPIC PICTURE
joeyc2410 1 year ago
Your forum is down, how did somebody post on it o.O?
PkHardly 1 year ago
Lul, i didn't know that you have to terminate an array with 0 in a c++ O_o
MrOsamaful 1 year ago
Lmfao
GODLYELLiiOT 1 year ago
String should be used instead of array of characters.
9b5as 1 year ago
Comment removed
TOXIXIFY 1 year ago
haha, 2 in the pink, 1 in the stink. :)
TOXIXIFY 1 year ago 59
@TOXIXIFY i didn't get it man
dhanedhar 1 year ago
@TOXIXIFY took the words out of my mouth
jerridrogers 1 year ago
OMFG tell me why the glove is funny I must be old enough and I still don't get it
mstuie 1 year ago
@mstuie Your more than old enough.
TOXIXIFY 1 year ago
third
ZethSlayer 1 year ago
third.
ZethSlayer 1 year ago
i don't understand that pic?
someone please tell me what does it mean.
167349productions 1 year ago
2 in the pink 1 in the stink
Swivles 1 year ago
aahah i think it means that the pink fingers where in her vagina and the brown one in her ass? :P please comment if this is right
hermanuslinssen 1 year ago
Win pic is win XD
jared0801 1 year ago
first and great video as always ;)
TheMPTheaterOfficial 1 year ago