Jump to content

Microsoft Support & Discussions

Microsoft Windows, Windows Server software, Microsoft 365, Microsoft Azure or any other Microsoft product discussions and help.

  1. Guest mitch1993
    Started by Guest mitch1993,

    Hey, I'm pretty new to Linux/C programming and I have a problem with the following code: Code: #include <stdio.h> #include <string.h> #include <stdlib.h> int main (int argc, char **argv){ char set1[strlen(argv[1])]; char set2[strlen(argv[2])]; for (int y=0; y< strlen(argv[1]); y++){ set1[y] = *(argv[1]+y); set2[y] = *(argv[2]+y); } printf("%s \n", set1); printf("%s \n", set2); } (the arguments are 2 strings of the same length) well this still works fine. But after adding: Code: char text[23]; while (fgets(text, 23, stdin) != 0){ } anywhere set1 an…

    • 0 replies
    • 163 views
  2. Guest postcd
    Started by Guest postcd,

    Script output Quote: root@***'s password: -----------Select (em) or (e) or (cm)--------- em [: 24: em: unexpected operator [: 27: em: unexpected operator Script code: Code: echo "-----------Select (em) or (e) or (cm)---------" read dom if [ "$dom" == "em" ];then mplayer sshfs/Hudba/* exit fi if [ "$dom" == "e" ];then exit fi i want to ask why it sends unexpected operator when i type "em"? Continue reading...

    • 0 replies
    • 141 views
  3. Guest Brent Zaniewski
    Started by Guest Brent Zaniewski,

    Today Only: Buy the Belkin Grip Max Case for iPhone 5S/5 and save over 50% This contemporary, yet classic design features a light texture that adds visual and tactile appeal for a completely customized look. The thin, yet durable skin is a stylish way to keep your iPhone's surface free of scratches and scuffs, without adding extra bulk. List Price: $34.99 Today Only: $16.95 Learn More and Buy Now Find more great deals on iPhone accessories at the iMore Store! Continue reading...

    • 0 replies
    • 364 views
  4. Guest Rene Ritchie
    Started by Guest Rene Ritchie,

    Despite a series of events that would be better suited for a David E. Kelly legal comedy than an actual court of law, Apple is still fighting on in their ebook case, and this time bringing in some economists as backup, namely Bradford Cornell of CalTech and Janusz Ordover of NYU. The goal seems to be to better explain to the court why, according to Apple, they don't understand the market and are getting it all wrong. Philip Elmer-DeWitt extracts the pertinent part on Fortune: Efficient markets depend on firms acting in their independent business interests. In this case, the District Court's failure to consider the economics of the vertical agreements between Apple a…

    • 0 replies
    • 330 views
  5. Guest Peter Cohen
    Started by Guest Peter Cohen,

    Feral Interactive announced Thursday the Mac release of F1 2013, a new version of the Formula 1 racing game. The game puts you in the driver's seat of high-speed Formula 1 race cars as you take to real-life tracks and against real-life drivers in a re-creation of the 2013 Formula 1 season. Features include Career Mode, which recreates the 2013 season in whole, Grand Prix mode, which lets you create custom championships, and Scenario Mode - 20 challenges inspired by real Formula 1 racing situations. Multiplayer is supported as well (16 player cross-platform via SteamPlay, Mac App Store is limited to split-screen offline mode only). The game is available in two varian…

    • 0 replies
    • 355 views
  6. Guest Richard Devine
    Started by Guest Richard Devine,

    Square Enix just took care of your weekend by firing out some pretty sweet discounts on three great iOS games. From today until Monday, March 10, Deus Ex: The Fall, Tomb Raider and Lara Croft and the Guardian of Light can be had for just £0.99/$0.99/ €0.99 a piece. Square Enix knows whats its doing when it comes to making games, and it also knows how to do payment. It usually involves a higher up front cost, but without being nickel-and-dimed all the way to the end of the game. So, if you're looking for a new time waster ahead of the weekend, drop by the App Store links below and snag a bargain while you can. Lara Croft and the Guardian of Light - Download Now Lar…

    • 0 replies
    • 309 views
  7. Guest Chris Parsons
    Started by Guest Chris Parsons,

    Almost everyone has been in this situation at one point or another. You pick up a new iPhone 5s or iPad Air, maybe a iPhone 5c or Retina iPad mini, you use it for a while, and then it starts to show signs of wear and tear. Maybe you banged it against the wall and got a little ding on it, maybe it was knocked out of your hand by a clumsy friend and fell to the floor. Whatever happened, you know the feeling of that first blemish — it sucks. If you had no protection on it, you feel silly for not having none and wonder if it would have still happened if you did. If you did have protection on it, you start questioning the reliability of the product and whether or not it did…

    • 0 replies
    • 341 views
  8. Guest Ace~~~~~~~~~~~~
    Started by Guest Ace~~~~~~~~~~~~,

    When ever I try to open up steam i get this error message (0x40000015) in 0x3f01e940. How do i fix this? Continue reading...

    • 0 replies
    • 199 views
  9. Guest HarryGrower
    Started by Guest HarryGrower,

    I have received an old Pressario P2100 from someone who I helped purchase a new Windows 7 PC. The disk has been completely re-formatted and so there is no restore partition ( if there ever even was one). The case has a Windows CoA and I have a Windows XP CD. I have tried this and it does install properly. My only concern is that it does not install with the licence that is on the CoA. Is this compliant with Microsoft's licensing policy, and will this be affected by the fact that support for XP ceases in April Many thanks Harry Continue reading...

    • 0 replies
    • 148 views
  10. Guest samy23244
    Started by Guest samy23244,

    hello, my questions are can i upgrade or custom install a vista home premium disk(came new with my wifes computer dell insprion 1501) on my windows xp pro I tried running upgrade advisor and error reads cant connect? thanks sam Continue reading...

    • 0 replies
    • 136 views
  11. Guest stujol80
    Started by Guest stujol80,

    Using Windows XP SP2, we are trying to time sync the computer clock with an external time source. using regedit, we have changed the registry settings as per http://support.microsoft.com/kb/314054 net stop w32time works sucessfully net start w32time works sucessfully w32tm /resync /rediscover returns the following message: the computer did not resync because no time date was available manual update of time via windows clock dialog box returns message: an error occurred getting the status of the last syncronisation. Element not found. we can ping the ip address of the external time server using w32tm /stripchart /dataonly /samples:5 /compu…

    • 0 replies
    • 150 views
  12. Guest IanLarkin
    Started by Guest IanLarkin,

    I put a brand new hard drive in on my old computers and it has nothing on on it and I can not boot from the CD-ROM to install Windows XP Home Edition SP1, and been getting errors saying it could not find the drivers. I have tried to make floppy boot disks, but the at certain points I get errors. So it is not working. I just want to use this spare PC as a Photo storage PC. Continue reading...

    • 0 replies
    • 156 views
  13. Guest GeneHaggard
    Started by Guest GeneHaggard,

    log on goes to guest account, unable to switch accounts. unable to delete any account. restore app does not work, when clicking on a restore point get error msg restore can not be completed Continue reading...

    • 0 replies
    • 173 views
  14. Guest kolasvm

    Windows 8 failed to download important update (KB2917499). Error: 8020002E do Microsoft has this kind of problem solution??? I've been trying many methods (online) just to update this lil piece just to upgrade my win8 to wnidows 8.1 I badly need your help just to fix this problem. Thanks! Continue reading...

    • 0 replies
    • 599 views
  15. Guest Wes-ley
    Started by Guest Wes-ley,

    Original Title: Why 5 ty*e 352e th5s Dear all, Th5s 5s 0y *r6b3e0. WHy 5 ty*e 352e th5s+ my keyboard letters are mixed-up. i know this is a common problem.. but my problem still cant be solved.. my laptop model, LENOVO G480 (No numlock). Fn+F8 --> dint work Fn + scrlk --> dint work I NEED HELP URGENTLY. Many thanks Continue reading...

    • 0 replies
    • 174 views
  16. Guest Jeff0123

    I have the following which sends a print file to a specific printer. It works perfectly in Windows 7, but not in Windows 8. The print job shows in the print queue until the print job jobstream is closed. Then the print job literally vanishes from the print queue. Here is my code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Printing; namespace PrinterLib { public static class PrintToSpooler { public static string SendFileToPrinter(string szPrinterName, string szFileName, string docName) { try { // Create the printer…

    • 0 replies
    • 184 views
  17. Guest JohnPickels

    The Spider challenge is not winnable. Continue reading...

    • 0 replies
    • 240 views
  18. Guest jb700

    When I right-click Remote Desktop, I'm shown a list of recent machines to which I've connected. However, when I bring up Remote Assistance, the machines I've connected to are listed in name order. In most cases, I want to connect to the machine to which I was most recently connected. Is there a way to change the sort order for this? Continue reading...

    • 0 replies
    • 154 views
  19. Guest WHCarr
    Started by Guest WHCarr,

    When my laptop with Windows 7 goes to "sleep" with the unit closed, everything reopens fine. If it goes to "sleep" with the screen open, the task bar is empty. There is a colored background where the task bar should be. The only icon is the Windows Start icon that allows me to open various programs. Any ideas? Continue reading...

    • 0 replies
    • 141 views
  20. Guest MikeG2451
    Started by Guest MikeG2451,

    Hi New to this forum, bit of a computer newbie so please give me any answers in language that I can understand. Ok, I bought a pc from ebay, it came with a copied windows 7 disc with a product key that I believe is genuine. When I started the pc up it said "failure to boot insert disc" It then loaded files then got a page up that asked me to either install now or repair your computer. I tried install and it said set up starting and carried on with the set up. Then got a page saying "where do you want to install windows" but there is no list showing to choose from. Anybody got any ideas where I go from here???? Continue reading...

    • 0 replies
    • 147 views
  21. Guest Bryan Creer
    Started by Guest Bryan Creer,

    I have downloaded Accutrans3D from http://www.micromouse.ca/. When I run it, I get the message - "The program can't start because OPENGL32.dll is missing from your computer. Try reinstalling the program to fix this problem." There are two copies of opengl32.com on my PC. one in C:\Windows\SysWOW64\opengl32.dll and the other in C:\Windows\winsxs\x86_microsoft-windows-opengl_31bf3856ad364e35_6.1.7600.16385_none_0e9b4c35eabb42b2\opengl32.dll. From their properties, they seem to be identical versions of the same file. When I run sfc /scanfile against them, the SysWOW64 version gives the result - "WIndows Resource Protection did not find any integrity violations." and t…

    • 0 replies
    • 147 views
  22. Guest mohitdhanda
    Started by Guest mohitdhanda,

    cant install software.tried cmd method ,nothing happen Continue reading...

    • 0 replies
    • 124 views
  23. Guest AlPearce
    Started by Guest AlPearce,

    This is my first time posting a question here. If I have posted this in the wrong category please bear with me. We have an Acer laptop that runs Windows Vista 32-bit and we would like to use Malwarebytes but Windows keeps blocking it at startup. I know we can allow the program to come through but we have to do it every time we start the computer. There's no permanent option to allow the program at startup so I tried to disable Windows Defender. I went to msconfig to find Defender and turned it off but that didn't make any difference. I have even unchecked "startup" and "services" there but the problem persisted: somehow Windows found its way back to block at st…

    • 0 replies
    • 146 views
  24. Guest PhillipMorrow
    Started by Guest PhillipMorrow,

    Installed AVG and tune-up but still contracted series of viruses. Last time I helped out w/ systweak can someone return the favor 4 my son ? Continue reading...

    • 0 replies
    • 150 views
  25. Guest Jack Dewhurst
    Started by Guest Jack Dewhurst,

    I have this supposed malware called Coupon Server extension which apparently came ib attached to another download , without my knowledge and 1 cannot remove it as it is nor on Programs And features on my control panel. Microsoft security essentials also is not able to remove it . can anyone help Continue reading...

    • 0 replies
    • 164 views