¡@

Home 

c++ Programming Glossary: protocols

What are the advantages of using Objective-C over C++

http://stackoverflow.com/questions/112702/what-are-the-advantages-of-using-objective-c-over-c

it. The really cool thing is that you can add interfaces protocols at runtime and you can add your own handlers that intercept..

Download a URL in C++

http://stackoverflow.com/questions/1129194/download-a-url-in-c

but it didn't really seem to have the code for handling protocols like ftp and https. Now I discovered QT has more what I need..

Switching from std::string to std::wstring for embedded applications?

http://stackoverflow.com/questions/163962/switching-from-stdstring-to-stdwstring-for-embedded-applications

improve this question Note that many communications protocols require 8 bit characters or 7 bit characters or other varieties..

C state-machine design

http://stackoverflow.com/questions/1647631/c-state-machine-design

as an early implementation of the OSI layered model and protocols for embedded systems. It's big advantage was its simplicity..

How to complete a git clone for a big project on an unstable connection?

http://stackoverflow.com/questions/3954852/how-to-complete-a-git-clone-for-a-big-project-on-an-unstable-connection

I'm assuming you are able to resume downloads over other protocols. Restartable Clone When cloning a large repository such as KDE..

Getting started with client-server networking

http://stackoverflow.com/questions/4046404/getting-started-with-client-server-networking

lower than 1025 are most of the time reserved for standard protocols like HTTP 80 FTP 21 Telnet ... However creating a Server in..

Send Mail using SMTP in C++ on Linux

http://stackoverflow.com/questions/4458460/send-mail-using-smtp-in-c-on-linux

multi platform C library which supports a lot of different protocols including SMTP. The official web page contains samples and tips..

C/C++ Bit Array or Bit Vector

http://stackoverflow.com/questions/4604130/c-c-bit-array-or-bit-vector

Now to practicalities. When memory was sparse and protocols didn't have the luxury of verbose xml etc it was common to delimit..

decreasing cache misses through good design

http://stackoverflow.com/questions/460666/decreasing-cache-misses-through-good-design

threaded Watch out for slowdowns from cache consistency protocols. Pad flags and small counters so that they'll be on separate..

Some clarification needed about synchronous versus asynchronous asio operations

http://stackoverflow.com/questions/5282659/some-clarification-needed-about-synchronous-versus-asynchronous-asio-operations

operations as those involved in TCP IP connections with protocols such as POP3 in which the operation is a sequence such as C..

How and when to align to cache line size?

http://stackoverflow.com/questions/8469427/how-and-when-to-align-to-cache-line-size

Exclusive mode in the MESI MOESI style cache coherence protocols . When separate cores try to modify different data that happens..

Attribute & Reflection libraries for C++?

http://stackoverflow.com/questions/87932/attribute-reflection-libraries-for-c

ACE vs Boost vs POCO

http://stackoverflow.com/questions/992069/ace-vs-boost-vs-poco

network library also provides support for higher level protocols like HTTP and SSL possibly also in boost asio but I am not sure..