Search Results

Showing results 1 to 40 of 50
Search took 0.01 seconds.
Search: Posts Made By: volscolts16
Forum: C++ Oct 14th, 2009
Replies: 4
Views: 249
Posted By volscolts16
My initial problem is fixed and now I have another, when using char and strcmp, my code does not allow for the user to input more than one word per line. Like address cannot have spaces in it. How...
Forum: C++ Oct 13th, 2009
Replies: 4
Views: 249
Posted By volscolts16
We use MS Visual Studio for our code hope this helps.
Forum: C++ Oct 13th, 2009
Replies: 4
Views: 249
Posted By volscolts16
I'm writing code for an address book that the information will be output to a text file in alphabetical order. I have most of the code, and I have done this kind of thing before, but it has been over...
Forum: C++ Sep 14th, 2009
Replies: 4
Views: 198
Posted By volscolts16
Error 1 error C3861: 'Add': identifier not found e:\312 2\vectormatrix\vectormatrix\main.cpp 28

on lines 28 and 32 of the Main file.
Sorry forgot to post that. Ty
Forum: C++ Sep 14th, 2009
Replies: 4
Views: 198
Posted By volscolts16
I am getting this error when I compile. I have tried taking Add out the code, but I do not get an output then. How can I fix this to produce an output??



//This program serves as a test for the...
Forum: C++ Nov 9th, 2008
Replies: 2
Solved: Clock tick
Views: 1,379
Posted By volscolts16
What is a clock tick equal to in ctime??
Forum: Computer Science Oct 26th, 2008
Replies: 2
Views: 2,891
Posted By volscolts16
http://i357.photobucket.com/albums/oo11/volscolts16_bucket/Labpart3.gif
Forum: Computer Science Oct 26th, 2008
Replies: 2
Views: 2,891
Posted By volscolts16
Hi all,
I have been pulling my hair out in this one. I am using logisim to build this for lab. I have combined a half adder (a,b inputs and s, c outputs) with the carry coming out to represent z...
Forum: Computer Science Oct 14th, 2008
Replies: 1
Views: 555
Posted By volscolts16
I need to convert 3 Not's, 5 And's, and 2 Or's Gates to just 4 or less Gates?? Thanks
Forum: C++ Oct 13th, 2008
Replies: 6
Solved: New Error C4715
Views: 486
Posted By volscolts16
Ok, started debugging and came up with this:

> msvcr80d.dll!strcmp(unsigned char * str1=0x00000000, unsigned char * str2=0x0012fc50) Line 83 Asm
Binary Search Tree.exe!delete_node(tree_node *...
Forum: C++ Oct 13th, 2008
Replies: 6
Solved: New Error C4715
Views: 486
Posted By volscolts16
Fixed that. Thanks Stilllearning, I had deleted it.
New problem has risen when I try to delete or edit, I get an Just-in-time Debugger error.
An unhandled win32 exception occurred in Binary search...
Forum: C++ Oct 13th, 2008
Replies: 5
Views: 1,189
Posted By volscolts16
Thanks CSCGal. Actually to fix it I had left out two braces, where Case 4 is. Any east fix and it took care of all of my errors. Simple mistake.
Forum: C++ Oct 13th, 2008
Replies: 6
Solved: New Error C4715
Views: 486
Posted By volscolts16
Thanks in advance!!
Forum: C++ Oct 13th, 2008
Replies: 6
Solved: New Error C4715
Views: 486
Posted By volscolts16
I had completed my code for my project, then decided to change it. I now have an error that I do not understand. C4715 which according to MSDN.com is 'function' : not all control paths return a...
Forum: C++ Oct 12th, 2008
Replies: 5
Views: 1,189
Posted By volscolts16
Thanks, just forgot I guess. Anyways I figured what was wrong with my code and it is now fixed. Thanks again.
Forum: C++ Oct 12th, 2008
Replies: 5
Views: 1,189
Posted By volscolts16
I apologize I put the code between brackets but its not working is it b/c of the length?
Forum: C++ Oct 12th, 2008
Replies: 5
Views: 1,189
Posted By volscolts16
Evening to everyone. I have a new project that is rather lengthy, but I am almost done with it. Sorry about the long read, but I was hoping to answer any questions that you may have upfront by...
Forum: C++ Oct 9th, 2008
Replies: 4
Views: 454
Posted By volscolts16
I'm just going to try and write it outright. I will jump back on here if I need help. Thanks
Forum: C++ Oct 9th, 2008
Replies: 4
Views: 454
Posted By volscolts16
Yes, I do. It's rather lengthy.
Forum: C++ Oct 7th, 2008
Replies: 4
Views: 454
Posted By volscolts16
Hi everyone,
I have a project that I have to do in C++. I have already done a very similar project in Java in another course. It's kind of amazing that the teacher that was teaching the java course...
Forum: C++ Sep 28th, 2008
Replies: 5
Views: 419
Posted By volscolts16
I think I have figured out the Error LNK1120 is because I have C code trying to compile in C++. Can anyone tell me if this is true?
Forum: C++ Sep 28th, 2008
Replies: 5
Views: 419
Posted By volscolts16
What is error LNK2019 and fatal error LNK1120?
Forum: C++ Sep 22nd, 2008
Replies: 4
Views: 509
Posted By volscolts16
Yes, the majority of the problem seems to occur in this part of the code:
void infix_to_postfix(queue<token> &postfix)
which is located in the main. Hope this helps in some way.
Forum: C++ Sep 22nd, 2008
Replies: 4
Views: 509
Posted By volscolts16
I have a problem with the new program, it compiles and and it debugs, but when I get to the command lines and enter my function it gives me a debug assertion failure. We are supposed to be finding...
Forum: C++ Feb 22nd, 2008
Replies: 1
Views: 508
Posted By volscolts16
Ok, I am tryin to use the proper coded way that a few of you have asked, so don't yell if I screw up the first time, please. I was able to debug and run, but had many errors, I have fixed several...
Forum: C++ Jan 21st, 2008
Replies: 2
Views: 521
Posted By volscolts16
Well another semester has started almost done with all java classes, and now C++ has started. I like it so far it is shorter and somewhat easier code. I have a homework assignment which I have...
Forum: Java Nov 28th, 2007
Replies: 0
Views: 3,784
Posted By volscolts16
Problem: I am not sure how to get the Treeiterator started into the main, or how output to the file. Thank you in advance sorry for the long read, but it is a long project, for such little output.
...
Forum: Java Nov 12th, 2007
Replies: 3
Views: 1,218
Posted By volscolts16
Hi All,
I have a new assignment which I have worked most of the way out, except I have one issue. When I sort the large text file it does not print out all the information at that moment, I have to...
Forum: Java Oct 8th, 2007
Replies: 3
Views: 841
Posted By volscolts16
Anyone with suggestions??
Forum: Java Oct 7th, 2007
Replies: 3
Views: 841
Posted By volscolts16
In this experiment, people take turns playing and you can delete or add players, Seem to have a couple of issues left, not sure how to work out. One of the problems is the display, the other is a...
Forum: Java Sep 20th, 2007
Replies: 2
Views: 1,246
Posted By volscolts16
Thank you!! I got so wrapped in trying to fix other problems on it I didn't even see the size issue.
Forum: Java Sep 19th, 2007
Replies: 2
Views: 1,246
Posted By volscolts16
I having a small problem with the output on the Your CD's side, they are only viewable if I double click inside the pane, then they show up, almost like the pane is on top. How can I fix, I have...
Forum: Java Sep 1st, 2007
Replies: 1
Views: 1,384
Posted By volscolts16
Hi All,
Thanks to everyone who helped work out my probs last semester. Ended up with a B in Computer Science class. Even though I thought I was going to fail. Anyway, New semester another new...
Forum: Java Apr 24th, 2007
Replies: 2
Views: 875
Posted By volscolts16
Thanks Peter. I appreciate it.
Forum: Java Apr 24th, 2007
Replies: 2
Views: 875
Posted By volscolts16
I have a project that I am doing, but I cannot get my final answer to go into the text field that I want, it keeps coming out in a new terminal window. What did I do wrong??

import...
Forum: Java Mar 21st, 2007
Replies: 1
Solved: Magic Square
Views: 8,609
Posted By volscolts16
Background:
An n x n matrix that is filled with the numbers 1, 2, 3, ... n squared is a magic square if the sum of the elements in each row, in each column, and in the two diagonals is the same...
Forum: Java Mar 20th, 2007
Replies: 8
Views: 1,352
Posted By volscolts16
No Duckman, the problem is I can pass the course, even above a B if I want, the tests are hard, and mostly code, so I can just go in there and just memorize everything, thats not the issue, I want to...
Forum: Java Mar 19th, 2007
Replies: 8
Views: 1,352
Posted By volscolts16
Sorry Duckman one way or the other I will get it. The grade is never the problem, the problem is understanding the language. I am perfectly fine with the "C", if I can come out of the course with the...
Forum: Java Mar 15th, 2007
Replies: 8
Views: 1,352
Posted By volscolts16
I am taking a Java Beginner class, which I have explained in an earlier thread. I read the chapters and do understand them to an extent, but when it comes to doing the homework, I am at total loss. I...
Forum: Java Feb 26th, 2007
Replies: 1
Solved: ExpApproximator
Views: 975
Posted By volscolts16
I have left out something here or done something wrong??
Background:
We are supposed to implement a class ExpApproximator. It uses the power series and keep adding values until a summand (term) is...
Showing results 1 to 40 of 50

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC