-
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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. … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
Replied To a Post in Finding the EUI address in an IPv6 address
Thanks I'll check it out -
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 - … -
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, … -
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 … -
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 … -
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, … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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.