Search Results

Showing results 1 to 27 of 27
Search took 0.01 seconds.
Search: Posts Made By: winky
Forum: C# Jan 28th, 2009
Replies: 2
Views: 1,055
Posted By winky
Hey everyone, relatively new to C#, and completely new to the C# forums.

Just have a quick question.... I'm making a web service oriented browser, and am trying to use a service that updates a...
Forum: Java Oct 17th, 2008
Replies: 1
Views: 2,668
Posted By winky
Hey everyone,

I am trying to convert the members of a string into their integer values, but not ASCII values. For instance, if I have the string "12", I want the following portion of the code to...
Forum: Java Sep 28th, 2008
Replies: 0
Views: 605
Posted By winky
Hey guys,
Been awhile since I've done any JAVA, so I'm looking for some help. I'm trying to implement a recursive descent parser with three terminals ( @ , ?, @@). I could use some help on a couple...
Forum: C Sep 8th, 2008
Replies: 4
Views: 547
Posted By winky
The code that I wrote is supplied to us; we are supposed to change it, so that it computes the number of digits to any base. I don't exactly understand what that means or how I would go about doing...
Forum: C Sep 8th, 2008
Replies: 4
Views: 547
Posted By winky
I am supposed to rewrite the code below to "compute the number of digits to any base(such as base 2, base 16, base 8)." Just wondering if any of you can provide any explanation or pseudocode on how...
Forum: C++ May 3rd, 2008
Replies: 2
Views: 3,030
Posted By winky
Weird...

I created an empty project the first time... got the error.... a second time ... got the error....
third time... and it worked....

Anyway, thanks for the help. Not sure what the deal...
Forum: C++ May 2nd, 2008
Replies: 2
Views: 3,030
Posted By winky
I recently downloaded Visual C++ 2008 express edition, and when I tested it out with a simple "Hello World" program, I got the following error:

general error c1010070: Failed to load and parse the...
Forum: C++ Apr 25th, 2008
Replies: 8
Solved: windows.h
Views: 3,603
Posted By winky
Awesome man... thanks again.... You are always so helpful.
Forum: C++ Apr 25th, 2008
Replies: 8
Solved: windows.h
Views: 3,603
Posted By winky
Yeah, I was trying to avoid downloading the SDK.... is there a free version of 2008, or am i going to have to end up buying it.

(I would look myself, but I'm at work and almost everything is...
Forum: C++ Apr 25th, 2008
Replies: 8
Solved: windows.h
Views: 3,603
Posted By winky
I am currently attempting to program my first game in C++ using Microsoft Visual Studios Express 2005. After doing some research, I found that it is missing several packages including the one that I...
Forum: C++ Mar 5th, 2008
Replies: 4
Views: 2,073
Posted By winky
Yeah, I implemented a loop to manage user input. I also fixed my function, so that added a number to binary tree works, but I am having trouble discerning how to enter a Node parameter (i.e. the...
Forum: C++ Mar 4th, 2008
Replies: 4
Views: 2,073
Posted By winky
Hey guys I'm attempting to create a binary tree using pointers and then be able to do functions like post-order, pre-order, etc.

Anyways, I am having problems with getting the functions to work...
Forum: Java Feb 12th, 2008
Replies: 1
Views: 1,936
Posted By winky
Hey everybody,

My current Networking teacher gave us sample code to show us how socket programming works. Problem is, I haven't had to use JAVA in so forever, let alone ECLIPSE (although I hear...
Forum: C++ Feb 11th, 2008
Replies: 3
Views: 2,372
Posted By winky
Hey all,

I am currently learning about socket programming in my Networking class. Our teacher gave us an example of a server class for it, and while I was trying to build it I came across the...
Forum: C++ Oct 31st, 2007
Replies: 2
Views: 2,442
Posted By winky
Ok, so the last thing that I want to do with this is create a displayqueue operation instead of using the cout in the main. I know I can't use the dequeue function in the displayQueue function, so I...
Forum: C++ Oct 31st, 2007
Replies: 4
Views: 4,487
Posted By winky
I am trying to make an ATM machine, while trying to teach myself how classes interact with each other. I feel as though the main idea of the program is correct, but as you can see, I am having a lot...
Forum: C++ Oct 27th, 2007
Replies: 2
Views: 2,442
Posted By winky
Hey guys. I am trying to take a normal queue and change it into a cyclic queue, which basically means that the enqueue operation will make the elements shift to make space if the rear pointer is...
Forum: Assembly Oct 21st, 2007
Replies: 0
Views: 1,366
Posted By winky
I am currently studying the impact of microarchitectural techniques. I have been looking at code and how to stall it correctly, as well as how to make it more efficient. I have been doing this...
Forum: C++ Oct 13th, 2007
Replies: 7
Views: 2,864
Posted By winky
Consider this solved :) Thanks Narue
Forum: C++ Oct 13th, 2007
Replies: 7
Views: 2,864
Posted By winky
Thanks for the replies guys.

Didn't realize that what I was doing wasn't conversion heh. So, after looking at it, why wouldn't I be able to do something like this in the recursiveReverse...
Forum: C Oct 11th, 2007
Replies: 1
Views: 1,416
Posted By winky
Hey all,
I am new to C/C++ and this week we just started object oriented C++. Before I dive into it I want to have a good understanding of simulating object oriented programming with C. Anyway, I...
Forum: C++ Oct 6th, 2007
Replies: 7
Views: 2,864
Posted By winky
Hello again :),
I am writing a code that will recursively write a string in reverse. The problem is in my recursiveReverse function. I feel like the idea is right, but the implementation is...
Forum: C++ Oct 3rd, 2007
Replies: 3
Views: 2,126
Posted By winky
Ok, so I fixed the prototype, and I am able to get it ascend and descend by changing '<' to '>', but it seems like if i change it for one of the bubblesort functions it effects both. It is also...
Forum: C++ Oct 1st, 2007
Replies: 2
Views: 927
Posted By winky
ahhhhh see when I first tried what you suggested I ended up only changing the first if statement then debugging to see if that worked, but I probably just tested wrong. I took your advice and ended...
Forum: C++ Oct 1st, 2007
Replies: 3
Views: 2,126
Posted By winky
Newbie C++ programmer here :)
I'm supposed to bubble sort an array to where I can eventually print it ascending and descending in the correct order. I am, however, having trouble passing the...
Forum: C++ Oct 1st, 2007
Replies: 2
Views: 927
Posted By winky
Hey guys :),
Thanks for any help ahead of time.
I'm writing a program that would take the input scores of seven judges and throw out the highest and the lowest.
#include<iostream>
using namespace...
Forum: C++ Sep 24th, 2007
Replies: 3
Views: 3,222
Posted By winky
Hey guys,
First time poster here.:)

Just started my C++ career and am working with pointers/arrays at them moment. I was wondering why I cannot take a user input ('n') to create the size of the...
Showing results 1 to 27 of 27

 


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

©2003 - 2009 DaniWeb® LLC