-
Began Watching Open an email from c++
Good Evening, I'm working on a program that will allow user input and will take that input, insert it into blank spots into an email template, and then prepopulate the … -
Replied To a Post in my software using 2nd system, but data need to save 1st system. How?
And the reason you are using VB 6.0 and MS Access is? I am not saying it is wrong to do so, but it is a bit unusual, which makes … -
Replied To a Post in C to MIPS conversion
I am assuming this a class assignment, or some sort of training exercise, since, as @rproffitt said, for any sort of work project the logical solution would be to compile … -
Began Watching C to MIPS conversion
I'm trying to convert the following C code to MIPS64 (very new to this): If Im given the addresses: (a @ 100) (b @ 200) (c @ 300) long int … -
Replied To a Post in Getting user input for calculator- NASM IA-32
Just to be clear for anyone reading this later, the example code in the original post is from the [NASM online documentation](http://www.nasm.us/xdoc/2.13.03/html/nasmdoc4.html#section-4.2.3). I am afraid that it really wouldn't be … -
Began Watching Getting user input for calculator- NASM IA-32
The homework is to create a pretty simple calculator, and I think I understand how to do all the calculations well enough, but I'm struggling with a different part of … -
Replied To a Post in Copy a String Backwards
Please don't resurrect long-dead threads like you just did. It is very unlikely that the people you are replying to are still on Daniweb after 8 to 9 years. As … -
Began Watching Copy a String Backwards
I had been writing a program that enforces the loop instruction with indirect addressing but I need it to copy a string from source to target, reversing the character order … -
Replied To a Post in my software using 2nd system, but data need to save 1st system. How?
OK... first off, if you don't mind me asking, why did you settle on VB 6.0 and MS Access? Is there a specific need for that particular (20 year old, … -
Began Watching my software using 2nd system, but data need to save 1st system. How?
Hi, I have one doubt. I did creat a new software from vb 6.0. Database management system. I am using MS access database. that is saved and connectivity in my … -
Replied To a Post in EMI Calaulator
In the future, please check the dates of a thread before replying. -
Began Watching EMI Calaulator
Hiya !! M pretty new to VB.Net and need an expertise guidance in making of my project named Loan Management system... I got a form named 'emicalculator' and the details … -
Replied To a Post in How to connect sql server on codeblocks using C
The listings are by database engine, not language. Which SQL RDBMS are you using (SQL is a standard, not a specific DB engine), and which version? I am guessing MS … -
Began Watching How to connect sql server on codeblocks using C
I want to connect my database (sql) into a program i made on c in codeblocks but i cant find a way to do it -
Gave Reputation to mike_2000_17 in About compiler warnings. Why do folk ignore or turn them off?
> But I suppose this will never happen again in future missions. I wish... I know from good sources that this kind of thing happens again and again about a … -
Began Watching C to MIPS Translation
**I'm having difficulty translating C code that loops through an array of grades. The C code is as follows:** int A, B, C, D, F; // declare grade counters int … -
Replied To a Post in C to MIPS Translation
**@rproffitt** and **@rubberman**: I am assuming the OP is writing this for an assembly language course, in which case the C code is simply given as a guide for hand-coding … -
Replied To a Post in The Cyberg Project
> #Schol-R-LEA I am goonna go there too and discuss this same issue. OK, then. Just make sure you have read and understood the wiki pages I linked to previously … -
Began Watching The Cyberg Project
Hello guys, I am Toni Hacker, i browsed through this forum and I saw you guys really talk more about programming. i wanna make an operating system but i need … -
Replied To a Post in The Cyberg Project
I agree with JOSheaIV that this seems somewhat hinky. However, if you are in fact sincere, you would find a better forum for this matter at the [OS-Dev forum](http://forum.osdev.org), which … -
Began Watching Turbo C help
Enter 10 student grades and print the total number of passing and failing grades entered -
Replied To a Post in Turbo C help
Actually, in India and Pakistan, it is even worse that that: last I heard (as recently as last summer), the national university systems continue to *mandate* the use of Turbo … -
Began Watching Need Help Starting This Program!
I really need help creating this program, i am not very good at coding and you all would be a blessing to help me. Thanks in advance! Assignment Create an … -
Replied To a Post in Need Help Starting This Program!
In the absence of further information, should we assume you spoke to the professor and all is right in the world, or did you still need help, and if the … -
Began Watching do not like the new design
I do not like the new design , tonight , I can not find the python forum . whose idea was this anyway ? -
Replied To a Post in do not like the new design
> DaniWeb receives about one thirtieth of the traffic we received three years ago and only getting worse. Yes, but I gather that this has been true about programming fora … -
Began Watching A historical question about compilers
hi, the question is simple how they made the 1st compiler Ever ! -
Replied To a Post in A historical question about compilers
What Labdabeta said is correct, but a bit skimpy, so I'll give you a bit more detail. For the first five to ten years of programmable electronic computers, programming was … -
Began Watching Simple Operating System
Im trying to create something like a simple OS. but Im trying to make the drag and drop system, I dont know even how to start with this, any help? -
Replied To a Post in Simple Operating System
A better place to start might be the [OSDev wiki](http://wiki.osdev.org/Main_Page), especially the Introduction page (particularly the section '[What Is An Operating System?](http://wiki.osdev.org/Introduction#What_is_an_Operating_System.3F)'), [Beginner's Mistakes](http://wiki.osdev.org/Beginner_Mistakes), and [Required Knowledge](http://wiki.osdev.org/Required_Knowledge). The textbook can … -
Replied To a Post in Question about accessing character handling functions
Hmmn, that is the most recent version, so you should be fine. My concern was mostly that you might have had an older compiler, and might have wanted to upgrade … -
Began Watching Question about accessing character handling functions
Hi all! Whenever I am working with my code in my main.cpp file, I can call character-handling functions like * isdigit * isalpha * isspace * toupper without importing the … -
Replied To a Post in Question about accessing character handling functions
**nathan.pavlovsky**: I know that you have the explanation, but the question itself may indicate a possible problem. I say this because it used to be common for compiler packages to … -
Began Watching Exception Handling
I'm working on exception handling. Here is my code, I need some help.. Requirements: => If the user push a value to stack when stack is full,it must throw an … -
Replied To a Post in Exception Handling
I think a more basic explanation may be called for... Like most languages still in use, C++ is still evolving over time, and the official standards for the language is … -
Began Watching Game on c++
Hi ! I am trying to do a game for children to test their attention. So I have two images and they have to find out the differences between the … -
Replied To a Post in Game on c++
**natanhailu**: I realize that you are a newcomer here, but there are some pieces of netiquette you should be made aware of. First off, you should not post a new … -
Began Watching just need a boost to start
hello..... i am new in the coding field..... and i understand the working of codes in java......but couldn't able to start.....i have to make a program of videoconferencing.....how to start … -
Replied To a Post in just need a boost to start
> Thnx for your replies....actually i am B.TECH in computer science. I assume that you mean that you have actually graduated with said degree, rather than that you are currently … -
Began Watching Vector of a class which contains ofstream as one of its data member
Hi, I am trying to create a vector of a class which contains ofstream object as one of its member. The problem I am facing is that when I add … -
Replied To a Post in Vector of a class which contains ofstream as one of its data member
Part of the practical upshot of what vijayan121 is saying here is that you should always pass stream objects (or any other non-copyable objects) by explicit reference (that is, using … -
Began Watching enemy intelligence
Im having trouble making the enemy walking intelligence, what road to take to reach the target. So even though i have try this for 3 days, i have no clue … -
Replied To a Post in enemy intelligence
As an aside, the wording here in the original post caught my eye: > i have write and erased many code,right now whats left is this... I was wonder, do … -
Began Watching travel salesman
Given a collection of towns in Borneo, Your task is to design a program using C++ programming language to find a way to visit all the towns and return to … -
Replied To a Post in travel salesman
Do a search on the [Travelling Salesman Problem](https://duckduckgo.com/?q=travelling+salesman+problem&t=ffnt&ia=about), for details as to the algorithmic complexity of the problem and various solutions available for it, but keep in mind that your … -
Replied To a Post in C# Vs. other Web development languages
Yeah, I've had that problem myself; a lot of people can't get past the similarity in the names (which was Netscape's whole purpose in calling it that), and superficially, Java … -
Began Watching Top books on C++?
Hello I'm a freshly new Graduate student of computer technology engineering, i'm interested in C++ as my first step into learning computer science, what books other than Bajarni books do … -
Replied To a Post in Top books on C++?
[Check the stickies before posting](https://www.daniweb.com/software-development/cpp/threads/70096/c-books). As for which ones are best, you'd probably at least two different answers from every C++ programmer out there. -
Replied To a Post in C# Vs. other Web development languages
Desipte their names, Java and JavaScript are completely unrelated languages; in fact, when Netscape originally created JavaScript, they were going to call it LiveScript, but changed the name after Sun … -
Began Watching C# Vs. other Web development languages
just a question what are the advantages that C# as a general purpose programing language has over other web development programming languages such as HTML 5 CSS and so on
The End.