Forum: C++ Jul 3rd, 2008 |
| Replies: 4 Views: 554 Isn't your question vague? Avoid forcing people who want to help you to assume anything. |
Forum: C Jun 27th, 2008 |
| Replies: 4 Views: 474 Codes along with relevant comments always get more help! |
Forum: C++ Jun 25th, 2008 |
| Replies: 7 Views: 1,088 Sorry, but I'm not able to understand the format of the output you want from the program. I'll be able to help if you describe in a bit detail. |
Forum: C++ Jun 25th, 2008 |
| Replies: 7 Views: 1,088 Do you mean a bar chart? Then scale those values by a suitable factor and then display the results. For e.g. for Celsius to Fahrenheit, take 0 to 100 on X-axis, and 32 to 212 on Y-axis. Scale the... |
Forum: C++ Jun 25th, 2008 |
| Replies: 7 Views: 1,088 Inside the if blocks that you've commented, wait for a character to be pressed by the user. That would print all the results on the console, and at the same time, the user will be able to view them... |
Forum: C++ Jun 24th, 2008 |
| Replies: 3 Views: 927 Which header file library are you using? |
Forum: C++ Jun 22nd, 2008 |
| Replies: 10 Views: 851 Insert the switch(userChoice) into a do-while loop and specify a break condition for the same. You'll have to increment the wins, loses and ties in the different cases of switch(computerChoice). Hope... |
Forum: C++ Jun 22nd, 2008 |
| Replies: 8 Views: 841 vijayan121 has just provided the functions, you'll have to adapt them according to your main code and use them. His functions will compile, but how do you expect them to run?! |
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2008 |
| Replies: 3 Views: 1,502 Though I may be wrong, I think that code won't be compatible. You'll have to learn VB. And that's not much difficult. Come on! |
Forum: Visual Basic 4 / 5 / 6 Jun 15th, 2008 |
| Replies: 2 Views: 1,784 Please be more specific. Specify the format of the records in the text file. Or else, state what exact problem you're facing in doing the above task. |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2008 |
| Replies: 16 Views: 1,829 |
Forum: C++ Jan 9th, 2008 |
| Replies: 16 Views: 2,175 Then mark it as solved. Use the link that appears at the end of the last post in this thread. |
Forum: Java Jan 8th, 2008 |
| Replies: 10 Views: 1,377 |
Forum: Java Jan 6th, 2008 |
| Replies: 10 Views: 1,377 Try placing all the files of your package in a directory named <PackageName>. This directory can branch off from any directory named in the CLASSPATH environment variable. You may find this... |
Forum: DaniWeb Community Feedback Dec 30th, 2007 |
| Replies: 29 Views: 2,562 Oh yes. I remember seeing the posts of 'happygeek'. I didn't know that Davey was his real name. |
Forum: DaniWeb Community Feedback Dec 30th, 2007 |
| Replies: 29 Views: 2,562 Oh, a good enough peep into the reality, ~s.o.s~. There were a lot of things in your post that I didn't know earlier. I appreciate your post because that gave me a clearer view of the situation. Let... |
Forum: DaniWeb Community Feedback Dec 30th, 2007 |
| Replies: 29 Views: 2,562 Exactly.
Great.
The links posted by users would require that the mods accept it only if it is good. This would keep it more organized. Also they should be categorized, so that for example if... |
Forum: DaniWeb Community Feedback Dec 29th, 2007 |
| Replies: 29 Views: 2,562 What do you think about categorizing the links to good articles, references, tutorials etc.? |
Forum: DaniWeb Community Feedback Dec 28th, 2007 |
| Replies: 29 Views: 2,562 Neither do I ;). But classifying the links (and keeping them updated too) seems the right way to me.. |
Forum: DaniWeb Community Feedback Dec 27th, 2007 |
| Replies: 29 Views: 2,562 Good idea. But I'm not aware of how much additional work that means for the moderators..
True. But, we cannot just build an encyclopedia. We can instead maintain a database of links for... |
Forum: C Dec 26th, 2007 |
| Replies: 15 Views: 1,726 |
Forum: C++ Dec 23rd, 2007 |
| Replies: 16 Views: 2,175 I forgot to put this inside quotes.
If you are interested in game programming learn OpenGL. If you already know it, try making games like bingo, reversi/othello, go...
Apart from games, you... |
Forum: C++ Dec 23rd, 2007 |
| Replies: 16 Views: 2,175 the basics in c++ i did solitiare game and tic tac toe game so far
If you are interested in game programming learn OpenGL. If you already know it, try making games like bingo, reversi/othello,... |
Forum: C Dec 21st, 2007 |
| Replies: 15 Views: 1,726 You can do that with the help of multi threading in C++ and Java. In C, no such feature exists. Although, some libraries for C might be supporting multi threading. I'm not sure.
And one more... |
Forum: C++ Dec 21st, 2007 |
| Replies: 6 Views: 1,804 Yes, I thought so. Now, as he has specified, changing the memory model is inapplicable to this case. |
Forum: Java Dec 20th, 2007 |
| Replies: 3 Views: 2,525 What efforts have you put in so far? Please post any coding you have done using code tags. |
Forum: C++ Dec 16th, 2007 |
| Replies: 6 Views: 1,804 I don't know about the best solution. But you can improve the existing program by using long int instead of int and also changing the memory model to large or huge. |
Forum: Java Dec 16th, 2007 |
| Replies: 7 Views: 1,061 The red part sorts the integer array intArray and then prints the sorted contents... Anything more specific you want to know about the algorithm? Then google for "bubble sort". |
Forum: C++ Dec 16th, 2007 |
| Replies: 6 Views: 1,804 The problem is the same. Solutions are worked out in different manner.
Apart from this, I could not make out from your post what problem you are facing. Please mention if I've misunderstood... |
Forum: Java Dec 16th, 2007 |
| Replies: 13 Views: 1,543 sOperator gets its value using this statement.
sOperator = (String) arg;
If your problem is solved, mark this thread as solved by clicking on the link below the last post in this thread. |
Forum: Java Dec 15th, 2007 |
| Replies: 13 Views: 1,543 Your reply was more specific. I just gave an example...
And yes,
This is a golden truth.
Thank you for the compliments :) |
Forum: Java Dec 15th, 2007 |
| Replies: 13 Views: 1,543 This is your first post. But, the next time you post your code, please use code tags so that the users can view the code along with proper alignment.
if (isFixReg)
sText2 = (String) arg;... |
Forum: C++ Dec 12th, 2007 |
| Replies: 4 Views: 2,604 I didn't understand that.
Also, if you've no more problems, then mark the thread as solved. |
Forum: Java Dec 12th, 2007 |
| Replies: 2 Views: 1,909 Post atleast one such thing (code). We'll try to make it work. |
Forum: C++ Dec 12th, 2007 |
| Replies: 4 Views: 2,604 Maybe some problem with the access specifier keywords used for that particular function. Nothing else can explain such a behaviour. Atleast post your .h file so that it makes debugging easy. |
Forum: C++ Dec 11th, 2007 |
| Replies: 5 Views: 756 No, I can't think of a better way. danzona has given an excellent peice of advice. Stick to it.
In doing these logically simple tasks, so you won't get any logical errors. You might get syntax... |
Forum: C Dec 8th, 2007 |
| Replies: 8 Views: 923 What is that?
Use code tags & re-post the code along with the errors you are getting.. |
Forum: C++ Nov 29th, 2007 |
| Replies: 8 Views: 889 Just state in the pseudocode that x=x+20 results in incrementing the value of x by 20. Nothing else would be required. |
Forum: C++ Nov 28th, 2007 |
| Replies: 8 Views: 889 I think you've not learnt the basics yet... First the value of LHS expression is evaluated and then it is assigned to the variable on RHS... So, first X+20 (50) is evaluated & then it (50) is... |
Forum: C++ Nov 27th, 2007 |
| Replies: 6 Views: 3,704 Use code tags :D
If you mean that you want to implement the same algorithm for a series of numbers, use arrays. If you want to pass them one at a time to the function, then put the function... |