Anonymous
Who helps me make a map of a game
Jussi
Not rly
Anonymous
Yeah ty
Link your site and also proof it's your own.
Jussi
I think I only have static pages with no javascript
Anonymous
I think I only have static pages with no javascript
Even if you don't have javascript , you might have vulnerabilities in your server.
Jussi
What sort of
Jussi
It is hosted by godaddy
Jussi
I should move to private vpn tbh
Jussi
Vps*
Anonymous
Do you mean you want to host your site by yourself?
Anonymous
lol you are the finnish guy who helped me last time , I'm willing to help haha
Jussi
Do you happen to have your own VPS?
Jussi
If you can point me to right direction as where to get cheap & reliable VPS, that would be p
Anonymous
I don't really know. You can try BlueHost.
Anonymous
Jussi
You use bluehost?
Anonymous
Nope , I use my own
Anonymous
But Bluehost is good
Jussi
👍
Anonymous
👍
Lol hope i helped
Jussi
Ill check it tomorrow ;)
Jollybox.h
Why I have this error
Jollybox.h
There is no problem while compile
Jollybox.h
But windows stop the program
Anonymous
Try using while loop
Igor🇺🇦
Anonymous
Why I have this error
You forgot to define the type of i
Anonymous
You should have written something like int/float/double i; And then use the for loop
Igor🇺🇦
You forgot to define the type of i
It's int. It wouldn't compile without knowing the type
Anonymous
Oh I don't know. I can't speak turkish.
Anonymous
Why I have this error
are you sure that is compiling, building and running this code? sometimes happens to run an old version. confirm that is clicking in the button "building and run"
Anonymous
Why I have this error
You are trying to divide to 0, so you take "foo.exe stopped working" error. so, make the for loop like this: for(int i=1;i< 20 ;i++). good luck with c++ o/ (if you made this in linux it will give this error : floating point exception (core dumped))
Anonymous
and take a look at this to don't take that error https://www.quora.com/What-might-be-the-possible-causes-for-floating-point-exception-error-in-C++
Anonymous
Thanks a lot Marie. I just read the pinned Message.
Jollybox.h
Ok
Jollybox.h
I found the problem
Anonymous
hi
Anonymous
I was kind enough for this one .. it deserved a ban
Anonymous
Jollybox.h
I want to learn some hacking with c++. What can I do ?
Anonymous
For hacking
Jollybox.h
WITH C++
Anonymous
I read that
Anonymous
Anyways
Anonymous
https://null-byte.wonderhowto.com/how-to/c-c-programming-for-hackers-part-1-introduction-0162213/
Anonymous
Ok
mark
Dionisie-Vladut
Hi everybody!
Anonymous
eos supporter. nice :)
Anonymous
eos supporter. nice :)
Nice to see members of the EOS community here😊
Anonymous
https://null-byte.wonderhowto.com/how-to/c-c-programming-for-hackers-part-1-introduction-0162213/
it almost full of trash... it doesn't even cover hacking topics... even a bit...
Anonymous
reminding: if anyone wanna join our discord server, feel free to join here https://discord.gg/8ycX99R
Anonymous
Dima
lol
Anonymous
Dima
Please paste code using tripple ` or use services like hastebin/pastebin
Dima
like this
PRAVINEDIT'S
I want learn C++
Anonymous
Bonjour a Todos
Anonymous
I wont read🌚
Anonymous
PRAVINEDIT'S
Photoshop has it ?
Anonymous
Rias 😝
Ohh yes
Anonymous
guys do u HV c++ library project in link list ...
PRAVINEDIT'S
Yes
Plz send it
Anonymous
piz send it guys....?!?
Dima
rip
Anonymous
guys do u HV c++ library project in link list ...
You can search one using #projects
Anonymous
Plz send it
Download from originale website
Артём
Hello everyone. What will work quicklier, *(a+n) or a[n] ? I've heared, that first one because operator[] gets translated into the first formula. Is it true?