Posts
 
Reputation
Joined
Last Seen
Ranked #497
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #4K
~5K People Reached
Favorite Tags
Member Avatar for elminster67

hi guys, I have another noob question, I was wondering if anyone can help me with it. the home work assignment I have is "[B]In this assignment we are going to write a phone directory program. The user is asked to input a name and the program looks up the …

Member Avatar for elminster67
0
161
Member Avatar for ihatestarch

I'm completely new to web programming. I am using an asp.net Table: <asp:Table></asp:Table> and my code behind page (using vb.net)grabs data from a database and displays it in this table. How do I put in a search that will only display the data with the name that is searched? Do …

Member Avatar for MichaelWClark
0
141
Member Avatar for ihatestarch

I'm working on a project and it uses JavaScript and CSS. I don't know a thing about JavaScript and I know a little CSS. Here's the problem: I have a page that has a list of links on the left side and when you mouse over them, the contents appear …

Member Avatar for ihatestarch
0
113
Member Avatar for ihatestarch

I wasn't sure where to post this, so excuse me if I picked the wrong forum. My major is computer science and I'm approaching my last year in college. I haven't taken my lab science sequence yet and I was advised to take physics. Does it matter whether I take …

Member Avatar for Rashakil Fol
0
79
Member Avatar for ihatestarch

There were a few book recommendations I saw on the web for c++. The C++ Standard Library: A Tutorial and Reference -- I want to purchase this book, but it was published in 1999. Is there a more current book like this or is it one of those things that …

Member Avatar for Bench
0
104
Member Avatar for ihatestarch

So on the last day of class, I've learned about vectors. They seem like linked list, which seem like arrays. They are all pretty much containers that will hold some object of some data type I believe. Why would someone use one vs. using the other? And is there one …

Member Avatar for ihatestarch
0
138
Member Avatar for ihatestarch

Studying for the final and can't remember the details behind the copy constructor. I know what it does, just don't know the "why" behind some stuff. Here is an example of a copy constructor I have. [CODE] Person::Person(const Person& aPerson) //m_variable=private variables { m_name = aPerson.get_name(); m_pBirthDate = new Date; …

Member Avatar for ihatestarch
0
76
Member Avatar for ihatestarch

I completed a test today that didn't go so well. The last question dealt with binary files. For the review, he told us we had to go over seekg, tellg, and read and write methods. On the test there was a class that could find a record (with a record …

Member Avatar for ihatestarch
0
97
Member Avatar for ihatestarch

What would a recursive function (not from a class) that puts some kind of element (like an integer) into a 2D array look like? I noticed a 2D array seems to be a bit different from a regular array in a function. Is the first bracket always empty and the …

Member Avatar for ihatestarch
0
2K
Member Avatar for ihatestarch

How do you add a character containing a number char to a number int? What does it mean when '0'+3 is '3'? (3 being an int) I remember being told once, but never got the hang of it.

Member Avatar for ihatestarch
0
131
Member Avatar for ihatestarch

These are my instructions: - create a class containing a 10x10 two-dimensional array of characters. - class must have a constructor that puts the '.' character in each element. - In main, I must allow the user to enter an 'X' into six different spaces in the 2D array. (we're …

Member Avatar for Nico è...
2
2K