Search Results

Search: Posts Made By: jasondj
2,073
Posted By jasondj
Security Question
In an effort to adapt to best security practices, it has been suggested that a number of scripts that are going to be distributed to multiple machines across an internal network use be modified to...
Forum: Programming 06-29-2010
16,861
Posted By jasondj
#include <stdio.h> #define NUMELEMENTS 100 ...
#include <stdio.h>
#define NUMELEMENTS 100

int main(){

int elements[NUMELEMENTS];
int idx;
FILE *fp;

///... initialize your array elements...

fp = fopen("output.txt", "w");
for(idx =...
2,870
Posted By jasondj
That fixed it thank you.
That fixed it thank you.
2,870
Posted By jasondj
Frustrating but simple preference question
So I am set up on a new box for work here and I have a frustrating preference issue. Whenever I hit backspace, it deletes a whole word instead of a single character. I understand that this is...
Forum: Programming 06-23-2010
2,709
Posted By jasondj
There are some security issues that can also...
There are some security issues that can also arise if a user is intimately familiar with how parameters are pushed on to the stack. Buffer overflow attacks, stack smashing, and heap smashing are all...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 08:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy