Anonymous
Ok, thank you Liam.
Anonymous
It doesn't take input string , anyone here please help me
Anonymous
Plzzz help me
Etaoin
try cin>>s
Etaoin
and use print screen instead of taking a picture with your phone
Etaoin
It doesn't take input string , anyone here please help me
using getline(cin,s) after cin>>some int will cause a mistake: a '\n' may be kept in cin's buffer and your string will get it
Anonymous
try cin>>s
I have to accept with blank spaces alaso
Etaoin
I have to accept with blank spaces alaso
what did you input into that window
Anonymous
First I have to give test cases(int),and then give ( string blank spaces also),and then print the index where + have
Anonymous
try fflush for stdin before trying to getline.
Anonymous
https://stackoverflow.com/questions/257091/how-do-i-flush-the-cin-buffer
Anonymous
No I included
Anonymous
In first line
Anonymous
In window it will be started from 2nd line
Anonymous
then use cin instead of getstring or use fget
Anonymous
* getline
Anonymous
In window it will be started from 2nd line
what about the flushing solution?
Anonymous
what about the flushing solution?
Superb it's working thanks bro
Etaoin
add getline(cin, some rubbish string) before the while(t--) loop
Anonymous
Sup new peeps?
Anonymous
Hye
Anonymous
Are you all okay
Anonymous
Anonymous
😂😂
Sharmarke
hello how i can hack facebook
Anonymous
hello how i can hack facebook
After killing zukerberg
Anonymous
Also imp tip
Anonymous
Use his fingerprint to open his phone
Anonymous
ktnxbai
Sharmarke
Use his fingerprint to open his phone
hhhh sorry i mean profile
Roxifλsz 🇱🇹
Roxifλsz 🇱🇹
hhhh sorry i mean profile
Social engineering is the only feasible way
Anonymous
Anonymous
Hack whatever profile you want
Anonymous
Ez
Roxifλsz 🇱🇹
No, buying Facebook is 😂
Ok then, you go get the billions of dollars needed. I'll sit here and wait
Roxifλsz 🇱🇹
Sharmarke
if u have link in youtube send me😏
Anonymous
Ok then, you go get the billions of dollars needed. I'll sit here and wait
Lol I ain't retarded enough to even think about hacking Facebook 😂😂
Sharmarke
Sharmarke
hello guys
Roxifλsz 🇱🇹
hello guys
Jesus christ, just look up "social engineering" on youtube if you so desire
Sharmarke
ok any one know i to connect my pc joypad in GTA
Roxifλsz 🇱🇹
Aaaaaaaaaand where straying away from programming even
Sharmarke
any one know how i connect
Roxifλsz 🇱🇹
Roxifλsz 🇱🇹
10 seconds of google
Sharmarke
thankz
Anonymous
any group for java ??
Anonymous
kill
means
Anonymous
means
java is a type of cancer
Anonymous
as php
Anonymous
But no, I don't know about any java gruop
Anonymous
how to learn
Anonymous
else'' if any
Asdf
any group for java ??
https://t.me/joinchat/AAAAAEHS8_F0yoL401QNuQ
Asdf
if you want to see others https://github.com/stkw0/awesome-telegram-groups
Anonymous
ty
Roxifλsz 🇱🇹
kill
Calm down there mister Mester :D
Compilation
Hi Can anyone help me in how to create two structs and link them Like i need to create a struct employee that contains his name and id (and that should be for 10 employees ) and i want to create another struct called company which includes the struct employee array for those 10 employees And after all that i want to let the user input the data and i should display it in a table by the end Appreciate any help
Compilation
In c++
Compilation
struct employee { //Whatever you want here }; struct company { employee[10] employees; //Whatever you want here };
Thanks appreciate your reply Can you tell me how to let the user input the data of each employee and how can i display ?
Roxifλsz 🇱🇹
Thanks appreciate your reply Can you tell me how to let the user input the data of each employee and how can i display ?
With a for loop for(int i = 0 ; i < employeeCount ; i++) { cout << "enter something\n"; cin >> employee.name; }
Compilation
Thanks 👍🏻
Compilation
I typed Employee[10] employee ; But the second word employee is underlined ! How can i fix it ?
Anonymous
Hey any one from IOS programming here
Anonymous
Means have a group for that
Compilation
Compilation
Well on my laptop the second word employee is the one highlighted! The errors are: Syntax error: ‘[‘ Unexpected token(s) preceding ‘;’ Expected an identifier Expected a ‘;’
Anonymous
Make e capital i.e E