54 Solved Topics
Remove Filter this is a code from the book "the C programming language" by dennis ritchie, but for some reason its not working! #include <stdio.h> #define IN 1 /* inside a word */ #define OUT 0 /* outside a word */ /* count lines, words, and characters in input */ main() { … | |
i want to take the 1st argument from commandline, ie argv[1] and assign it to a `char target[80]` i know im making some very stupid beginer mistakes... but just cant understand what :( this is my code: #include <stdio.h> #include <string.h> void converge(char *targ, char *src); int main(char *argc[],char *argv[]) … | |
a few months ago, i was battered by sality, and was waiting for my friend's external hard disk to backup my data, and do a full format. well, I've done all those things now, and have installed kaspersky 2011 internet security suite(the licensed commercial version). Also, as per the instructions … | |
hi everyone :) i have this question to ask regarding a ONE-USER ANTIVIRUS.. if i have one such antivirus installed in my computer, and then if i reformat my entire disk, then will i be able to reinstall that anti-virus from its cd after iv made a fresh install? thanks … |
The End.