Security
Security is the condition of being protected against danger or loss.
Forum Post

HELP! Design Review & Risk Management topics required

Hi, I have to take 2 one hour sessions on the following topics: * Project Design Review * Project Risk Management Can you please recommend any topics/examples/case studies for the same?...
Forum Post

Re: Input validation

The best I can recall, all of C's standard input functions are buffered, so they may return junk until the buffer is cleared. I'm also not sure if a char can be used for EOF... I *think* it has be...
Forum Post

A scanf() Question for the Gurus

I often rework programs from the forum to either help the original poster or learn a little more from some of the code (or both), but I have run across an unexpected result in a recent rework using...
Forum Post

Re: Function Pointers--Why?

The function pointers are also making code faster! For example, imagine that you are writing the disassembler. When disassembler reads a code stream - this stream follows byte-by-byte and the...
Forum Post

Re: Input validation

Please, post your code.
Forum Post

Re: Input validation

If you want to use the scanf return value then loop to enter few values will looke like this: int flag=1, value; while (flag == 1) { printf ("\nENTER VALUE: "); // scan value into...
Forum Post

Re: Input validation

Numerical definition may be quite complex: "6272" "+6272" "-6272" "2.890" ".498232" "2.4893e-78" "2.4893E+78" If you need to validate all of these cases - you need some work to do....
Forum Post

Re: Input validation

I am a toddler too and this is my task in the course-to use a loop. Like while(condition) -true-false.
Forum Post

Input validation

Please tell me how to validate the input as numerical only. I need to use a loop to validate the input. Thanks in advance!
Forum Post

Re: i need decompiler >> Assembly >> C

Download Volumes 2A and 2B from here: http://www.intel.com/products/processor/manuals/ All opcodes are inside, specifically read about how opcodes are formed (Mod/R/M and so on...)...
Forum Post

Re: Self modifying EXE

You just answered your own question. If applications could modify themselves in ROM while running, then that would be a major security flaw in itself. I'm sure there's a secure way to do whatever you...
Forum Post

Re: Checking 2 arrays for differences

Thank You! Obfuscation really obfuscates things doesn't it? ;)
Forum Post

Re: C++ Homework Help

How About #include #include #include using namespace std; const double Emp_10plus = .12; //12% bonus for employees working more than 10 years const double Emp_5to10 = .05; //5% bonus...
Forum Post

Re: md5 in C++

A lot of people use PHP for md5(), and when they use a C++ implementation it doesn't always return the same hash. This implementation's hashes match that of php. I found the c++ md5 function...
Forum Post

Re: Translate offset to source line number

No, C++Builder does not come with a disassembler ... so I think I will use a different way to debug. Thank you.
Forum Post

Re: Translate offset to source line number

Only if the compiler supports a disassembler which can show you how the source code is translated to assembler. I'm not sure if C++ Builder comes with one or not.
Forum Post

Re: Function call

This answers the question. Most of the code i used is yours but changed a few bits. The W or D Needs validation to imrove quality and gain you marks but you can do that your self. Don't forget...
Forum Post

Vss Writer Issue

Hi , I am writing sample vss writer for my backup application in W2K3 with sp2. I am facing a problem , that my Sample writer is not listed when i give call to vssadmin list writers. Can anybody...
1 2 3 4 5 6 7  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.