Ir al contenido principal

Entradas

Mostrando las entradas etiquetadas como LIBROS

COMO MANEJAR ARCHIVOS EN C++

Buenas aquí les dejo una entrega con un ejemplo básico para manejar archivos en visual C++ el enunciado en el cual esta basado el programa es el siguiente: EN UNA EMPRESA CON N EMPLEADOS SE NECESITA OBTENER CIERTA INFORMACION, POR CADA EMPLEADO SE INGRESAN LOS SIGUIENTES DATOS: APELLIDOS, NOMBRES,CLAVE,EDAD,SEXO,SUELDO HAGA UN PROGRAMA PARA CALCULAR E IMPRIMIR LO SIGUIENTE: a) Número de hombres b) Números de mujeres c) Números de hombres menores de 40 años que ganen más de $1.000.000() d) Números de empleados mayores de 50 años. e) Listar el archivo f) Eliminar archivo #include "stdafx.h" #include #include #include #include #include #include #include #include #include #include #include "stdlib.h" #define LON sizeof(struct CLIENTES) struct CLIENTES{ char nombre[30]; char apellidos[30]; char clave[30]; int ed,edad,edee,hombres,mujeres; char sexo[30]; char sueldo[30]; }; struct CLIENTES reg; void crear_archivo(); void escribir_ar...

CREAR ARCHIVOS TXT EN VISUAL BASIC 2010

Buenas hoy veremos un ejemplo para crear un archivo .txt en visual basic .NET  utilizando la herramienta visual studio 2010. el manual de referencia lo podemos encontrar en el libro  VISUAL BASIC .NET lenguaje y aplicaciones 3ra edicion  Fco. Javier Ceballos el tipo de acceso mas simple a un fichero de datos es el secuencial, un fichero abierto  para acceso secuencial es un fichero que puede almacenar registros de cualquier longitud. Este tipo de acceso generalmente se utiliza con ficheros de texto en los que se escribe toda la información desde el principio hasta el final y se lee de la misma forma. las acciones mas comunes que se manejan a la hora de trabajar con archivos son: CreateNew: crea un nuevo fichero. Si el fichero existe se lanzara una excepción del tipo IOException Create: Crear un nuevo fichero. Si el fichero existe sera sobrescrito  Open: abrir el fichero existente OpenOrCreate: abrir un fichero si e...

HACER UN LOGIN CON VISUAL BASIC .NET

En este tutorial veremos como crear un formulario para hacer un login de manera fácil y sencilla, la herramienta con la cual se trabajara es visual studio 2010. Para comenzar crearemos un proyecto aplicación de Windows forms visual Basic. damos un nombre al proyecto y clic en aceptar.  El proyecto se creara con  un formulario por defecto. ahora vamos a agregar el formulario para hacer el login; para esto damos clic en proyecto agregar Windows form, formulario de inicio de sesión. le damos un nombre al formulario y clic en aceptar. Aparecerá la siguiente ventana en esta ventana ya podemos configurar todas las propiedades que necesitemos desde cambio de colores imagen etc. El siguiente paso es hacer el código para la autentificación El formulario ya tiene un código predefinido el cual vamos a cambiar por un código personalizado. Para comenzar aremos doble clic...

INTRODUCCION A LA POO VISUAL BASIC .NET

En esta ocasión estudiaremos la programación orientada objetos en visual basic .NET hay una frase muy popular que dice "divide y venceras", pues bien de esto se trata la programación orientada objetos, dividir los problemas en sub problemas y siempre pensando en objetos, de esta manera podremos resolver problemas de una manera eficaz. a que nos referimos con objetos?

Sams Teach Yourself SQL in 24 Hours (5th Edition)

rom theIn just 24 sessions of one hour or less, you’ll learn how to use SQL to build effective databases, efficiently retrieve your data, and manage everything from performance to security! Using this book’s straightforward, step-by-step approach, you’ll learn hands-on through practical examples. Each lesson builds on what you’ve already learned, giving you a strong real-world foundation for success. The authors guide you f absolute basics to advanced techniques—including views, transactions, Web data publishing, and even powerful SQL extensions for Oracle and Microsoft SQL Server! Step-by-step instructions carefully walk you through the most common SQL tasks. Quizzes and Exercises at the end of each chapter help you test your knowledge. By the Way notes present interesting information related to the discussion. Did You Know? tips offer advice or show you easier ways to perform tasks. Watch Out! cautions alert you to possible problems and give you advice on how to avoid th...

HACKING EXPOSED WIRELESS : SECOND EDITION

The latest wireless security solutions Protect your wireless systems from crippling attacks using the detailed security information in this comprehensive volume. Thoroughly updated to cover today's established and emerging wireless technologies, Hacking Exposed Wireless, second edition reveals how attackers use readily available and custom tools to target, infiltrate, and hijack vulnerable systems. This book discusses the latest developments in Wi-Fi, Bluetooth, ZigBee, and DECT hacking, and explains how to perform penetration tests, reinforce WPA protection schemes, mitigate packet injection risk, and lock down Bluetooth and RF devices. Cutting-edge techniques for exploiting Wi-Fi clients, WPA2, cordless phones, DONWLOAD

NINJA HACKING

holas aqui les dejo este interesante libro se llama Ninja hacking Ever thought of using the time-tested tactics and techniques of the ancient ninja to understand the mind of today's ninja, the hacker? As a penetration tester or security consultant you no doubt perform tests both externally and internally for your clients that include both physical and technical tests. Throw traditional pen testing methods out the window for now and see how thinking and acting like a ninja can actually grant you quicker and more complete access to a company's assets. Get in before the hacker does with these unorthodox techniques. Use all of the tools that the ninja has: disguise, espionage, stealth, and concealment. Learn how to benefit from these tools by laying your plans, impersonating employees, infiltrating via alarm system evasion, discovering weak points and timing, spyware and keylogging software, and log manipulation and logic bombs. And, really, don't you want to be a ninja for ...