by justinformed
NTLM Encryption
|
|
[14 replies] Last: yes thats what I used for the perl script (by justinformed)
|
by ischuldt
stdint.h use question
|
|
[6 replies] Last: Dealing with these things in a portable way always gives me pause for ... (by kbw)
|
by Sarah89
Error in compiling header files
|
|
[14 replies] Last: You should post the code, the exact error message you're getting and h... (by Athar)
|
Cross platform programming with QT |
|
[3 replies] Last: and mobile devices (by yoyowinwin)
|
by captopa
search text file to display line from that file
|
|
[1 reply] : What specific problems are you having? I don't really want to compile ... (by Zhuge)
|
by sgssn
Numerical integration of data
|
|
[4 replies] Last: I guess you have a second order ODE: d''u/dt = f(); u'(0) = k; u(0... (by memecs)
|
by togikan
Detecting Virtualization
|
|
[2 replies] Last: http://www.cplusplus.com/forum/general/26387/ (by moorecm)
|
by bigearsbilly
correct cast for a void *
|
|
[6 replies] Last: thank you people. thank you jsmith I will take a look at that code.... (by bigearsbilly)
|
by CaptainBlood
How to code a function that finds roots of numbers?
|
|
[2 replies] Last: Thanks Athar, That's exactly what I was looking for :) (by CaptainBlood)
|
can anyone say what does this syntax is? |
|
[1 reply] : tmp is a template class, specialised by class volScalarField. You s... (by kbw)
|
by JBtje
Packet Sniffer
|
|
[1 reply] : Have a look at WinPCAP. That's a port of libpcap to Windows. libpcap... (by kbw)
|
by molocas
Just load a text file in memory block
|
|
[2 replies] Last: #include <fstream> #include <iterator> #include <algorithm> #inc... (by Denis)
|
by pruns
output based on input...
|
|
[1 reply] : I don't quite understand your problem.... You want the output to be... (by attaboy)
|
by harsh4u89
C++ program to find largest prime factor of a number (1,2)
|
|
[21 replies] Last: Some theory: A number is prime if it cant be divided by any prime num... (by ne555)
|
C++ Tutorial Excercises |
|
[9 replies] Last: Okay, so the question still stands, would anybody be intrested in a tu... (by und3rgroundh3ro)
|
by Leegit
Seg Fault from While Loop till Null
|
|
[1 reply] : There's nothing wrong with the code parts you posted, so the problem m... (by Athar)
|
by rampage1
Dynamic Programming
|
|
[2 replies] Last: and how do I keep updating the colors of the mixtures for diff k and ... (by ne555)
|
by chrisholdin
string.at error
|
|
[4 replies] Last: switch(item.at(2)==letter) This is either true or false, not B, W, ... (by ne555)
|
by zuwaka
2D Dynamic Arrays (1,2)
|
|
[31 replies] Last: That's exactly what my class would be. I'm not a fan of vector<vect... (by Disch)
|
by GMXeon
Nested structures in a function call
|
|
[5 replies] Last: ^_^ (by m4ster r0shi)
|