c# vs c++ ssl_connect
C# |
https://codedump.io/share/GkIdbeCPiK0j
|
Hello i have a c++ application that uses openssl and winapi sockets, and the code looks like this:
sock = socket(AF_INET, SOCK_STREAM, 0);
if (co...
3 years ago
C# importing C++ dll
C# |
https://codedump.io/share/3QHaCvpr9a99
|
I have a managed dll file which imports functions from a C++ dll to the managed environment. I'm using some of its functions in my program but the pro...
3 years ago
C/C++ multiple pointers?
C |
https://codedump.io/share/VWYQEioGOSfl
|
Ok so I've been thinking about this for some time, and i can only come up with one solution.
My problem is the following:
-> Im handeling a USB flash
...
3 years ago
c/c++ microsecond timestamp
C |
https://codedump.io/share/QCUPFUmzJBVq
|
I used this piece of code to get timestamp in microsecond in c/c++. but it doesn't look like microsecond. also i don't know if there is any way to for...
3 years ago
C/C++ PayPal Integration
C |
https://codedump.io/share/2FVCDbPNnnIY
|
I've seen a lot of topics for PayPal integration for sites, Java, C# and even Objective-C, but I can't seem to find anything on C/C++, specifically. S...
4 years ago
Obfuscating C/C++ Code
C |
https://codedump.io/share/paxC1zU5SwRz
|
How can I obfuscate C/C++ code?
Regarding the "use the compiler" responses: I am aware of that, but I have a client that wants to obfuscate their C/C...
3 years ago
C# and Visual C#?
C# |
https://codedump.io/share/tB0lLuDh7Fex
|
Just would like to make clear, I cannot find straight answer. C# is general specification of this language done by MS, while Visual C# is implementati...
3 years ago
c/c++ NLP library
C |
https://codedump.io/share/uXfevEa0CHCh
|
I am looking for an open source Natural Language Processing library for c/c++ and especially i am interested in Part of speech tagging.
3 years ago
C++ union in C#
C++ |
https://codedump.io/share/hmezDZENweUQ
|
I'm translating a library written in C++ to C#, and the keyword 'union' exists once. In a struct.
What's the correct way of translating it into C#? A...
4 years ago
Combining C++ and C#
C++ |
https://codedump.io/share/sngfaR3VmoM3
|
Is it a good idea to combine C++ and C# or does it pose any immediate issues?
I have an application that needs some parts to be C++, and some parts t...
4 years ago
C/C++ J2ME interpreter
C |
https://codedump.io/share/GQNCAzxljw7r
|
do anyone know some C or C++ interpreter for cell phones? I have Nokia 5310 and found some Basic interpreter (CellBasic) and want to develop in C or C...
3 years ago
Pivot element - c++/c
C++ |
https://codedump.io/share/XoZOZwAweIFe
|
Program to find the pivot element in an array where all the elements are non zero and unique. *An element in an array is a pivot element if the sum of...
3 years ago
C# TypeInitiializationException
C# |
https://codedump.io/share/nSftQLwVx3ec
|
I have a C# program running under Visual Studio 15 .NET Framework 4.5.2. It uses AutoMapper 4.1.1. It's been running fine for years. (I inherited it f...
4 years ago
C++ Variant
C++ |
https://codedump.io/share/oG7KtVYnw7TS
|
I'm in the process of creating a class that stores metadata about a particular data source. The metadata is structured in a tree, very similar to how...
3 years ago
C# AutoComplete
C# |
https://codedump.io/share/G9rVTmQne4Ke
|
I am trying to add an autocomplete feature to a textbox, the results are coming from a database. They come in the format of
[001] Last, First Midd...
4 years ago
NotImplementedExcpetion C++
C++ |
https://codedump.io/share/qU96gPqFnzwN
|
From the answer here I implemented my NotImplementedException
//exceptions.h
namespace base
{
class NotImplementedException : public std::logic_e...
3 years ago
opgave5.c
C++ |
https://codedump.io/share/E0vVsLciqBid
|
poging voor opgave 5 aivd puzzel
3 years ago
C# + PostScript
C# |
https://codedump.io/share/E8otVM1ukBBZ
|
Is there a way to implement PostScript like page display for text files in C#??
ie a Print Preview for a bunch of text in a web page.
The requirement...
3 years ago
Oracle.DataAccess.Client.OracleException C#
C# |
https://codedump.io/share/3FC1cqsiTkvZ
|
I have this class where I am selecting two values from the database and comparing it to the textbox values provided by the users. Below is my class.
...
3 years ago
C# Properties.Settings.Default
C# |
https://codedump.io/share/Tav96dS9lFTr
|
How to ensure that retrieving value from Properties.Settings.Default exists?
For example, when I use this code:
folderBrowserDialog1.SelectedPath = (...
3 years ago