-
Replied To a Post in Reading from a file
Why bother with else if's? First review https://www.tutorialspoint.com/cprogramming/if_else_statement_in_c.htm Now why bother stating else if at all? Just clean it up. Also, why on line 179 do you assign 1 to … -
Replied To a Post in what (powerful) general purpose (ide) language do you recommend i use ?
My first thought? Probably it's time for Java and for the IDE NetBeans or Intelli(something) like they use in Android Studio. Me? Be around since the 70's programming. This week, … -
Began Watching what (powerful) general purpose (ide) language do you recommend i use ?
i want to convert my old desktop windows program to a language that is independent of microsoft .. don't ask why. ----------------------------------------------------------- .. my old program is written in visual-basic … -
Gave Reputation to JamesCherrill in Who might have interest in building a Dazah app?
> May I ask what results you see? I looked at all the first 10 pages, and found more discussion threads after the first page. But anyway, if what you … -
Replied To a Post in Enterprise HDD Replication of Windows 10
Neat. That's what many do and works. If it doesn't back to the beginning and find out why. Such is the life of IT. Sometimes you go over your training … -
Replied To a Post in Java Swing and external Proximity sensor
Ahh, the blank sheet of paper. That's pretty hard to fill in. Sorry but Java doesn't matter yet. You need to pick your sensor and then find a way to … -
Replied To a Post in Java Swing and external Proximity sensor
Hello J, Now I'm an old embedded hardware and software author so I'd have to know more about your design to offer more. Also, read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you make the … -
Began Watching Java Swing and external Proximity sensor
Guys, Ive gotten it into my head to do somthing fairly difficult for me, I want to communicate with a swing application, to a proximetly sensor, and track live when … -
Replied To a Post in Enterprise HDD Replication of Windows 10
This only works if the target PCs are clones of each other. For other than that, you need to install for each model and develop an image suitable for each … -
Began Watching Enterprise HDD Replication of Windows 10
Hello all, My enterprise just released Windows 10 on one of our domains. Using the previous Windows 7, we were able to sysprep a copy of the OS pulled down … -
Gave Reputation to JamesCherrill in Who might have interest in building a Dazah app?
> Search engines don't send traffic to forums anymore ... especially any tech forums. It's not like other forums started outranking us and we can just work on our SEO. … -
Replied To a Post in Why does win7 lose administrator privileges when running the application ?
At this point more would have to be known. My bet is you set this up before and have forgotten a step. I can't retrace those steps for you but … -
Replied To a Post in Win7 does not remember the password when connecting SQL Server ?
I'm just an author with some SQL server background and I can write that at no time did XP remember SQL connections UNLESS it was in the app that needed … -
Replied To a Post in c++
That's quite the introduction you have there. How much does this job pay? You know I'm kidding but your first post reads like homework. Try sharing what you have so … -
Began Watching c++
Write a program in with a function that takes two int parameters, adds them together, and then returns the sum. The program should ask the user for two numbers, then … -
Replied To a Post in c++: can i convert these macro to Visual studio?
I have to write that in decades of coding, never needed this. I see others also wrote same at https://stackoverflow.com/questions/8814705/how-to-check-if-the-function-exists-in-c-c How would such compile if you were to call a … -
Gave Reputation to Reverend Jim 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 Arabic and Roman Numeral Converter
It's one of those oft done pieces of code. Rosettecode has 96 to 124 implementations at https://rosettacode.org/wiki/Roman_numerals And the problems are talked about at https://www.rosettacode.org/wiki/Talk:Roman_numerals/Encode and https://www.rosettacode.org/wiki/Talk:Roman_numerals/Decode -
Began Watching Arabic and Roman Numeral Converter
Hello guys, I am writing a C++ program that converts arabic to roman numerals or vice versa up to 100 (C). The program should: Handle all values for 1 (Roman … -
Replied To a Post in Help! I'm working on an online store website.
I may upset you but this is something you don't do from scratch. Go get OpenCart or any of the others from a search like: https://www.google.com/search?q=open+source+online+shopping+site+code I have watched companies … -
Began Watching Help! I'm working on an online store website.
I'm developing an online shopping website using HTML, CSS and Bootstrap. I just got stuck. * How do I create a responsive shopping cart that adds up all the shopping … -
Replied To a Post in Reading from a file
Be sure to show your work so far and tell where you are stuck. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question to see how to work with the forum. -
Began Watching Reading from a file
hello there. i needed a little help in writing coding for reading multiple lines of data from a .txt file that are seperated by commas. Student Name, Student ID, Mark … -
Replied To a Post in c++: can i convert these macro to Visual studio?
I read https://social.msdn.microsoft.com/Forums/vstudio/en-US/645d3065-85db-4ebf-ac20-70325dcc9318/c-how-use-weak-macro?forum=vclanguage and feel that you received some excellent replies there. I do get the feeling you want GCC in Visual Studio without any work. I could be wrong … -
Began Watching c++: can i convert these macro to Visual studio?
i have these GNU macro: #if defined __GNUC__ #define EVENT [[gnu::weak]] #elif defined __clang__ #define EVENT [[llvm::weak]] #endif #define IS_EVENT_DEFINED(sym) (static_cast<bool>(sym)) these macro works fine. and help me test if … -
Began Watching Send multiple files using sockets C#
Is there a way to transfer multiple files using sockets from client to server? i was able to send 1 file , but sending multiple doesnt work. -
Replied To a Post in Send multiple files using sockets C#
Certainly. There are examples on the web but here you just asked if possible which is yes. -
Replied To a Post in Change database name based on session value in codeigniter
To proceed you'll have to share your code and hope folk will see where the issue is. This has many prior solved discussions with more than a few ways to … -
Replied To a Post in Logic problem with finding duplicate entries using c# and sql server
A question. Why isn't your unique ID generated just prior to line 14 in your "saving" code? Generating unique incrementing values is a long standing discussion. But as presented I … -
Began Watching Logic problem with finding duplicate entries using c# and sql server
My code checks for duplicate values before a user is allowed to save into the database. Problem has to do with the logic, every new user gets a new ID … -
Replied To a Post in Why does win7 lose administrator privileges when running the application ?
@dontrien. If it was me I'd do my research on Google about how to turn it on. There are plenty of articles on this subject. -
Replied To a Post in Win7 does not remember the password when connecting SQL Server ?
@dongtrien. Since it is not an error (SQL connection question) there is nothing to fix. If your apps need to ask and keep the login info, the person who wrote … -
Gave Reputation to JamesCherrill in online pdf viewer programming code
If you want to view & merge them online then The first page of a Google search will give you about a dozen options, all free. If you really mean … -
Gave Reputation to ryantroop in online pdf viewer programming code
for PHP and PDF, I have used http://www.fpdf.org/ in the past (pretty sparse and straight forward but gets the job done well). From that, I found [this](https://stackoverflow.com/questions/1004478/read-pdf-files-with-php) post on SO … -
Replied To a Post in Change database name based on session value in codeigniter
There are priors to this question. Example: https://forum.codeigniter.com/archive/index.php?thread-62190.html -
Began Watching Change database name based on session value in codeigniter
I am using two database one is default which I would like to set db name as per session value, second database I am using to login and registration and … -
Replied To a Post in Why does win7 lose administrator privileges when running the application ?
I can't know your Windows settings. With UAC turned off, it does grey out. [see this posting](https://answers.microsoft.com/en-us/windows/forum/windows_vista-security/why-is-run-this-program-as-an-administrator-grey/ac0cb2ed-4bbd-4ee4-a442-e64b3d24d798) As to not running, that's for the app's author to fix. -
Began Watching Why does win7 lose administrator privileges when running the application ?
The computer new setup win7 ultimate 64 bit and add a network drive and create a shortcut for the desktop (create shortcut), each time you run the application right click … -
Replied To a Post in Win7 does not remember the password when connecting SQL Server ?
To me this is proper operation. Windows did seem to remember network shares but not SQL connections. Nothing seems wrong here. If you wanted to put more code in your … -
Began Watching Win7 does not remember the password when connecting SQL Server ?
I do not post here to send here. When using a shared network drive, win7 does not remember any other computer passwords and when running applications with SQL Server connections … -
Replied To a Post in online pdf viewer programming code
@hamxamuradkhanh. You don't have a problem. You have a series of problems to solve, I noted above that you have a lot of actions to pull this together and this … -
Replied To a Post in Populate textboxes from multiple worksheets based on combobox selection
Your choice of tags may be a little off. I never saw VB6 used for such. And what code there is may be VBA or VB.NET. My only advice is … -
Began Watching Populate textboxes from multiple worksheets based on combobox selection
Ok I have a workbook that have 5 worksheets for a 5 year span. On each of the worksheets are there is a list of countries that make up the … -
Replied To a Post in Can't view records based on the selected drop down
@Cara_1, I read your supplied code again even used a search and found no usage of mysql_fetch. You may want to share more code. -
Replied To a Post in Webview in android
This will take a lot more code. Here's what you would have to do. Get the page into a local file so the fetch is local rather than from the … -
Began Watching Webview in android
Hi I am developing an app for a specific facebook page. The problem is that when i load URL in mywebview.loadURL(https://web.facebook.com/CoversShopping/). The page opens successfully but the page always reload … -
Replied To a Post in Amazon Stock Dip
There were many dips today but the only news item that others asked me about was a new tax for the homeless in Amazon's town of Seattle. Here's the article … -
Began Watching Amazon Stock Dip
Why did Amazon stock take a big dip today? -
Replied To a Post in Can't view records based on the selected drop down
Line 13 mysql_query() returns a resource. Not the actual items you are after. You're in luck though as the PHP manual which I'll link to shows how to get the … -
Began Watching Can't view records based on the selected drop down
I want to view records based on the selected drop down value so I used sql query with WHERE clause. When I echo that query, it is fetching the drop …
The End.