- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
An Apple fancier university student(who is also a football enthusiast), trying to become a computer engineer.
- Interests
- coding, web, macintosh, iOS, NFL, NBA, wind surfing, body building, running, music, films
6 Posted Topics
Re: Hey phorce. First off. The SSH problem is because of that your home Mac is not configured for outside SSH access. If you do so you can remotely access but I won't recommend since you will have a lot of trouble with security even though Macs are safe to use. … | |
Hello. I was wondering if any of you know a good online resource for the subject, principles of logic design. My final is coming & so an online source that could guide me with good explanations or demonstrations and etc would be really nice. Any ideas? | |
Re: [QUOTE] gets() is broken by design and you should use fgets() instead, but unless "program not run" means you're scared of a compiler warning to that effect, fgets() will likely suffer the same issue because the problem is in your code or your assumptions about the environment. You should learn … | |
Re: Hi EarendurRingern. The problem is that 'LetterToMatch' is not a character array. So whatever you enter doesn't matter after the first letter. That's why your algorithm works whenever you enter just a letter but not an array of letters. More than that. To fully achieve what you want you should … | |
Hi. I've a BST created for an address book application for my term project. When inserting into the BST, I insert items sorted by their first names in ascending order. The thing is that the user should be able to display the BST in the ascending form of last names … | |
Hi all. As a part of my project I need to get the address book information saved in a .txt file into a Binary Search Tree. The info in the address book is stored like the following: First Name, Last Name, Date of Birth, E-mail, Phone, Address, City, Zipcode So … |
The End.