-
Replied To a Post in Request for help | AI
You said that you wanted it to be able to perform a search and *retrieve relevant data from that search*. That's the difficult part. Programs don't actually understand *anything*, at … -
Began Watching Request for help | AI
Hi. I was wondering creating a Artificial intelligent program. I know that all app wo do even simple tasks are AI. but I dont want a simle task app. I … -
Replied To a Post in Request for help | AI
These really aren't things an individual programmer - no matter how skilled - can accomplish on their own. While there are existing natural language, text-to-speech, and speech-to-text engines available, most … -
Began Watching C++ Pig Latin Translator program issues
Hi everyone, I am working on a C++ Pig Latin program for school which translates English sentences into Pig Latin. Here are the guidelines to it: You are to write … -
Replied To a Post in C++ Pig Latin Translator program issues
First off, do not commit thread necromancy; this thread had been dead for four years, until you ressurected it. If you have a new question, start a new thread. Second, … -
Began Watching hinding codes from other(need urgent help?)
hello anyone i want to copyrigt my souce code so that the copyright message is hidden from anyone who open the code in c++ but show the message on console … -
Replied To a Post in hinding codes from other(need urgent help?)
First off, is this an open-source project, or one where the source is distributed for some other purpose? If you are distributing the program solely as binaries, then there is … -
Began Watching How to configure graphics.h in Dev-C++
Hi pals, I am a Newbie in C++ Programming field. I plan to add graphics.h header class in Dev -C++ Version 4.9.9.2 from Bloodshed which is come along with Borland … -
Replied To a Post in How to configure graphics.h in Dev-C++
plzzzzzzz don't commit thread necromancy. If you need help, start a new thread. That having been said, your question is too general, and isn't necessarily connected to the original post, … -
Replied To a Post in NEED HELP with project
That was the one I was thinking it might be, but I was hoping the OP could confirm this. -
Replied To a Post in NEED HELP with project
Oh, I forgot to add that the `graphics` module you are using is not part of the Python standard library; I have a pretty good guess as to which one … -
Began Watching file handling with form application
how to file handling e.g read and write file ,with window form application in visual studio -
Replied To a Post in file handling with form application
While I cannot be certain, it is likely due to a lack of scoping on the `string` declaration. The C++ standard `string` class resides in the `std` namespace, and you … -
Edited Required Information when posting to the Assembly Forum (PLEASE READ FIRST)
When posting any request for help with an assembly language problem, we ask that you provide some crucial information: * The operating system (Windows, Linux, MacOS, etc.) the program will … -
Edited Required Information when posting to the Assembly Forum (PLEASE READ FIRST)
When posting any request for help with an assembly language problem, we ask that you provide some crucial information: * The operating system (Windows, Linux, MacOS, etc.) the program will … -
Created Required Information when posting to the Assembly Forum (PLEASE READ FIRST)
When posting any request for help with an assembly language problem, we ask that you provide some crucial information: * The operating system (Windows, Linux, MacOS, etc.) the program will … -
Began Watching Required Information when posting to the Assembly Forum (PLEASE READ FIRST)
When posting any request for help with an assembly language problem, we ask that you provide some crucial information: * The operating system (Windows, Linux, MacOS, etc.) the program will … -
Replied To a Post in Why Intel wants to kill the x86 platform
Well, they *had* been licensing the ARM architecture a few years ago, so it wouldn't be too big of a surprise if they did so again. -
Began Watching Home work
Can someone kindly help me with a solution to this assignment http://math.hws.edu/eck/cs225/s09/lab9/ CPSC 225, Spring 2009 Lab 9: Sets in the Java Collection Framework For this week's lab, you will … -
Replied To a Post in Home work
OK, what have you tried so far? -
Began Watching NEED HELP with project
Need to have balls moved when touched using getmouse() also need an if then statement when ball is clicked to have it moved -
Replied To a Post in NEED HELP with project
What happens when you try to run it? (BTW, there seems to have been some kind of problem when you pasted the code, but don't worry, it isn't hard to … -
Edited Why Intel wants to kill the x86 platform
In a post earlier today, I asserted that Intel wanted to get rid of the x86 platform. It occurred to me that a lot of folks may not understand this … -
Edited Why Intel wants to kill the x86 platform
In a post earlier today, I asserted that Intel wanted to get rid of the x86 platform. It occurred to me that a lot of folks may not understand this … -
Edited Why Intel wants to kill the x86 platform
In a post earlier today, I asserted that Intel wanted to get rid of the x86 platform. It occurred to me that a lot of folks may not understand this … -
Created Why Intel wants to kill the x86 platform
In a post earlier today, I asserted that Intel wanted to get rid of the x86 platform. It occurred to me that a lot of folks may not understand this … -
Began Watching Why Intel wants to kill the x86 platform
In a post earlier today, I asserted that Intel wanted to get rid of the x86 platform. It occurred to me that a lot of folks may not understand this … -
Began Watching "no instance for overloaded function"
I tried to build really basic associative array but it turned out I don't have enough knowledge, so I tried something less, and less, and less, because I kept failing … -
Replied To a Post in "no instance for overloaded function"
Actually, this is what I believe is now called 'C++ for .Net Applications', what used to be called 'Managed C++' (or as I always preferred, 'Mangled C++'). It is a … -
Began Watching New in Forum
Assalam o alikum my name is Al-Haya Noor and i am using very first time the forum. is there any one who guide me? i have a problem while doing … -
Replied To a Post in New in Forum
Unfortunately, Objective-C - a higher level language comparable to C++, but more directly influenced by Smalltalk, and used primarily on MacOS and iOS systems - is actually quite a different … -
Replied To a Post in define linked list called students in data struct C++
Well, in that case, you have come to the wrong place; no one here is going to do your homework for you. We will give advice, help and comiseration, but … -
Began Watching define linked list called students in data struct C++
define linked list called student name number address and the following function add function that add the information of the student 2 search function that search print the name of … -
Replied To a Post in define linked list called students in data struct C++
What kind of help do you need? -
Began Watching CONSOLE COLOR
HOW CAN I CHANGE CONSOLE COLOR ??? -
Replied To a Post in CONSOLE COLOR
*/me covers ears from the shouting* As Moschops said, it depends on the operating system, on the C compiler and libraries you are using, and in some cases, the specific … -
Began Watching Doubt on Inheritance.
I have a Task class (superclass) which inherited PracticeTest class(childclass). I'd faced question regarding my pass year question. In fact, we are allowed to declared like this Task aTask = … -
Replied To a Post in Doubt on Inheritance.
OK, rather than getting caught up in the details of the specific matter, let's talk basic principles for a bit. The main purpose of inheritance is to allow common elements … -
Began Watching converting python to pseudo code
Hi. I'm trying to convert my python file into pseudo code but I have no idea of how pseudo code work. continueAnswer = input("Please enter either continue to carry on … -
Replied To a Post in converting python to pseudo code
Pseudo-code **doesn't** work; that's the whole point of it. It is a higher-level description of a problem without the details that would make it a running program. Pseudo-code isn't a … -
Replied To a Post in C++ Shopping List
I apologize for having hurt your feelings; as I said, I was pretty sure you *hadn't* meant it that way, but it can be hard to tell sometimes. We do … -
Began Watching C++ Shopping List
basicly my project is making a shopping list which allow the user to: - type 1 to add a new shopping list - type 2 to add an item on … -
Replied To a Post in C++ Shopping List
**CSprogA**: While I would have worded it rather differently, I have to agree with Hassan_12 on this. You would have to tell us what help you need, and ask [meaningful … -
Began Watching Help with Compiler Design in C (Using Flex/Bison)
Hey all, This is my first time posting on GoExpert, so I'm excited to see what the community here has to offer! Anyway, I am currently working on creating a … -
Replied To a Post in Help with Compiler Design in C (Using Flex/Bison)
If you check the dates, you would see that this thread is four years old, and that Krysis has not been on Daniweb since then. Please avoid thread necromancy in … -
Began Watching c++ code illustrating use of linked lists
i need a c++ code which explain insertion and deletion of nodes from any position -
Replied To a Post in c++ code illustrating use of linked lists
No, what you *need* is to read the [Daniweb Forum Rules](https://www.daniweb.com/community/rules), specifically this one: > **Do** provide evidence of having done some work yourself if posting questions from school or … -
Began Watching C++ question
can you pls help me for this , " write a program that will accept 3 row and 1 column integer number compare the value of x,y,z. -
Replied To a Post in C++ question
**goold**: Hijacking a thread with an unrelated question is rude. Hijacking a thread to make the exact same mistake that the OP was criticized for is simply *stupid*. **DON'T BE … -
Began Watching Twitter Bot to Make New Colours - Will Pay Money
Hi we need someone to help us with a project that involves creating a twitter bot that will take lists of common unigrams and bigrams along with a list of …
The End.