Click here to Skip to main content
15,884,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Quicksort slower than mergesort... Pin
David Crow20-Feb-15 15:43
David Crow20-Feb-15 15:43 
GeneralRe: Quicksort slower than mergesort... Pin
gautgaut21-Feb-15 0:56
gautgaut21-Feb-15 0:56 
GeneralRe: Quicksort slower than mergesort... Pin
Stefan_Lang23-Feb-15 20:50
Stefan_Lang23-Feb-15 20:50 
GeneralRe: Quicksort slower than mergesort... Pin
gautgaut26-Feb-15 6:46
gautgaut26-Feb-15 6:46 
Questiondecision tree Pin
Member 1146482519-Feb-15 7:21
Member 1146482519-Feb-15 7:21 
AnswerRe: decision tree Pin
jeron119-Feb-15 7:34
jeron119-Feb-15 7:34 
QuestionRe: decision tree Pin
David Crow19-Feb-15 8:52
David Crow19-Feb-15 8:52 
QuestionSimple AES Pin
Member 1065708319-Feb-15 3:46
Member 1065708319-Feb-15 3:46 
I have a question that is think should be rather simple, I also feel it is not a copy of a question from years back.
I am new to programing in general and I have only been doing it on and off for a few years. I use the VS2012 compiler & GNU GCC with C & C++.
My question is really simple and I will try to explain this so everyone can understand.
I want to make two functions that can encrypt or decrypt strings using AES or rinjdael.
http://pastebin.com/Gw0RLBNR[^]
The paste above is what I am talking about, it uses two functions one teaEncode and one teaDecode. I want to figure out how to make an equivalent to the tea system above but with AES.
https://github.com/seonggwang/miniature-AES[^]
Now I understand some of you would link me to like the one below.
WinAES: A C++ AES Class[^]
I'll be blunt I have been trying to make a function to encrypt/decrypt data in C++ under VS2012 using many different page on git. But the problem is few of them want to compile and I really don't know how to fix many of the issue they bring up.
So I really am just asking for a AES string encryption/decryption that works under VS2012 or GCC.
AnswerRe: Simple AES Pin
jeron119-Feb-15 4:22
jeron119-Feb-15 4:22 
GeneralRe: Simple AES Pin
Member 1065708319-Feb-15 14:37
Member 1065708319-Feb-15 14:37 
GeneralRe: Simple AES Pin
enhzflep19-Feb-15 17:53
enhzflep19-Feb-15 17:53 
GeneralRe: Simple AES Pin
Member 1065708319-Feb-15 18:25
Member 1065708319-Feb-15 18:25 
GeneralRe: Simple AES Pin
enhzflep19-Feb-15 18:29
enhzflep19-Feb-15 18:29 
GeneralRe: Simple AES Pin
Member 1065708319-Feb-15 20:38
Member 1065708319-Feb-15 20:38 
GeneralRe: Simple AES Pin
enhzflep19-Feb-15 20:52
enhzflep19-Feb-15 20:52 
GeneralRe: Simple AES Pin
Member 1065708319-Feb-15 23:21
Member 1065708319-Feb-15 23:21 
GeneralRe: Simple AES Pin
enhzflep20-Feb-15 1:00
enhzflep20-Feb-15 1:00 
GeneralRe: Simple AES Pin
Member 1065708320-Feb-15 2:05
Member 1065708320-Feb-15 2:05 
QuestionMicrosoft foundation class Pin
Kamlendra Chandra18-Feb-15 0:30
Kamlendra Chandra18-Feb-15 0:30 
AnswerRe: Microsoft foundation class Pin
Jochen Arndt18-Feb-15 1:10
professionalJochen Arndt18-Feb-15 1:10 
GeneralRe: Microsoft foundation class Pin
Kamlendra Chandra22-Feb-15 19:45
Kamlendra Chandra22-Feb-15 19:45 
AnswerRe: Microsoft foundation class Pin
Jochen Arndt22-Feb-15 21:12
professionalJochen Arndt22-Feb-15 21:12 
SuggestionRe: Microsoft foundation class Pin
Richard MacCutchan18-Feb-15 5:32
mveRichard MacCutchan18-Feb-15 5:32 
QuestionI want to create a treeview with my structure/class variable as nodes and update the same with custom values Pin
Shibu Krishnan17-Feb-15 14:09
Shibu Krishnan17-Feb-15 14:09 
AnswerRe: I want to create a treeview with my structure/class variable as nodes and update the same with custom values Pin
Richard MacCutchan17-Feb-15 22:42
mveRichard MacCutchan17-Feb-15 22:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.