Search Results

Showing results 1 to 40 of 78
Search took 0.01 seconds.
Search: Posts Made By: jeevsmyd
Forum: Windows Vista and Windows 7 28 Days Ago
Replies: 2
Views: 400
Posted By jeevsmyd
my dell inspiron 1545 has vista home basic. now, how do I get windows 7 home premium? can I upgrade? how much will that cost?
Forum: C++ Oct 10th, 2009
Replies: 2
Views: 283
Posted By jeevsmyd
This my code... now, I am a bit confused about the furthur steps.. What I need to do now is compare each word in the msg to be coded with a,b,c,d....z and corresponding letters in the cipher and...
Forum: C++ Oct 9th, 2009
Replies: 2
Views: 283
Posted By jeevsmyd
hi friends,


I am an amateur C++ programmer... I am using turbo c++ V4.5.. after reading about the google code breaking thing on the internet, i became interested in simple substitution cipher.....
Forum: Cellphones, PDAs and Handheld Devices Aug 8th, 2009
Replies: 0
Views: 672
Posted By jeevsmyd
hello friends,
a fews back I bought a brand new dell inspiron 1545, with core2duo t6500,3 gig ram, windows vista home basic. The built in bluetooth device was working perfectly utill now.. but...
Forum: Viruses, Spyware and other Nasties Mar 6th, 2009
Replies: 2
Views: 404
Posted By jeevsmyd
Which is the best FREE antivirus..? The one with best protection.. !
Forum: C++ Mar 5th, 2009
Replies: 8
Views: 315
Posted By jeevsmyd
Sid, I have already downloaded Thinking in c++.. Will start studying standard c++ soon after my final exams... Until then I could do nothing but cope up with this "ancient" version
Forum: C++ Mar 5th, 2009
Replies: 8
Views: 315
Posted By jeevsmyd
getch() seems to be dead means implies that the programming is not terminating after displaying the contents of the file.. Nothing happens even if any key pressed.. !! Sorry for the ambiguity..
Forum: C++ Mar 4th, 2009
Replies: 8
Views: 315
Posted By jeevsmyd
Buddy..As I have already mentioned, am from rural area in kerala.. we have very limited resources.. please understand me.. We have turbo c++ v3 at school and am compiled to use that compiler.. :D So...
Forum: C++ Mar 4th, 2009
Replies: 8
Views: 315
Posted By jeevsmyd
Hi... Do you remember me? Am the amateur programmer who disturbs you with my never ending doubts.. :D As you guys advised I have decided to start learning c++ from scratch..! ;)As far as am...
Forum: C++ Feb 27th, 2009
Replies: 6
Views: 382
Posted By jeevsmyd
buddy am from a small village in kerala and I have limited resources .. :( I refer the text prescribed by kerala govt education dept.. and I also refers OOP in c++ by balaguruswami ..The files in...
Forum: C++ Feb 22nd, 2009
Replies: 6
Views: 382
Posted By jeevsmyd
The following is a code that my teacher gave me .. I dont know the working of files in c++ :( this program is supposed to copy a datafile into another.. but its is not working ... many many errors.....
Forum: C++ Feb 22nd, 2009
Replies: 15
Views: 889
Posted By jeevsmyd
gets(line);
for(k=0;line[k]!='\0';k++)
{
if (line[k]!=32 )//Ascii code for blank
{
if(line[k]=='A'
I dont understand this portion.. please kindly explain the working.. what exactly is...
Forum: C++ Feb 22nd, 2009
Replies: 15
Views: 889
Posted By jeevsmyd
This code is working perfectly.. but what is wrong with code that I gave you..? cant u modify it so that it would work.. using getline and not gets
Forum: C++ Feb 22nd, 2009
Replies: 2
Views: 404
Posted By jeevsmyd
My god..! You are a genius..! Why didn't I think of that..! phew..! Thank you so much dear friend.! I cant thank you enough..! The problem is eventually solved..!
Forum: C++ Feb 22nd, 2009
Replies: 15
Views: 889
Posted By jeevsmyd
#include<iostream.h>
#include<conio.h>
#include<string.h>
void main()
{
char line[80];

int k,len,vow,cons,sp;
cout<<"Enter the string ";
cin.getline(len i,80);
Forum: C++ Feb 22nd, 2009
Replies: 15
Views: 889
Posted By jeevsmyd
Friends I cant thank you enough for your help and guidance.. Am working hard to become a C++ programmer
Forum: C++ Feb 22nd, 2009
Replies: 2
Views: 404
Posted By jeevsmyd
hey friends, here is a code that I made to find the prime numbers in an array.. What the program is supposed to do is check whether the number is PRIME or not.. The position of the element is...
Forum: C++ Feb 22nd, 2009
Replies: 15
Views: 889
Posted By jeevsmyd
Buddy.. the problem is that I don't understand the first part of the code,ie the for loop and len.. what is line k? please please help me...
then i will format it with braces and all
Forum: C++ Feb 22nd, 2009
Replies: 11
Views: 515
Posted By jeevsmyd
okay buddy..
Forum: C++ Feb 22nd, 2009
Replies: 15
Views: 889
Posted By jeevsmyd
Hi friends.. Last day at school my teacher gave the following code.. But it is not working.. 16 errors.. I am a beginner in C++ .I badly need your guidance a help in finding the errors... the for...
Forum: C++ Feb 22nd, 2009
Replies: 11
Views: 515
Posted By jeevsmyd
Yeah..There are no problems with the code.. It is working fine.. What is wrong with the for loop? :idea:
Forum: C++ Feb 22nd, 2009
Replies: 11
Views: 515
Posted By jeevsmyd
Hey this is the new code.. Is there anything wrong with this one? I missed the ELSE and a few {}

#include<iostream.h>
#include<conio.h>
void main()

{
clrscr();
int a[10],n,min,max,i;
...
Forum: C++ Feb 22nd, 2009
Replies: 11
Views: 515
Posted By jeevsmyd
Hello friends.. I am an amateur programmer in TURBO C++ .. It is a very old version v3.0 ... I am beginner.. I wrote a very simple programme to find the largest ans smallest element in an array . . ...
Forum: Viruses, Spyware and other Nasties Dec 19th, 2008
Replies: 5
Views: 796
Posted By jeevsmyd
I am using... FIREFOX 3 with latest updates installed... and has Google chrome got better protection and speed? AVAST is good naa? Am so happy... ! It is very nice and it has good updates..!
Forum: Viruses, Spyware and other Nasties Dec 17th, 2008
Replies: 5
Views: 796
Posted By jeevsmyd
Hey friends,
I am very concerned about my PC's security.... And i hate viruses and spywares . I am now using AVAST HOME V4.8... Has it got an anti spyware? is it the best free AV...
Forum: C++ Dec 14th, 2008
Replies: 10
Views: 726
Posted By jeevsmyd
sorry I dont understand you.. i have that code in my programme..! :)
Forum: C++ Dec 14th, 2008
Replies: 10
Views: 726
Posted By jeevsmyd
/* A program to find nCr[ n!/r!(n-r)! ]
*/
#include<iostream.h>
#include<conio.h>

long factorial(int);

int main()

{
Forum: C++ Dec 13th, 2008
Replies: 10
Views: 726
Posted By jeevsmyd
Hii Everyone... I used to be an active member of this community... but because of studies i wasnt able to keep in touch with you guys..
Am an amateur programmer,and i need your help... I have...
Forum: Motherboards, CPUs and RAM Oct 12th, 2008
Replies: 14
Views: 4,973
Posted By jeevsmyd
Hiii..I want to know more about my PC's[Intel dual core] motherboard and the ram......Please help me..! Wanna knoe the brand name,version..etc...How can I get the information without opening up the...
Forum: Viruses, Spyware and other Nasties Oct 12th, 2008
Replies: 1
Views: 453
Posted By jeevsmyd
Hiii

I have installed Kaspersky Internet Security 2009... Now my doubt is,should i install another firewall? like windows defender along with kaspersky...?has kaspersky got a reliable firewall?
...
Forum: C++ Oct 7th, 2008
Replies: 3
Views: 766
Posted By jeevsmyd
hey...I tried.. An ts not working properly.... it isnt clearing the screen in the correct and thats why i asked you assistance... hope you would help me
Forum: C++ Oct 6th, 2008
Replies: 3
Views: 766
Posted By jeevsmyd
Hiii

I just made a small Memory game with the help of many of the members of daniweb....
Now I have a screen clearing problem... The program is simple...The compiler shows random numbers,then...
Forum: C++ Oct 6th, 2008
Replies: 6
Views: 698
Posted By jeevsmyd
Yeah at school TC++ is being used.. :( and now I have a big problem... Is there any way to input/output data in c++? Anything other than cout/cin.... cin would wait for the user to enter... What i...
Forum: C++ Oct 6th, 2008
Replies: 14
Views: 2,629
Posted By jeevsmyd
which input/output methods are commonly used by professionals? ?
Forum: C++ Oct 6th, 2008
Replies: 6
Views: 698
Posted By jeevsmyd
Hiii
I m just a beginner in C++...Was using turbo c++v3.0... Now just installed Visual c++ 2008 express edition.... Anyone please let me know the main differences between TC++ and...
Forum: C++ Oct 6th, 2008
Replies: 14
Views: 2,629
Posted By jeevsmyd
and what are the main differences between cin/cout and printf()?? printf()is the one used for output,right?...which is the one for inputting??...
Forum: C++ Oct 6th, 2008
Replies: 14
Views: 2,629
Posted By jeevsmyd
Hiii am an amateur programmer.... I was trying to create a memory game... already started a thread on it... now I am in need of an input ouput alternative for cin/cout... cin waits till the user...
Forum: C++ Oct 6th, 2008
Replies: 62
Views: 3,915
Posted By jeevsmyd
Hiiii.. I have one more doubt...Instead of cin,and cout which are the alternative method to input output data?Cin waits till the user enters the answer... but is there anything which wont wait for...
Forum: C++ Oct 6th, 2008
Replies: 62
Views: 3,915
Posted By jeevsmyd
thnk you for your advice.. i am going to install vc++ express edition... will start a new thread..

thanks a lot for everyone who has helped me


regards
Jeevan
Forum: C++ Oct 6th, 2008
Replies: 62
Views: 3,915
Posted By jeevsmyd
thnk you for your advice.. i am going to install vc++ express edition... will start a new thread..

thanks a lot for everyone who has helped me


regards
Jeevan
Showing results 1 to 40 of 78

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC