473,378 Members | 1,609 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

C++ Program help

Hi All,

Can anybody help me for these programs. I need to submit ny
assignments.

1) Write a C++ program to generate Lucas series

2) Write a C++ program to accept the student's information of UG
students in a college. Also include the functions for searching student
information and updating the existing information.

3) Write a C++ program to create a doubly linked list and support the
following operation:
i). Insertion at the rear end
ii). Insertion at the specific position
iii). Traversing the entire list and displaying the nodes.
iv). Counting the occurrence of duplicate nodes

4) Write a C++ program to implement Stack data structure

Thanks in advance.

Sep 18 '06 #1
9 5661

sa********@gmail.com wrote:
Hi All,

Can anybody help me for these programs. I need to submit ny
assignments.
No, its not "ny", its "my" assignments. You are in denial.
Is that what you plan to do in the future? Everytime someone needs
code, you'll just beg for some?

Have you considiered making an effort? After all, it might even be fun,
if not an instructive experience.
>
1) Write a C++ program to generate Lucas series

2) Write a C++ program to accept the student's information of UG
students in a college. Also include the functions for searching student
information and updating the existing information.

3) Write a C++ program to create a doubly linked list and support the
following operation:
i). Insertion at the rear end
ii). Insertion at the specific position
iii). Traversing the entire list and displaying the nodes.
iv). Counting the occurrence of duplicate nodes

4) Write a C++ program to implement Stack data structure

Thanks in advance.
Sep 18 '06 #2
Hi,

Thanks for your reply. Iam sorry to post the message like that. The
thing is iam working in compuer networking field and its long back in
my college i studied c++ programming.
Now iam pursuing my degree from distance education and there is no
specific material for me right now. I just thought u gurus can give me
an hint about these programs.

Salt_Peter wrote:
sa********@gmail.com wrote:
Hi All,

Can anybody help me for these programs. I need to submit ny
assignments.

No, its not "ny", its "my" assignments. You are in denial.
Is that what you plan to do in the future? Everytime someone needs
code, you'll just beg for some?

Have you considiered making an effort? After all, it might even be fun,
if not an instructive experience.

1) Write a C++ program to generate Lucas series

2) Write a C++ program to accept the student's information of UG
students in a college. Also include the functions for searching student
information and updating the existing information.

3) Write a C++ program to create a doubly linked list and support the
following operation:
i). Insertion at the rear end
ii). Insertion at the specific position
iii). Traversing the entire list and displaying the nodes.
iv). Counting the occurrence of duplicate nodes

4) Write a C++ program to implement Stack data structure

Thanks in advance.
Sep 18 '06 #3
sa********@gmail.com wrote:
Can anybody help me for these programs. I need to submit ny
assignments.
Please see:
http://www.parashift.com/c++-faq-lit...t.html#faq-5.2

--
Marcus Kwok
Replace 'invalid' with 'net' to reply
Sep 18 '06 #4
<sa********@gmail.comwrote:
Thanks for your reply. Iam sorry to post the message like that. The
thing is iam working in compuer networking field and its long back in
my college i studied c++ programming.
Now iam pursuing my degree from distance education and there is no
specific material for me right now. I just thought u gurus can give me
an hint about these programs.
4) Write a C++ program to implement Stack data structure
If you can't do that one without hints from gurus I suggest you rethink how
you got in the predicament you are in. You might want to go to Plan B.
Sep 18 '06 #5
sa********@gmail.com wrote:
Hi,

Thanks for your reply.


Please don't top-post. Your replies belong following or interspersed
with properly trimmed quotes. See the majority of other posts in the
newsgroup, or the group FAQ list:
<http://www.parashift.com/c++-faq-lite/how-to-post.html>
Sep 18 '06 #6
sa********@gmail.com wrote:
Hi All,

Can anybody help me for these programs. I need to submit ny
assignments.
[snip]

Sure santoshp80. I'll give you all the help you need. Just send
your instructor's email address and I will not bother you with
having to copy out everything. I'll just send the answers straight
to your instructor.
Socks

Sep 18 '06 #7

sa********@gmail.com wrote:
Hi All,

Can anybody help me for these programs. I need to submit ny
assignments.

1) Write a C++ program to generate Lucas series

2) Write a C++ program to accept the student's information of UG
students in a college. Also include the functions for searching student
information and updating the existing information.

3) Write a C++ program to create a doubly linked list and support the
following operation:
i). Insertion at the rear end
ii). Insertion at the specific position
iii). Traversing the entire list and displaying the nodes.
iv). Counting the occurrence of duplicate nodes

4) Write a C++ program to implement Stack data structure

Thanks in advance.
Yes I can help you!
Can you pay me?

Sep 19 '06 #8
whether santoshp80 gets his homework done here or might think of
outsourcing it but i had real fun reading those netiquette at
http://www.parashift.com/c++-faq-lite/h
real cool !
:)

Marcus Kwok wrote:
sa********@gmail.com wrote:
Can anybody help me for these programs. I need to submit ny
assignments.

Please see:
http://www.parashift.com/c++-faq-lit...t.html#faq-5.2

--
Marcus Kwok
Replace 'invalid' with 'net' to reply
Sep 19 '06 #9
[Top-posting fixed]

simon <ra*********@gmail.comwrote:
Marcus Kwok wrote:
>sa********@gmail.com wrote:
Can anybody help me for these programs. I need to submit ny
assignments.

Please see:
http://www.parashift.com/c++-faq-lit...t.html#faq-5.2

whether santoshp80 gets his homework done here or might think of
outsourcing it but i had real fun reading those netiquette at
http://www.parashift.com/c++-faq-lite/h
real cool !
:)
Please do not top-post. Your replies belong either below, or
interspersed with, properly-trimmed quotes.

See:
http://www.parashift.com/c++-faq-lit...t.html#faq-5.4

--
Marcus Kwok
Replace 'invalid' with 'net' to reply
Sep 19 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: anuradha.k.r | last post by:
hi, i am writing a socket program in python,both client side and server side.I've written the client side which is working perfectly fine(checked it against server program written in C).but as for...
2
by: stanlo | last post by:
Hallo to everyone, i am just begining to learn c++ even though i did pascal when i studied mathematics in the univesity.i just took on my self a project which writing a c++ program which does...
7
by: tyler_durden | last post by:
thanks a lot for all your help..I'm really appreciated... with all the help I've been getting in forums I've been able to continue my program and it's almost done, but I'm having a big problem that...
1
by: Willing 2 Learn | last post by:
Below is a program I did to recognize a Finite State Automata for ASCII (J+H)*. I got that one working but im having trouble getting the NFA program to work. I really desperately need help! My...
66
by: genestarwing | last post by:
QUESTION: Write a program that opens and read a text file and records how many times each word occurs in the file. Use a binary search tree modified to store both a word and the number of times it...
12
by: asif929 | last post by:
I am trying to write a program which creates four triangles. The program begins with prompting a user " Enter the size of triangles", number from 1 to N is the size of four triangles For Example if...
21
by: asif929 | last post by:
I need immediate help in writing a function program. I have to write a program in functions and use array to store them. I am not familiar with functions and i tried to create it but i fails to...
0
by: ashishbathini | last post by:
Hi guys here is my problem ... this is the source code I Have , honestly I hav no idea how it works bcos its too complicated for me .... but my problem is ... i hav a freq comonent in it .......
9
by: C#_Help_needed | last post by:
I need help with the following question. THANKS :) Write a program in c# that takes in a directory as a command line parameter, and returns the longest repeated phrase in ALL text files in that...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.