Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~6K People Reached
About Me

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

Member Avatar for phorce

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. …

Member Avatar for Netcode
0
73
Member Avatar for can_surmeli

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?

Member Avatar for griswolf
0
113
Member Avatar for yashsaxena

[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 …

Member Avatar for WaltP
0
1K
Member Avatar for EarendurRingern

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 …

Member Avatar for raptr_dflo
0
1K
Member Avatar for can_surmeli

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 …

Member Avatar for TrustyTony
0
718
Member Avatar for can_surmeli

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 …

Member Avatar for can_surmeli
0
2K

The End.