Posts

Virginia Bruce

Image
.mw-parser-output .entete.cinema{background-image:url("//upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png")} Virginia Bruce Photographiée en 1937 Données clés Nom de naissance Helen Virginia Briggs Naissance 29 septembre 1910 Minneapolis, Minnesota États-Unis Nationalité Américaine Décès 24 février 1982 (à 71 ans) Los Angeles, Californie États-Unis Profession Actrice Chanteuse Films notables Le Grand Ziegfeld L'amiral mène la danse modifier Virginia Bruce est une actrice et chanteuse américaine, née Helen Virginia Briggs à Minneapolis (Minnesota) le 29 septembre 1910, décédée d'un cancer à Los Angeles — Quartier de Woodland Hills — (Californie) le 24 février 1982. Sommaire 1 Biographie 2 Filmographie partielle 3 Théâtre 4 Liens externes Biographie | Virginia Bruce débute au cinéma en 1929 et apparaît dans environ 70 films américains jusqu'en 1960, année...

Laptop refuses to boot from USB when SSD is connected through SATA

Image
up vote 0 down vote favorite My asus laptop is refusing to boot anything from USB as long as a drive is connected to the SATA port on the motherboard.I can boot any USB sticks just fine with no drive connected. This is essentially making it impossible for me to install Ubuntu. Things I've tried that might be worth knowing: I've three different bootable USB sticks available and have confirmed that all of them are working(Ubuntu Mate, Windows 10, Memtest). I've also set up the boot order and have tried the "force boot" option in the BIOS which just results in a black screen. Secure Boot is disabled. I've tried with two different SSD connected to the board to make sure that the one I'm trying to install onto isn't faulty. I really hope someone here can help me since I've been struggling with...

WinAPI - Executing a function from a window

Image
up vote 0 down vote favorite Good evening, So i've this project to create a window where i can execute programs from. I'm really tired of searching so i decided to ask for someone's help. anyways i made a program that shows a window etc but my problem is that i want to execute some functions, such as printf("hello world!").. I dont' know how to bring that .exe file and i don't know how to put it, i've a feeling that i've to use createProcess but i don't know how to put it. To be more specific: i wanna execute this simple program on my window: int n; printf("Enter an integer"); scanf("%d",n); for example, that's what i want. Hope that you get what i mean. Program used: Code::Blocks Language: C, not c++. Thanks. ...