Password programHmm... any comments?
Password program[code] #include <iostream> #include <conio.h> using namespace std; int main(){ int i=0; char p...
Copying binary filesThanks. I used feof() and EOF before but I thought they are epual.
Copying binary filesHi everyone! I have a little problem. Code: #include <stdio.h> #include <iostream> using names...
C questionsC, C++, objective C, C--. I know about different between c and c++ but i don't know about objective...