4,911 Posted Topics

Member Avatar for pato wlmc

Whatever language you choose, become familiar with it before you try to do anything complex.

Member Avatar for Reverend Jim
0
10K
Member Avatar for Meghna_1

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.

Member Avatar for ddanbe
0
303
Member Avatar for conrad_3
Re: 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 1. asked for help instead of demanding a solution

Member Avatar for Reverend Jim
-1
175
Member Avatar for Reverend Jim

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 charges for the new versions, the final version from MicroAPL is available for free at [this page](http://www.dyalog.com/aplx.htm). It comes complete …

Member Avatar for Reverend Jim
1
983
Member Avatar for Angus_3

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' and you will want to keep track of the denials via a counter as in IF not 'photo' skin tone …

Member Avatar for Reverend Jim
0
619
Member Avatar for ZheeYT

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 is "I'm stuck here" and the second is "I don't want to bother to learn anything. Please do it for …

Member Avatar for Reverend Jim
0
2K
Member Avatar for Reverend Jim

Today I tried to install the Windows 10 Fall Creator's Update. It failed with the message ![2017-10-18_161217.png](/attachments/large/3/837de23baab769b190bf69bbceed71ee.png "align-center") I found this peculiar because I don't have that application installed. I **do** have Macrium Reflect (Free) version 6 but certainly not Drive Image 7 (Powerquest). As usual, clicking the Support link …

Member Avatar for Roger_11
0
1K
Member Avatar for Sonia_10
Member Avatar for Larry_13

A tip for future posts - if you are getting errors then post the error messages (and the lines that are causing the errors).

Member Avatar for Reverend Jim
0
381
Member Avatar for Mamatha_1

Plus, if you are stuck at the beginning it's a good sign that you are biting off more than you can chew. Some people seem to think they can go from "hello, world" to complex applications without doing all the work in-between. I call this JBS for Jethro Bodine Syndrome. …

Member Avatar for rproffitt
0
616
Member Avatar for sanket_6

How long it takes to learn a new skill depends on many things. Among them are: 1. Your current skill set. Do you have any experience in programming in any other language? You have given us no indication of this. 1. What language you are planning to use. You haven't …

Member Avatar for jmvazq
0
497
Member Avatar for davy_yg

Please explain. When I ran it with some numbers, my output was Interest = 1976.07 What were you expecting?

Member Avatar for Reverend Jim
0
177
Member Avatar for Krisrei
Member Avatar for Reverend Jim

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. It took ten years but I finally broke down and got a SpeakOut pay-as-you-go FiGO Ultra. It's got everything I …

Member Avatar for Reverend Jim
0
524
Member Avatar for Pajji

System Idle Process is just unused cycles. The higher this number the less busy your CPU is.

Member Avatar for rproffitt
0
362
Member Avatar for Reverend Jim

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 and developing in CUDA on a Windows platform? I know that there is a system that can be set up …

Member Avatar for Reverend Jim
0
3K
Member Avatar for lewashby

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 it to shrink the system drive to something like 120 gig. Then creade a partition on the unused space and …

Member Avatar for Reverend Jim
0
658
Member Avatar for Izzah_2
Member Avatar for davy_yg

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 bit patterns onto characters (EBCDIC and unicode are two others). SQL injection is a method of embedding unwanted (to the …

Member Avatar for Reverend Jim
0
2K
Member Avatar for happygeek

>And likewise, Pornography is wrong and it's spread and use should not be tolerated or encouraged by society For those people who believe that increased access to porn would spur an increase in sexual assault, the exact opposite has occurred. Availability of porn via the internet has exploded since 1995, …

Member Avatar for happygeek
0
1K
Member Avatar for Jacob_14

The nice thing is we can infract/ban and still leave the post visible as a warning to others. For those people who don't see the harm in having someone else do their homework, how would you like to get surgery from a doctor who got his medical degree that way? …

Member Avatar for sandy_5
-7
393
Member Avatar for lewashby

And if you can't remove the drive and have to run a recovery program, run it from some other media like a USB stick.

Member Avatar for vasdrakken
0
597
Member Avatar for Andrew_48

You may have an excellent connection to your router, but why would you think the router connection to the wifi would be any better than connecting to the wifi directly? All you'd be doing is moving the bottleneck one step farther from your computer.

Member Avatar for Sarah_29
0
536
Member Avatar for ddanbe

I think that in a few years the term "self-driving car" will refer to a car that you drive yourself rather than a car that drives itself.

Member Avatar for mike_2000_17
0
2K
Member Avatar for Tom_33
Member Avatar for Reverend Jim
1
637
Member Avatar for PRASANNA_3

You don't need a regex for that. Just take any line starting with `Inode count`, split on blanks, then take the last element. Or, if you pipe the output from `df` to `grep` you can filter out only the `Inode count` lines. Pipe the output from that to your script …

Member Avatar for Reverend Jim
0
332
Member Avatar for MiketheBook

If you've done a factory reset you might try looking it up on [router default passwords](http://192-168-1-1ip.mobi/default-router-passwords-list/)

Member Avatar for Reverend Jim
1
767
Member Avatar for Jean-Claude

Beware of the double-dot problem. This occurs when using an Excel object from within another application. Instantiate intermediate objects before you use them. For example, use a local variable for the sheet object then operate on stuff in the sheet using that object. If you don't then multiple copies of …

Member Avatar for Neena_3
0
671
Member Avatar for Trevah

A c++ program that prompts the user to input "I want someone else to do my homework for me with absolutely no effort on my part". If the person inputs "yes", it outputs "failed" then prompts the user to show a little effort before running again.

Member Avatar for Reverend Jim
-1
234
Member Avatar for Markuss_1

And lose the GOTO. There are times when a GOTO is acceptable, even preferable, to the structured equivalent. This is not one of them.

Member Avatar for Schol-R-LEA
0
392
Member Avatar for James_95

I suggest using a bitwise AND to test if the rightmost bit is a 0 or 1.

Member Avatar for Smith5646
0
394
Member Avatar for riahc3

It's still there but unnecessarily difficult to post in. Start by going to the programming area. Right underneath "Start New Discussion" and "Realtime Chat" you'ss some tabs labeled "ALL New Solved Unanswered More v". Click on "More v" and "Code Snippets" is at the bottom. Start by making a regular …

Member Avatar for Dani
0
323
Member Avatar for alierainy123
Member Avatar for rproffitt

RE: tire analogy, I can see whan a tire is flat. I can't see when a CMOS battery is dead. Also, CMOS batteries last for years so I would imagine most people would opt for a newer, faster computer when faced with a possible couple of hundred for a repair …

Member Avatar for Reverend Jim
0
379
Member Avatar for zebnoon1
Re: C#

For future reference, please read [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question), particularly the part about picking a descriptive thread title.

Member Avatar for Reverend Jim
0
205
Member Avatar for random_1

The simplest explanation would be that they are arrays that are initialized to zero. For example, if you declare an integer array of size 100 and whatever language was used to crerate the exe automatically sets the default value to zero (some languages may not do this) then you will …

Member Avatar for Reverend Jim
0
313
Member Avatar for Reverend Jim

This code generates an ascii maze of up to size 30x30. If you try to generate a larger maze then you will likely run out of stack space. There is no way to increase the size of the stack in vbscript. Each cell in the maze is represented by a …

Member Avatar for Reverend Jim
0
608
Member Avatar for Obbie_1

Are you still looking for the code for accessing a scanner? I had to do the same thing. I was tired of having to go through multiple forms and third party apps so I was able to find come vb code which I modified so that I could go directly …

Member Avatar for Reverend Jim
0
3K
Member Avatar for ajeckhobar

He hasn't been on Daniweb for four years. Please do not revive old threads. Start a new thread with your question.

Member Avatar for Reverend Jim
0
4K
Member Avatar for Absolute_1
Member Avatar for Dev_9

Easily done, but what do you do if the folder contains an executable or an image file?You don't want to delete ^M in those.

Member Avatar for Reverend Jim
0
793
Member Avatar for Hansly

>I do not know that there are rules here. Were you not presented with the rules/TOS or a link to them when you signed up/posted? And did you decide to not read them?

Member Avatar for John_191
0
476
Member Avatar for happygeek

And I just got a PM from him saying "cheers". I thought newbies couldn't send PMs.

Member Avatar for Dani
1
502
Member Avatar for Mina_2

Your approach is completely wrong. You should be creating an array of denominations from largest to smallest, then using a loop to remove multiples of each decreasing denomination. Once you have your array set up, your code to do the change shouldn't be more than 10 lines.

Member Avatar for Reverend Jim
0
304
Member Avatar for Kang_1
Member Avatar for Saida_1

billtax= bill *6.75; I'm assuming that tax here is 6.75%. What you have coded is actually 675%. I think you want billtax= bill *.0675; and if billtax is bill + tax then billtax= bill * 1.0675;

Member Avatar for Reverend Jim
0
313
Member Avatar for NEctovelius

Do a google search for beep codes for your specific computer (which you didn't bother to mention).

Member Avatar for Reverend Jim
1
34K
Member Avatar for Ellena
Member Avatar for dongtrien

You can use the Windows disk management console, `diskmgmt.msc`. Right click the USB disk and select `Format`. Pick the file system type on the format dialog. If that doesn't work you can always use the `diskpart.exe` utility from the command line, but you gave to be running the shell as …

Member Avatar for Reverend Jim
0
3K
Member Avatar for SRI SAI

The End.