Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Member Avatar for sgriffin

Hi everyone, Haven't been to DaniWeb in a while, but I have a question that I just can't find the answer to. Just some background: I am running Windows 7 (32-bit). I am trying to organize my movie collection and when I try to organize the movies that start by …

Member Avatar for jingda
0
68
Member Avatar for sgriffin

Hey everyone, I am trying to send an email and I never receive it, but I do get a message when I debug that: "Property access must assign to the property or use its value." Here is my VB code: [CODE] Imports System.Web.Mail 'Send email confirming purchase Dim notification As …

Member Avatar for sgriffin
0
124
Member Avatar for sgriffin

Hey everyone, I literally just started to learn Javascript today and started with a function that takes in a string and tells you the number of vowels (a,e,I,o,u) in it. It works, but when I use document.write(vowel("hello")) in my body, instead of just giving an output of "this string has …

Member Avatar for kracko
0
90
Member Avatar for sgriffin

Ok so I have an operator* for left scalar matrix multiplication that is correctly outputting for the first 4 outputs and not for the next 4. If I have a matrix M2 with inputs [1,2;3,4;5,6;7,8] (the semicolon means next column), and multiplying it by 4, then I am getting the …

Member Avatar for WaltP
0
79
Member Avatar for sgriffin

How would you fill a 2d vector with NULL. I've tried doing [CODE]vector<vector<int> > data; data (10, vector<int> (10,NULL))[/CODE] But I get an error, and I've also tried setting it to NULL through two for loops and that produces an error as well. Can someone point out what I'm doing …

Member Avatar for sgriffin
0
87
Member Avatar for jerry9839

Hello everyone. I just joined your group today. As you can tell from my login I’m on the old side of life. What I know about PC’s has been mostly self taught over the last eleven years with a couple of Trade School classes on Building your own PC. Right …

Member Avatar for jerry9839
0
135
Member Avatar for sgriffin

Hey, right now I am working on implementing a matrix class for an assignment. I am using vectors in order to implement it and am having some trouble with adding matrices together. In my private I have defined: int nRows, nCols; vector<int> data; Here is my code for the operator+; …

Member Avatar for sgriffin
0
103
Member Avatar for sgriffin

Hey guys, I'm Sam and I'm a junior at Hamilton College. I am a C.S. major and love it. I mostly focus in C/C++, python, and since I am taking a course that is going through a lot of languages, can answer a lot of questions regarding SML and Smalltalk. …

Member Avatar for Johnsmith1
0
148
Member Avatar for sgriffin

Hey everyone, I am a brand new member and thought I could learn and get some help at the same time. I have an assignment that implements SECDED on a 16 bit word, storing the 5 checked bits and 1 parity bit in the upper 6 bits (makes a 22-bit …

Member Avatar for sgriffin
0
266