• Member Avatar for kes166
    kes166

    Created Making a Magic Mirror

    I'm looking for software that will allow someone at one end to talk into a camera and stream to a Raspberry Pi on the other end. It's going to be …
  • Member Avatar for kes166
    kes166

    Marked Solved Status for Reading a Sudoku Puzzle from File

    Good Evening, I'm working on my final project and I'm having an issue with reading input from a file and converting the string into an integer - specifically with the …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Reading a Sudoku Puzzle from File

    Figured it out. Did a google search on the junk characters and apparently it's common for some editors to add UTF-8 characters. I recreated the text file and that fixed …
  • Member Avatar for kes166
    kes166

    Edited Reading a Sudoku Puzzle from File

    Good Evening, I'm working on my final project and I'm having an issue with reading input from a file and converting the string into an integer - specifically with the …
  • Member Avatar for kes166
    kes166

    Created Reading a Sudoku Puzzle from File

    Good Evening, I'm working on my final project and I'm having an issue with reading input from a file and converting the string into an integer - specifically with the …
  • Member Avatar for kes166
    kes166

    Replied To a Post in array help!

    You're right, it needs to be declared dynamically which I missed and can be done using a pointer. This code should allow for user input to declare an array of …
  • Member Avatar for kes166
    kes166

    Replied To a Post in array help!

    Is it repeating "Floors" times - meaning is the input being displayed as many times as you have Floors? I'm guessing you want to display the available, occupied, etc, per …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Open an email from c++

    Schol-R-Lea, Thanks for the reply. I'll look into what you suggested. You are correct, it's part of a bigger project and it's also a little bit of "because it's there …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Open an email from c++

    So after alot of playing around, I came up with this (which isn't exactly what I need) #include "stdafx.h" #include <string> #include <iostream> #include <shlobj.h> #include <shlwapi.h> #include <objbase.h> using …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Is DW alive?

    I usually use Google to search for my tech answers; however, Daniweb was the very first tech website I visited many years ago so it's a first for me and …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Open an email from c++

    I got this to add a subject and some stuff in the body, I just need to figure out how to make it html and include jpg's and formated tables. …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Finding absolute values of character arrays

    I'm not sure why you are using char a =0, char b=0, etc, instead of int a = 0, int b = 0. I actually tried compiling that in visual …
  • Member Avatar for kes166
    kes166

    Created Open an email from c++

    Good Evening, I'm working on a program that will allow user input and will take that input, insert it into blank spots into an email template, and then prepopulate the …
  • Member Avatar for kes166
    kes166

    Created VBScript Arrays

    Hello, I've been working on learning VBScript to make a few useful scripts to work with WinNT and make a more user friendly interface when searching for users on a …
  • Member Avatar for kes166
    kes166

    Marked Solved Status for Finding the EUI address in an IPv6 address

    Good Morning, As this is a homework question, I'm hoping for some guidance in the correct direction or a website. I was given an IPv6 address and I need to …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Finding the EUI address in an IPv6 address

    Hey, Just an update, there was a typo on the assignment. The MAC address for computer A is 00-10-11-D8-6E-71 Computer B is 00-02-4A-5C-E1-C9 The put the MAC address on the …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Finding the EUI address in an IPv6 address

    So the network ID is clearly: 2005:7D:4500:C::/64 It states this. If we assume it's EUI-48, that would make them 0010:11D8:6E71 0002:4A5C:E1C9 Respectivly to the first post Since it does not …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Finding the EUI address in an IPv6 address

    Thanks I'll check it out
  • Member Avatar for kes166
    kes166

    Replied To a Post in Finding the EUI address in an IPv6 address

    Unfortunatly, every source I've found, including the text, implies that FFFE will be in the address. http://www.tcpipguide.com/free/t_IPv6InterfaceIdentifiersandPhysicalAddressMapping-2.htm If it's assigned by a DHCP, it's not using the EUI standard - …
  • Member Avatar for kes166
    kes166

    Marked Solved Status for Cisco Switchport Modes

    Good Afternoon, I've been studying communications between switches and it seems relativly easy to understand with the exception of why they have so many modes. There's trunk, nonegotiate, dynamic desirable, …
  • Member Avatar for kes166
    kes166

    Created Finding the EUI address in an IPv6 address

    Good Morning, As this is a homework question, I'm hoping for some guidance in the correct direction or a website. I was given an IPv6 address and I need to …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Cisco Switchport Modes

    I know what the modes are - I just don't see the point in what seems like redundancy. • **Switchport mode trunk** – forces the interface to become a trunk …
  • Member Avatar for kes166
    kes166

    Created Cisco Switchport Modes

    Good Afternoon, I've been studying communications between switches and it seems relativly easy to understand with the exception of why they have so many modes. There's trunk, nonegotiate, dynamic desirable, …
  • Member Avatar for kes166
    kes166

    Marked Solved Status for IP Addressing

    Good Evening, I just can't seem to wrap my head around this IP addressing. Lets say I want to use 192.168.1.0 default gateway. Then Router IP Address = 192.168.1.0 Lets …
  • Member Avatar for kes166
    kes166

    Replied To a Post in IP Addressing

    So here's what I've got for the router - it seemed to work without giving any errors. I'll just need to check to see what the switch configuration needs to …
  • Member Avatar for kes166
    kes166

    Replied To a Post in IP Addressing

    Yes, so the entire network will be 192.168.1.0 The router will be split into eight subnets 192.168.1.0/27 192.168.1.32/27 192.168.1.64/27 192.168.1.96/27 192.168.1.128/27 192.168.1.160/27 192.168.1.192/27 192.168.1.224/27 The first two subnets will be …
  • Member Avatar for kes166
    kes166

    Replied To a Post in IP Addressing

    mcglk, Thanks, so if I'm understanding correctly, the network is 192.168.1.0 and the router ip is 192.168.1.1 which is also the default gateway. So when I configure the first g0/0 …
  • Member Avatar for kes166
    kes166

    Created IP Addressing

    Good Evening, I just can't seem to wrap my head around this IP addressing. Lets say I want to use 192.168.1.0 default gateway. Then Router IP Address = 192.168.1.0 Lets …
  • Member Avatar for kes166
    kes166

    Marked Solved Status for Subnetting within a LAN

    Good Evening, I hope everyone is doing well this evening. Regarding the subject of subnetting in a LAN, please bear with me as I try to quantify the question in …
  • Member Avatar for kes166
    kes166

    Replied To a Post in Subnetting within a LAN

    Cimmerian, I'm not sure I understand your question. The router would receive 254 usable IP addresses. The subnet on the router is 255.255.255.0. The router then assigns a subnet of …
  • Member Avatar for kes166
    kes166

    Edited Subnetting within a LAN

    Good Evening, I hope everyone is doing well this evening. Regarding the subject of subnetting in a LAN, please bear with me as I try to quantify the question in …
  • Member Avatar for kes166
    kes166

    Edited Subnetting within a LAN

    Good Evening, I hope everyone is doing well this evening. Regarding the subject of subnetting in a LAN, please bear with me as I try to quantify the question in …
  • Member Avatar for kes166
    kes166

    Created Subnetting within a LAN

    Good Evening, I hope everyone is doing well this evening. Regarding the subject of subnetting in a LAN, please bear with me as I try to quantify the question in …

The End.