rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

It appears this is very very similar to the discussion at https://www.daniweb.com/programming/software-development/threads/254864/removing-a-symbol-from-a-string

However as I research a bit with https://www.google.com/search?&q=delete+character+from+string+pascal we find that you must also tell which Pascal system you are using since one might use delete or maybe delchars.

rproffitt 2,701 https://5calls.org Moderator

@symim, where's the question?

rproffitt 2,701 https://5calls.org Moderator

One would have to make assumptions on this assignment such as are the digits in some integer and we assume base 10. Assumptions mean solutions could be incorrect. Show your work and don't leave out details such as the digits are in some integer and what base number system is to be used.

rproffitt 2,701 https://5calls.org Moderator

It's fine as it is. I noticed it and wondered if something odd was going on. As you explained, it's working as intended. It's just me. I tend to notice such things and as noted above it's really a small thing which you have bigger problems to work on.

Here the move/changes caused by sale/purchase has me learning yet another moderator/forum system. CNET Forums go read only on Dec. 1, 2020.

rproffitt 2,701 https://5calls.org Moderator

Here's the screenshot:
image_2020-11-28_073835.png

Notice the browser tab showing a tag. Here's one that does not work like that:
https://www.daniweb.com/programming/software-development/threads/378481/need-algorithm-to-c-code-conversion-assistance

The link is https://www.daniweb.com/hardware-and-software/microsoft-windows/threads/533760/please-i-want-to-change-c-to-c

I don't see a tag being called out in all tabs so there's something of a randomness there.

Not a big deal and you have much bigger areas to work.

rproffitt 2,701 https://5calls.org Moderator

From https://www.daniweb.com/welcome/rules
"Do provide evidence of having done some work yourself if posting questions from school or work assignments"

Unless this is you asking for quotes on how much, then state that so folk know you are hiring out.

rproffitt 2,701 https://5calls.org Moderator

From https://www.daniweb.com/welcome/rules
"Do provide evidence of having done some work yourself if posting questions from school or work assignments"

Unless this is you asking for quotes on how much, then state that so folk know you are hiring out.

rproffitt 2,701 https://5calls.org Moderator

I'm guessing that you haven't been at this long enough. Anyhow if I disregard what you asked about docking I'd explore https://docs.microsoft.com/en-us/windows/win32/shell/taskbar#adding-and-deleting-taskbar-icons-in-the-notification-area and see if I could work with that.

rproffitt 2,701 https://5calls.org Moderator

So many reasons. At the shop we'll try this card in another PC and a shop card in your PC to see if that tells us where the issue is.

You omitted your PC details so I can't guess if we can test the PC without the card and run on the onboard video.

But the R9 you wrote about came out later 2013 so it would not surprise me that it's dead.

rproffitt 2,701 https://5calls.org Moderator

Odd use of tags there as I might think you want this code in five languages. But this does sound like homework or an assignment. I'm sure you can create the code for the menu so what steps stopped you from moving forward?

rproffitt 2,701 https://5calls.org Moderator

I recall those had graphic chip failures. As in either the chip or the solder work. It's not a setting, it's hardware.

Be sure to try a new CMOS/RTC battery then perform the usual reset as follows then re-test.
Remove the power, remove the battery, press and hold the power button for 60 seconds. Release, insert battery, apply power and test.

PS. Yes, these had that issue. Google for you: https://www.google.com/search?&q=dv9000+failed+graphics+chip

rproffitt 2,701 https://5calls.org Moderator

The first test is if the USB external keyboard works. If it does that usually means (about 99%) of the time) the laptop keyboard needs to be replaced.

Just in case you don't know, on the login screen you can turn on the OSK (On Screen Keyboard) to log in if there is a keyboard failure.
Examples abound but here's a starter thread: https://social.technet.microsoft.com/Forums/windows/en-US/611f5858-87cb-4c04-9007-b0d7dc206c1e/how-can-i-make-the-on-screen-keyboard-display-at-the-login-page?forum=w7itproinstall

rproffitt 2,701 https://5calls.org Moderator

I wish I knew which ROG melted. At under a year you are in warranty so you have that going for you. Our ROGs are all still working and now for the ones at home are 4 years old and will freshen them up with new keyboards. I wish laptop keyboards were double-shot like you can get on gaming keyboards but at 20 to 99 bucks for the keyboard (we do our own repair work for this) it's fine.

rproffitt 2,701 https://5calls.org Moderator

"old memory" = human brain cell memory from years ago.

And I mean that we can't mix SP versions in the dev systems or the targets.

rproffitt 2,701 https://5calls.org Moderator

Please supply full laptop details such as model year, age, complete model number and if there are known issues such as bad battery and drives.

Also, if it's past a year old tell me about how you keep the vents and heatsinks clean.

rproffitt 2,701 https://5calls.org Moderator

I had to google what this LC3 is with https://www.google.com/search?&q=parse+an+LC3+assembly+string and this appears to be homework or some class assignment. As such you get to show your work but few may respond with code to do what you ask as it appears to be something only in academia.

That aside, with prior discussions you can read a few for ideas.

rproffitt 2,701 https://5calls.org Moderator

Since you think it needs improvement, you know what's wrong. Why not work on that first?

rproffitt 2,701 https://5calls.org Moderator

This is from old memory. Had to load up the old app and recompile with current SP.

rproffitt 2,701 https://5calls.org Moderator

Here's one where it cleared up in two days.

How many days has it been?

rproffitt 2,701 https://5calls.org Moderator

I have to write this is not possible. Why? All it takes is a few folk to have complex transactions and the average waiting time is blown. I know this since I lived close to a country's border and once in a while my few minute bank visit would go to 30 minutes. If a few of us had such work to do, your app would fail badly.

Maybe there is more to your app but as presented it would fail to come close to reality.

rproffitt 2,701 https://5calls.org Moderator

I see ideas at your cross post. Here and there you didn't share enough code for folk to offer much more.

Remember I will not duplicate answers to what I read at your other discussion. Nod to https://en.wikipedia.org/wiki/Crossposting

rproffitt 2,701 https://5calls.org Moderator

I see you crossposted but agree the question is missing input and corresponding output statements.

rproffitt 2,701 https://5calls.org Moderator

This issue is usually tackled with the "make it smaller" approach. I don't see the rest of the PC mentioned which could have me comment about what cards I'm seeing fail now such as graphic cards of the time of GTX 970 and earlier.

There's also the too often find where there is an extra mounting stud that has finally worn through some PCB paint and creating issues. Your story doesn't lead me to what it can be so we are left to meander a little but focus on "make it as small as possible." This can lead us to building the PC on cardboard to see what few parts we can build with that work right. We don't need a case and what else?

rproffitt 2,701 https://5calls.org Moderator

Start by working each sub-assignment on its own. You know the end goal but you don't play golf by teeing off on hole 1 with the intent to sink that shot into hole 18. Same here. Set your sights on each sub-task. Complete them one by one and work your way up to the final tasks.

rproffitt 2,701 https://5calls.org Moderator

This thread may end just like https://www.daniweb.com/programming/threads/523436/code-for-these-two-programs for a few reasons.

It appears you are asking others to code for you which is rarely done here. Also you didn't supply what stopped you and supply a minimum viable example of what is broken.

Students often make the mistake of asking for complete code they may attempt to pass off as their own.

rproffitt 2,701 https://5calls.org Moderator

This forum rarely completes work for you. Read https://www.daniweb.com/welcome/rules but that's not entirely how these forums work.
Rarely do you find folk complete your assignment but they can help you get past a roadblock if you explain it well enough.

Here you copied the assignment and dumped code which can upset most folk I know.

Try again, make it clear where you are stuck.

rproffitt 2,701 https://5calls.org Moderator

Always share your work so far so we can see what you are trying and maybe there's a quick explanation that can help.

rproffitt 2,701 https://5calls.org Moderator

In c++? Raw c++ has no graphics libraries so it would be a lot of work to create a GUI.

Remember folk to tell enough to get started on your issues. Here we have c++ which has no graphics without a lot of libraries and even then.

If you had added you used development system (so many out there) maybe, just maybe we could find you a tutorial.

Giyu commented: I can use Visual Studio if needed sir. I just need to create a GUI to create BMI calculator. But I'm a total beginner. Can you help me? +0
rproffitt 2,701 https://5calls.org Moderator

I must chide you here as such is something to be researched by you then you would ask for further clarification rather than ignore all the web and tutorials offer today. https://www.oreilly.com/library/view/programming-php-3rd/9781449361068/ch05s01.html for example.

rproffitt 2,701 https://5calls.org Moderator

Why does this look like this assignment? -> https://cs50.harvard.edu/extension/web/2019/fall/projects/3/

Also I see you may have crossposted on a few forums. Here we ask you to show your work for where you are stuck.
Read https://www.daniweb.com/welcome/rules

rproffitt 2,701 https://5calls.org Moderator

Try a PowerWash next. You didn't reveal much detail such as if the chromebook works on other networks, make, model, age, etc.

Puterwiz82 commented: The owner didn’t have a hotspot capable phone to see if the Chromebook works with that WiFi network +0
rproffitt 2,701 https://5calls.org Moderator

Why would you ask? I'm reading https://www.daniweb.com/hardware-and-software/linux-and-unix/threads/533525/association-with-a-team-of and from what you tell us there, you should be creating a tutorial on DANIWEB.

Also, please complete your MEMBER PROFILE so folk can find your company.

rproffitt 2,701 https://5calls.org Moderator

Share your work so far. Read https://www.daniweb.com/welcome/rules about providing evidence of your work.

If the assignment(s) are too daunting, break the problem down to workable chunks. At this point in your class you should be able to complete at least half of item 1. That is, a menu asking for which number problem to solve.

rproffitt 2,701 https://5calls.org Moderator

I'd review https://www.sqlshack.com/sql-variables-basics-and-usage/ then PRINT those variables to see if they are what you think they are.

rproffitt 2,701 https://5calls.org Moderator

As long as I dismiss the light and thin models they seem fine. But none can compete with desktops for 100% CPU and GPU load conditions. Eventually the unit will throttle. Are you OK with that? If not, you want a desktop. Not to leave you without names: Acer, Asus, MSI, Dell and others make really good gaming laptops. Again, we dismiss the light and thin models.

rproffitt 2,701 https://5calls.org Moderator

While I can start with a few ideas on how to do this, https://www.daniweb.com/welcome/rules tells you:

Do provide evidence of having done some work yourself if posting questions from school or work assignments

One could do this by parsing, formatting the output or altering the strings. Which method you use can depend on the rest of the app.

rproffitt 2,701 https://5calls.org Moderator

Looking at the source it looks like WordPress.

Performance optimized by WP Rocket. Learn more: https://wp-rocket.me

rproffitt 2,701 https://5calls.org Moderator

Having been in this area it's a mixed bag. Also, I see your link there, are you fishing for ideas for your blog?

rproffitt 2,701 https://5calls.org Moderator

More titles to explore.

Xero: Micro-Business Owners.
FreshBooks: Service-Based Businesses.
Wave: Free Software.

As you noted Cloud based I wonder if you know to backup locally in case the cloud is gone.

Acobloom commented: I agree with you. You must add quickbooks cloud accounting softwares. Even many outsourcing accounting companies use quickbooks +0
rproffitt 2,701 https://5calls.org Moderator

For me this is easy. I press the reset on my router till it factory resets and I set it up again. Easy, takes about 10 minutes.

rproffitt 2,701 https://5calls.org Moderator

For OP and Dani. Long ago I worked with developers on a very big accounting system that was not cloud based but it was at the time one of the big systems out there. I like Dani's answer for an accounting app that will likely work for most small companies without issue. But then again as I worked for another company with US and Canada (now in England as well) they had to use 2 accounting systems due to differences in each country's accounting laws and currency.

As you get into really big accounting, you invaribly have to consider Oracle's cloud systems. That was what I had exposure to with another very large multi-national company.

rproffitt 2,701 https://5calls.org Moderator

First there is no such software since you will find variations across the world. Canada's tax system means you can't use almost any accounting software from the USA.

Searching for such is country specific and what your company's CFO and others research and select. You'll discover that what you may call as best may be dismissed by your C suite staff.

rproffitt 2,701 https://5calls.org Moderator

Start with say a button. Creating a button does not instantly connect code to the button. However while in the IDE, double click on the button and in the default setup (I have mention this because folk can change so much in the system) the code for the button click will be created and you can add code there.

Later you can use other ways to get code to run in response to user actions.

rproffitt 2,701 https://5calls.org Moderator

If only pasting code would result in a VB6 app to work. I'd give yourself time to see if there are any VB6 tutorials on the web but let's write one reason pasting code is likely to do nothing at all.

In VB6 you have forms and objects that you have to connect to said code to run. In short, why would said code work at all?

rproffitt 2,701 https://5calls.org Moderator

As the Community Rules point out, show your effort and work on such things.

rproffitt 2,701 https://5calls.org Moderator

To the question, yes.

Now if you want to write such, you have some work to do or maybe just buy it.

jessica_10 commented: I need to write. We are using one already and it is quite expensive. +1
rproffitt 2,701 https://5calls.org Moderator

Please read https://www.daniweb.com/welcome/rules

Do provide evidence of having done some work yourself if posting questions from school or work assignments

rproffitt 2,701 https://5calls.org Moderator

My answer is maybe. But let's talk about your development process. Maybe you didn't create a design document before you wrote your app or solution. Such sketches and more would be in that document.

As you do more and more designs you find that some folk become very entrenched that only this or that tool is useful. The truth is it's their solution and may not be yours.

Be flexible except about documentation since that's all you have to tell you what the app or solution was supposed to do.

rproffitt 2,701 https://5calls.org Moderator