-
Began Watching Hi everyone, I'm Alan21.
Hi, not sure if I’m in the right place, but is it possible to have google search’s I never made show up in my history, could i have been hacked, … -
Replied To a Post in Pascal - delete spaces from input text
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 … -
Began Watching Pascal - delete spaces from input text
So I just started learning Pascal and have problems understanding how deleting specific characters works program Project1; var a:string; b:char; c:integer; begin readln(a); b:=(chr(32)); for c:=1 to length(a) do begin … -
Replied To a Post in How to solve this? I got same answer
@symim, where's the question? -
Began Watching How to solve this? I got same answer
#include <iostream> using namespace std; int main () int charge, aftercharge, parking_hours; cout << "please put your parking hours: " ; cin >> parking_hours; if (parking_hours>=1) { charge = 1 … -
Replied To a Post in Count number of occurrences of a digit
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 … -
Began Watching Count number of occurrences of a digit
Count number of occurrences of a digit with while/do while without using array in c++ -
Replied To a Post in Cosmetic item. Not a big deal. Browser tab randomness?
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 … -
Created Cosmetic item. Not a big deal. Browser tab randomness?
Here's the screenshot:  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 … -
Began Watching Cosmetic item. Not a big deal. Browser tab randomness?
Here's the screenshot:  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 … -
Replied To a Post in i want to change c++ to c!!!
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 … -
Began Watching i want to change c++ to c!!!
#include<stdio.h> #define SIZE 10 struct stack{ int a[SIZE]; int top; }; struct stack s; s .top=-1; void push(int value); void pop(); void display(); void peakelement(); int main() { int choice,value; … -
Replied To a Post in please i want to change c++ to c!!!
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 … -
Began Watching please i want to change c++ to c!!!
Petya loves lucky numbers. Everybody knows that lucky numbers are positive integers whose decimal representation contains only the lucky digits 4 and 7. For example, numbers 47, 744, 4 are … -
Gave Reputation to Dani in Which are the best techniques to improve website ranking in Google SERP?
This question has been asked time and time again. Beyond the obvious answers (lots of fresh content, no spammy techniques, etc), methods are very niche specific. What does your website … -
Replied To a Post in Dock windows forms to right side of taskbar using VC++
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. -
Began Watching Dock windows forms to right side of taskbar using VC++
I am an intermediate in VC++ and trying to accomplish the following:- 1. Dock a timer created using Windows forms to the extreme right of the taskbar (and to the … -
Gave Reputation to Daju Emmanuel in undefined index in php how to solve it
Please my program same as that but still showing undefined index I have tried so many ways is not working plsss I need help. -
Gave Reputation to yaer in chess program
** ## Can someone solve this in Python please? ## ** -
Replied To a Post in Graphics card not posting
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. … -
Began Watching Graphics card not posting
Hello everyone dont know if you can see this message but im having a problem with my graphics card its a AMD Radeon R9 290 x trio , was working … -
Gave Reputation to VIPER5646 in Crystal report sp21 and sp29
Thanks rproffitt after removing sp21 and updated the references the reports from both apps work fine. -
Replied To a Post in I want to know an example of this program
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 … -
Began Watching I want to know an example of this program
JQ is taking a car trip with his family. On the trip, he will stop for fuel, food or lodging. When stopping for gas, JQ will record the amount of … -
Replied To a Post in HP Pavillion DV9000 screen
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 … -
Began Watching HP Pavillion DV9000 screen
My Lenovo laptop isn't working so I dug out my old HP pavilion DV9000 to see if I could get this one up and running and the problem is this. … -
Replied To a Post in Lenovo ideapad key number 5 and 6 don't work
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 … -
Began Watching Lenovo ideapad key number 5 and 6 don't work
Hi I I have a Lenovo ideapad and numbers 5 and 6 don't work on either the top row or the right hand side and I need these numbers for … -
Replied To a Post in Gaming Laptop with Good Cooling
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 … -
Replied To a Post in Crystal report sp21 and sp29
"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. -
Replied To a Post in My toshiba satellite laptop is turning itself off.
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 … -
Began Watching My toshiba satellite laptop is turning itself off.
Sometimes it will last only a second and go off itself and sometimes it lasts about 30 minutes and turns itself off. -
Replied To a Post in How to parse an LC3 assembly string?
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 … -
Began Watching How to parse an LC3 assembly string?
I'm having trouble coming up with the concept for parsing an LC3 assembly string. I want the user to input a string: "4 + 3 = " or "22 * … -
Replied To a Post in I have new website i need help to improve
Since you think it needs improvement, you know what's wrong. Why not work on that first? -
Began Watching I have new website i need help to improve
Any suggestions for my website [Furniturewear](https://furniturewear.com/) to improve the UX / UI. -
Replied To a Post in Crystal report sp21 and sp29
This is from old memory. Had to load up the old app and recompile with current SP. -
Began Watching Crystal report sp21 and sp29
Hello I have created awhile ago in VS2017 an application [application A] with CR sp21 which works fine. Now Ihave another application [application B] created in vs2019 with CR sp29. … -
Replied To a Post in How to remove from the Google index 40 000 pages?
Here's [one](https://support.google.com/webmasters/thread/45884090?hl=en) where it cleared up in two days. How many days has it been? -
Began Watching How to remove from the Google index 40 000 pages?
How to remove from the Google index pages of my site that were created by a virus Japanese keyword hack? It is necessary to remove from the Google index links … -
Replied To a Post in C++ program simulator
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 … -
Began Watching C++ program simulator
Can someone help me with this? Write a c++ program simulator that will compute for the average waiting time of each customer in a bank. Also the program will indicate … -
Replied To a Post in How can I get to the derivative of polynomial using LinkedList?
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 … -
Replied To a Post in How can I get to the derivative of polynomial using LinkedList?
I see you crossposted but agree the question is missing input and corresponding output statements. -
Began Watching How can I get to the derivative of polynomial using LinkedList?
This is my derivative function. This code works correctly but does not delete the constant term. It sets directly to 0 and writes to the result. how can i fix … -
Replied To a Post in Pc starting problems.
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 … -
Began Watching Pc starting problems.
Hi, So I have a system with the ryzen 2700x the motherboard is the Aorus b450 pro. in terms of power I have a Seasonic Focus GX-850 Now the problem. … -
Replied To a Post in csv file into 2d array
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 … -
Began Watching csv file into 2d array
I have a homework but I am stuck on how to create a 2d array in a csv file. I uploaded the csv file but its a big one. The … -
Replied To a Post in Cpp Program related question
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 …
The End.