hello i'm sanu of 22 from india if u wanna be a programmer then starts basic programming like c after that c++ do the practicals more & more by itself then u ...
Hello Sanu, I got your mail, thank you for the encouragement, i truly appreciate it. My name is Hamza and from Nigeria, I have currently completed my...
Hi!!!!!!!!!!!!!!!!!!!!! how r u i'm also the beginer of IT currently i'm doing MCA from Lovely Professional University in 2nd SEM. i'm studying C++ which is...
Hi, This is exactly what I am looking for. Can someone tell me where the descriptions of the commands " opendir(), readdir(), closedir(), remove() etc.. ) to...
... < last modification time " Unfortunately these functions do not (regularly) exist under Windows; Microsoft has built the Windows API partially conformant...
Really hope to hear more from sonu, maybe we could chat sometime. Take care. --- On Sun, 5/4/08, sonu sonu <sonuheart_123@...> wrote: From: sonu sonu...
I am new about programming in C and I wrote a C code which creates DLL file. However it only except first value from the array out[0]=m_A[n+1]. Can anyone help...
Hi Mayada I'd suggest giving us an idea just where you are having problems with your coding. Maybe even the bit of code you're stuck on posted here. Then...
hi my name is vijay i m a student. i m new to this group i m interested in c++ and other languages ...... Unlimited freedom, unlimited storage. Get it now, on...
... http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/ ... short for may name is V.G u are intrested in C++ ,so write a program that can...
... short for may name is V.G I am new about programming in C /c++ u are intrested in C++ ,so write a program that can define the smalest prime number bigger...
... Hi my name is V.G maybe I can help u. imagine that home is a cell in computer memory every cell has an address,if we want to know the address of home we...
Hello. I am just starting to learn C++. I started class on programming. I was told to download and install the Magic C compiler, I already had visual C and...
No, that code wouldn't compile anyway. You need to prefix all c++ stdlib calls with 'std::' unless you're "using namespace std;". I suggest you get a book on...
... further ... already ... and I ... following ... main() { cout<</n/n/n/t/t/t"Hellow world!"<<endl; } so this is the way to write in c ok man and insted of...
this should be cout<<"hello world.\n"; remember the quotes and did you include the header files like #include<iostream.h> ok Unlimited freedom, unlimited...
The compiler Magic C said it could not find the variable cout. Here is the code the way it was presented in my book. I typed it this way. #include <io.h> int...
... Other than Robert Butler and Michael Sullivan, the other advice is bad advice. Make sure you either use std::cout or include "using namespace std;" as...
Thanks. I think the header seemed to be one of my big problems. I am also starting a different book that is newer. The one I had was several years old. ... bad...