4,911 Posted Topics

Member Avatar for rjusman90

I suggest you post your schema and data here. Whatever you posted above isn't of any help. Keep in mind that if anyone wants to run a test against your schema/data it is much easier to set up the test when we can copy/paste data - something we can't do …

Member Avatar for Reverend Jim
0
255
Member Avatar for Florence_1

You'll likely get as much effort back as you put into asking. In this case, very little.

Member Avatar for rproffitt
-1
145
Member Avatar for m.mohamed

It would help if you 1. posted the code 1. posted the errors and the corresponding line numbers We can't answer questions in a vacuum.

Member Avatar for rproffitt
0
217
Member Avatar for Joedanica

PLUS his example is in vb, not C/C++. PLUS his example is the equivalent of "count all the hooves and divide by four". PLUS he doesn't believe in comments, white space or indentation in his code. By all accounts, it is over-designed and just all around a bad example of …

Member Avatar for Reverend Jim
0
291
Member Avatar for Yamil_2
Member Avatar for Dani

I recently got burned by this as well. Unlike you, the remote computer was only four houses down the road (father-in-law). I agree. It's a serious flaw. I do have another system I occasionally remote into (Cambridge, UK) but at least that one is not unattended and can be upgraded …

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

Sophos software has recent.y made their [Sandboxie](https://www.sandboxie.com/) software free for personal use and will soon be making it open source. For anyone unfamiliar with Sandboxie, it implements an isolated enviroment where you can run programs (even install them) without fear of affecting your system. When you run a program from …

Member Avatar for Seevenup
3
2K
Member Avatar for Imran_28

You might start by adding some code to call your functions. What change do you want to make?

Member Avatar for Reverend Jim
0
338
Member Avatar for Larab Mustafa
Member Avatar for Reverend Jim
0
124
Member Avatar for MickeyD

The answer is "it depends". My laptop (Windows 10 Home) is partitioned as follows: - 120 gB C: - 1.7 tB D: C: is reserved for OS, applications, and some user folders. After I installed Windows I relocated My Documents, My Pictures, My Videos, My Music and Downloads to equivalent …

Member Avatar for Reverend Jim
0
265
Member Avatar for Vin vin

I don't know your current skill set, but I found Joe Cielko's SQL for Smarties an excellent book.

Member Avatar for damonmoats
0
572
Member Avatar for John_165

I generally compose anything of length with [MarkDownPad (free)](http://markdownpad.com/) and then copy/paste once I have the formatting correct. It also saves me from having to retype anything in the event of a posting error.

Member Avatar for Anninflow
0
3K
Member Avatar for Lopers

Welcome to Daniweb. Why don't you tell us a little bit about yourself?

Member Avatar for Reverend Jim
0
124
Member Avatar for shivanya

Not to mention that most people respond better when you ask a question politely rather than demand an answer.

Member Avatar for Zac18
-1
465
Member Avatar for Salma_6

Nobody here will do your homework for you. However, if you show some effort and get stuck you can post your questions.

Member Avatar for rproffitt
0
371
Member Avatar for Salma_6

Are you planning on posting all of your homework questions here? How, exactly, do you plan on learning? Do you imagine you could learn to play the piano by getting someone else to practise for you?

Member Avatar for Reverend Jim
1
901
Member Avatar for forbesm

Since you are comparing op to `'!'` is there any particular reason you declared it as int rather than char?

Member Avatar for rproffitt
0
350
Member Avatar for Nuel

The way I would do this is to make the tables more general. You have a table set up for a specific number of courses. If you need to add or remove courses you have to alter the table. Instead, you should have a table that maps courses to a …

Member Avatar for Bert Pitt
0
1K
Member Avatar for Celena

I use Macrium Reflect (free home edition) and I have it set to automatically do a full image of C: at the start of the month and a differential every day.

Member Avatar for Bert Pitt
0
311
Member Avatar for Kincso

Please read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question).

Member Avatar for Reverend Jim
0
238
Member Avatar for Sappie

What are you trying to do? If you want to assign a value to `a[10]` you must specify only a single value. If you want to assign multiple values to an array you must do it when the array is declared as int a[] = {2,4,1,9,0,6,5,7,3,8}; Also `main` would take …

Member Avatar for JamesCherrill
0
5K
Member Avatar for cakeboy

If you are going to define a class for a player then you should define a `changeroom` or `move` method within that class instead of making it an external def. I also want to mention that you should post code with the correct indentation (especially important for python code).

Member Avatar for Reverend Jim
0
790
Member Avatar for Reverend Jim

My wife got a VeryfitPro fitness monitor for Christmas. I have the app loaded on my Android (6) phone and was hoping to install a companion app on my Windows 10 laptop but the only thing available is to install an Android emulator on Windows 10 then load the phone …

Member Avatar for baabrozreal
2
9K
Member Avatar for J'nae Thomas

For future reference, `code snippet` is for posting a fully debugged and fully documented piece of code. `Discussion/question` is what you should have selected.

Member Avatar for rproffitt
0
555
Member Avatar for phase3studios

I changed this thread from `code snippet` to `discussion/question`. For future postings, `code snippet` is reserved for when you are posting a fully working and documented code snippet.

Member Avatar for daydah
0
435
Member Avatar for Paul Timothy

At least the OP used a Sharpie. As I recall, someone else like to use Sharpies. Hmmmm....

Member Avatar for rproffitt
1
914
Member Avatar for JamesCherrill

Glad to see new blood. Please take a few minutes to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question).

Member Avatar for Reverend Jim
2
1K
Member Avatar for Krissanawat

I dont want to start an "I hate StackOverflow" discussion, but perhaps you could tell us what you don't like about SO that led you here.

Member Avatar for Reverend Jim
0
116
Member Avatar for cambalinho

>But if I were to write in system folders then I bet WD would complain. That would result in a UAC popup rather than an alert/response from Windows Defender. I have written quite a few applications in c, vb.net c\#, python, etc. I have never had to sign anything and …

Member Avatar for cambalinho
0
4K
Member Avatar for Tân_3
Member Avatar for Reverend Jim
0
306
Member Avatar for faizan_7

Also, if you are getting a syntax error in your query, it helps to print out the value of the query after you have concatenated in the variable text part.

Member Avatar for Yrth
0
2K
Member Avatar for eddienguyen

I'm not even sure if this was optional when I installed VS 2019 but I made sure the Python support was installed.

Member Avatar for Yrth
0
382
Member Avatar for FarrisFahad
Member Avatar for Lookchup

And how are we to know whether you forgot your password or you just want to break into someone else's computer?

Member Avatar for mreza
0
575
Member Avatar for Dark_4
Member Avatar for Grant_7

My summer project is also to learn Python. As such I've been busy converting all of my vbScript maintenance scripts. Feel free to post any Python questions and we'll try to help. I have found a few things frustrating but I've managed to work through most of them. I am …

Member Avatar for shivanidf
0
491
Member Avatar for it@61@sec

Agreed. There are computing problems for which you want to carefully pick: 1. The most efficient algorithm 1. The most optimized programming language 1. The fastest hardware/OS platform But to worry about the above for the OP's problem is a complete waste of time.

Member Avatar for Daniel11
1
3K
Member Avatar for Sappie

For future reference, if your program is throwing an error, it is always helpful to say what line is causing it. It may have been obvious in this case, but some people post very large blocks of code. The more information you can provide the more likely you are to …

Member Avatar for Reverend Jim
0
279
Member Avatar for poop_2

The `include` had `#` as the first char so it was interpreted as `heading`, thus the big font. I fixed it and now you can see the target as `<iostream>`.

Member Avatar for rproffitt
0
363
Member Avatar for Ingmar_1

I can't answer your question but I think you may want to check out [Movie DB API](http://www.omdbapi.com/). I use it to get movie info via code.

Member Avatar for Ingmar_1
0
682
Member Avatar for Himanshu_13

I would create a function `IsPalindrome` that checks any string, then pass it a number converted to a string. Why bother with numbers at all? Actually, I did this and the function was four lines including the header.

Member Avatar for DGPickett
0
285
Member Avatar for ebenezer_2

After verifying that a valid number has been entered you can do For i = 1 To CInt(TextBox1.Text) ListView1.Items.RemoveAt(0) Next

Member Avatar for Reverend Jim
0
321
Member Avatar for philh

Python or vbScript? This is the Python version import os import sys import glob import shutil import datetime for arg in sys.argv[1:]: for file in glob.glob(arg.replace("[", "[[]")): base,extn = os.path.splitext(file) newname = base + ' ' + str(datetime.date.today()) + extn if not os.path.exists(newname): shutil.move(file,newname) Save it in a file like …

Member Avatar for Reverend Jim
0
253
Member Avatar for Reverend Jim

Because Microsoft will be removing vbScript in the next version of Windows, I have been busy converting my utility vbScripts into Python. Part of this is a library of functions that I keep in `D:\include`. I'd like to maintain this system in Python, but the import process is rather clumsy. …

Member Avatar for bngwebguru
0
6K
Member Avatar for hyperion0

First off I wouldn't use Settings variables. They are stored in clear text. Plus, you are limiting yourself to only one user. I would set up a small database (I suggest sqlite) and encrypt/scramble the username and password. If you don't want the user to access other parts of the …

Member Avatar for JamesCherrill
0
340
Member Avatar for Reverend Jim

If you like to use Sticky Notes, do yourself a huge favour and stop using the Windows 10 Sticky Notes tool. Instead, go to [Zhorn Software](https://www.zhornsoftware.co.uk/stickies/) and download Stickies by Tom Revell. It works much better, has more features, is very well documented and is very intuitive. You can also …

1
928
Member Avatar for Reverend Jim

In keeping with tradition, Microsoft has released the latest update before resolving a number of outstanding issues. But at least they now provide a more centralized location for getting update information. The home page (dashboard) can be found [here](https://docs.microsoft.com/en-us/windows/release-information/) and the specific page for the latest update can be found …

Member Avatar for Rio Vaks
3
3K
Member Avatar for rahman_5

You are spending too much time on Facebook (like). To understand an algorithm, work through an example with pencil and paper. Then code it up. Then step through it using a debugger while following your paper and pencil example.

Member Avatar for zevgriner
1
970
Member Avatar for Tcll

It seems to me that if you have something that really needs to be hidden, instead of creating a complex workaround to try to hide stuff in (sort of) private properties (resulting in something that may be impossible to maintain), you'd be better off writing the critical stuff in C/C++, …

Member Avatar for Tcll
0
2K
Member Avatar for alfredz

Welcome aboard. Please take a few minutes to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question).

Member Avatar for John_165
0
271

The End.