-
Replied To a Post in Memorable Quotations
Men are generally against reason when reason is against them. - Thomas Hobbes -
Replied To a Post in C++ to C ????? i need help guys T.T I want to convert it to c but i cant
1. whby do you have to convert it? 1. why can't you convert it? 1. are there any error messages? 1. what is the platform (windows/linux)? 1. what compiler are … -
Replied To a Post in Best programming language for video games
Whatever language you choose, become familiar with it before you try to do anything complex. -
Replied To a Post in print N characters
Start with pseudo-code. Instead of coding (telling the computer how to do it), pretend you are writing instructions to tell a human how to do it. -
Replied To a Post in c++
You obviously didn't read the rules [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) or [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) or you would have 1. shown proof of effort 1. chosen a more descriptive thread title … -
Gave Reputation to Santanu.Das in Syntax Error in From Clause. Selecting between two Dates
FROM WHICH TABLE YOU ARE GETTING THESE `[AMOUNT],[INTEREST],[TERMS], [TotalInterest]`. YOU MUST SPECIFY THEM IN FROM CLAUSE. YOU CAN USE `BETWEEN` CLAUSE FOR A RANGE OF DATES IN WHERE CLAUSE. `WHERE … -
Replied To a Post in Final version of MicroAPL APLX available for free
You don't need a special keyboard. It just takes a little while to recall which keys are for which symbols. Lower/upper case letters are as you would expect. More common … -
Replied To a Post in HELP! Pseudocode assignment
You'll notice I waited until all the heavy lifting was done ;-P -
Replied To a Post in HELP! Pseudocode assignment
The criterion was "if more than two features do not match they are denied". In that case IF no-match <1 PRINT 'denied' should be IF no-match > 2 PRINT 'denied' … -
Replied To a Post in Final version of MicroAPL APLX available for free
It seems that [Dyalog](https://www.dyalog.com/), the company that took over MicroAPL, is making their implementation freely available for personal use. The Dyalog APL supports multi-threading which is a perfect fit for … -
Replied To a Post in Feeling Embarrassed About My Coding Abilities
A huge problem I had to deal with several times over the years is the programmer who overestimates their abilities. I would much rather work with a programmer like you … -
Replied To a Post in Amazon Stock Dip
Not surprised it took a dip. I recently bought a few items from Amazon. One order (two pieces of luggage) had to be returned because the luggage was larger than … -
Replied To a Post in Memorable Quotations
Two People You Should Never Trust: A religious leader who tells you how to vote, and a politician who tells you how to pray. - Unknown -
Replied To a Post in Memorable Quotations
It's more dangerous to assume people know what they are talking about than it is to assume they don't. - Unknown -
Replied To a Post in Help With Programming a Java TicTacToe Game
>Young people trapped in past-their-sell-by bodies, maybe. But old, no. Old is a state of mind. I couldn't agree with you more. I've never felt the age I was at … -
Edited VS-15 does not run after update of Win-10
A cumulative update May-18 released by Microsoft, there are some new features added and I update my W10 in my lap but after updating VS-15 Pro does not load its … -
Edited VS-15 does not run after update of Win-10
A cumulative update May-18 released by Microsoft, there are some new features added and I update my W10 in my lap but after updating VS-15 Pro does not load its … -
Replied To a Post in Help With Programming a Java TicTacToe Game
OK. We're old. Yesterday I was roller skating on the bike/walking path. I wear old-school roller skates (the kind they wear for roller derby), not the in-line roller blades. There … -
Replied To a Post in Help With Programming a Java TicTacToe Game
Similar, indeed. I started programming in first year engineering in 1971 then switched to comp sci the next year. -
Edited MLM Project , Dynamic Binary tree creation using php and mysql
hello friends , i need a help to create a binary tree using PHP and mysql. Friends i able to create a tree which is start form parentID with 0 … -
Replied To a Post in Dell XPS 12 New motherboard, wifi card, switc
Check the fan. Overheating can cause your problem. -
Replied To a Post in my life's 1st programming c assignment: help!!
A tip for future posts - if you are getting errors then post the error messages (and the lines that are causing the errors). -
Edited VB 7th Edition Chapter 5 Programming Challenge #3
I am working on the workshop selector in Visual Basics 7th Edition chapter 5 and I just can't get the calculate total button to work after trying numerous different codes. … -
Replied To a Post in Help With Programming a Java TicTacToe Game
It is entirely possible you have a terrible prof. For example, one of my third year classes was in databases (circa 1976). This was in the days before the plethora … -
Replied To a Post in Help With Programming a Java TicTacToe Game
There is a big difference between >Could somebody help me out with programming a Tic Tac Toe game? and >I would love to have to have the code The first … -
Replied To a Post in phython start up
Please explain. When I ran it with some numbers, my output was Interest = 1976.07 What were you expecting? -
Replied To a Post in ATM machine
Beware of RAS syndrome ;-) -
Marked Solved Status for Suggestions For Android e-reader Requested
When I retired in 2008 after carrying a cell phone for years on standby for our control centre I swore I would never get another cell phone. I was wrong. … -
Replied To a Post in Suggestions For Android e-reader Requested
Got it. Thanks. -
Edited Suggestions For Android e-reader Requested
When I retired in 2008 after carrying a cell phone for years on standby for our control centre I swore I would never get another cell phone. I was wrong. … -
Edited Suggestions For Android e-reader Requested
When I retired in 2008 after carrying a cell phone for years on standby for our control centre I swore I would never get another cell phone. I was wrong. … -
Created Suggestions For Android e-reader Requested
When I retired in 2008 after carrying a cell phone for years on standby for our control centre I swore I would never get another cell phone. I was wrong. … -
Replied To a Post in Windows 10 Fall Creator's Update Fails to Install
I fixed the link. I think the problem occurs when the URL spans multiple lines. If you paste a link using MarkDown syntax it works. You can do that by … -
Replied To a Post in cpu usage
System Idle Process is just unused cycles. The higher this number the less busy your CPU is. -
Replied To a Post in CUDA GPU Programming on AMD/Radeon
Tried to build an exe from one of the OpenCL sample projects. I got 258 errors. I was referred to the first AMD SDK documents which started with The AMDAPPSDKROOT … -
Replied To a Post in Windows 10 laptop
If you are restoring to factory then I suggest that once restored you download two programs (both free) [EaseUS Partition Master](https://www.easeus.com/partition-manager/epm-free.html) [Macrium Reflect Free Home Edition](https://www.macrium.com/reflectfree) Install EaseUS and run … -
Replied To a Post in CUDA GPU Programming on AMD/Radeon
I have most of the infrastructure installed. Now it's a matter of configuring everything so that I can compile/run the sample code. Not having much luck with that. For one … -
Replied To a Post in VB.NET - Delete data from DB MySql Workbench
Most of the DB applications I wrote only required one connection so I typically declared the connection object at the top level and used it globally, opening and closing it … -
Replied To a Post in VB.NET - Delete data from DB MySql Workbench
That may be the case except that without seeing all the code we don't know if it was declared at a higher scope. -
Created Final version of MicroAPL APLX available for free
APLX is a very complete implementation of the APL programming language from MicroAPL. The company stopped producing it in 2016 and it has been taken over by Dyalog. While Dyalog … -
Replied To a Post in VB.NET - Delete data from DB MySql Workbench
What line is giving you the error? -
Replied To a Post in Can we use bing instead of Google?
I don't much care for Qwant's policy of serving up news I did not request. -
Edited CUDA GPU Programming on AMD/Radeon
There are a number of very old threads on CUDA so I'm starting a new one rather than resurrecting an old one. Does anyone here have any experience setting up … -
Edited CUDA GPU Programming on AMD/Radeon
There are a number of very old threads on CUDA so I'm starting a new one rather than resurrecting an old one. Does anyone here have any experience setting up … -
Replied To a Post in CUDA GPU Programming on AMD/Radeon
I got a reply from someone on an AMD forum. Even though my hardware is not included in the "list of supported" I have been told it will worl with … -
Edited Need some salesforce partner to arrange my business
Hi! We need some help and advice, which salesforce partner to work with. We are going to work with salesforce and it is very important to start with the right … -
Replied To a Post in SQL Injection with ASCII
You are not protecting yourself by using a different delimiter. You protect yourself (one way) by using parameterized queries. For example, if you have a textbox on a form where … -
Replied To a Post in SQL Injection with ASCII
If you are just learning IT security then you should first learn the definitions of 1. ASCII 1. SQL Injection Attack before asing the question. ASCII is a mapping of … -
Replied To a Post in CUDA GPU Programming on AMD/Radeon
On reflection, I should have titled this thread **Cude-like GPU Programming on AMD Radeon**. -
Replied To a Post in Memorable Quotations
There is a cult of ignorance in the United States, and there always has been. The strain of anti-intellectualism has been a constant thread winding its way through our political …
The End.