Search:

Type: Posts; User: Zool

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    2,071

    VBScript DateDiff Function

    I am using VBScript for my project and i would like to use VBScript DateDiff function in my code. So it can show amount of time in date, months and also gives the difference between two date-time...
  2. Replies
    3
    Views
    539

    Search character in a string

    I have written a code that is apparently simple: increase the number of "a" in a phrase written by the user but it is not working. Now I'm looking for the example which replaces a section of the...
  3. Replies
    3
    Views
    3,069

    Convert an int to QString

    I'd like to insert an integer into a string QString, I tried

    QMessageBox:: information (this,
    "about"
    "version" + Mn
    ...
  4. Replies
    3
    Views
    5,293

    Displaying an image with Qt

    i am doing a project in QT, Can any one tell me how to make a images (.jpeg) using QT.... ,I cant find how to place a QLabel in the mainwindow thought Graphics View.

    Thank you in advance
  5. Replies
    3
    Views
    624

    Standard binary conversion

    For the past few days, i am try to create a small program that would convert a decimal to binary. After much research I found a suitable code that I try to run with my compiler, C but it won't work....
  6. Replies
    3
    Views
    552

    Function for two random numbers

    I need code to create function for the random selection between two numbers, I looked on the internet for examples of uses, but I did not understand much, but what l want know is that how to use the...
  7. Replies
    3
    Views
    1,116

    Embed calendar on website

    I am using html language for my web site. I want to the html to create calender for my website and i also wanted to know the procedure to embed website calendar.
  8. Replies
    3
    Views
    1,311

    Compilation of a library (FFTW)

    I started use and installation of external libraries, but as part of a project, I need to use FFTW. I downloaded the archive containing the library, but I did not find any file. A, so that I can not...
  9. Replies
    3
    Views
    895

    How to create and send HTML email

    Can any one tell me how to create and send HTML email? Is they appear as same email page? Are there any pros and cons of HTML email page? Is that possible to put image and create colorful newsletters...
  10. Replies
    3
    Views
    825

    Definition of a property line in a method

    I want to know if it is possible to define a property in a method, because my method uses template and that has kept the value is not necessarily the same type. I would therefore like to define this...
  11. Replies
    4
    Views
    1,250

    Convert PSD to HTML

    I am running adobe photoshop 7 on my windowsx xp computer. I have got a PSD template and i want to convert that in to html form. Can any one tell me how to convert PSD to HTML.
  12. Replies
    3
    Views
    1,876

    How To Detect Browser Type With Php

    I am looking for code in php to detect browser. The main purpose of this code is to find the browser type used by the visitors when they visit website. Is that possible in php?
  13. Replies
    3
    Views
    1,554

    Import sql file in mysql

    I have created database named employee database and i want to import MySQL dumpfile into my employee database? what are the syntax used while importing file. Any recommendations and suggestions are...
  14. Replies
    3
    Views
    2,122

    Center the text in a QTextEdit

    I am printing the signs in a QTextEdit using the method append () and I'd like to focus my text in the QTextEdit as when enlarging the window, the text is left
    result -> setAlignment (Qt::...
  15. Replies
    3
    Views
    1,668

    How to convert string into int in Java

    Can any one tell me the code in java to convert string to int. What are the syntax and declaration commands are used to convert string to int. Any help will be extremely appreciated.
  16. Replies
    3
    Views
    4,073

    How to get date of yesterday in php

    I am looking for program in php which display yesterday date. The date function in php is use to calculate the date but what are the syntax need to used in this function so it will display yesterday...
  17. How to check if file exists in directory with Php

    Does any one know the program how to Check If File Exists In A Directory With Php. What is the code and what are syntax need to be used while searching file? Any recommendations and suggestions are...
  18. Replies
    3
    Views
    1,567

    Javascript Unix Timestamp

    I need code to for Unix timestamp in Javascript language. I tried to create a time object and function which works with time and date but program won't convert this to a UNIX timestamp.
  19. Replies
    3
    Views
    812

    Create a DLL in c++

    I work on a project in VC + + and I'd like to use that DLL in another project. My problem is that the creation of DLLs in all the documents of c program but no creation of dll with classes. How to...
  20. Replies
    3
    Views
    583

    Methods not accessible by other classes

    I have created a class "map" that can load a file from a special format but which can save data in a file format. There is also a class "Game" and a class "Publisher". Is it possible to ensure that...
  21. Create a function for comparing character strings

    I want to create a function equivalent to the function strcmp available with # include <string.h>.


    # include <stdio.h>
    # include <stdlib.h>
    # include <string.h>

    char comparison...
  22. Replies
    3
    Views
    1,092

    Size of a pointer to an array of char

    main ()
    (
    char text [128] = "Hi";
    cout <<sizeof (text) <<endl;

    char * textP = text;
    cout <<sizeof (textP) <<endl / / First attempt
    cout <<sizeof (*...
  23. Replies
    3
    Views
    1,071

    Integration of a QTextEdit

    I am trying to include QTextEdit widget in main... I am able to do so (with a code given below), I want you to insert or help me put my QTextEdit:

    # include <QApplication>
    # include <QtGui>...
  24. Replies
    3
    Views
    1,000

    Function that returns a 2d array

    A function can return a 2d array?Can one some give a explanation of this with example?

    I tried the following code but does not work...

    int function (array [] [120])
    (
    / / program
    ...
  25. Replies
    3
    Views
    1,960

    Add scanf without newline

    I am trying to make a small program to get back to C program and I wonder if it is possible to scanf without a newline afterwards.

    Here is a example:


    printf ( "\ n We have P (x) =");
    ...
  26. Replies
    3
    Views
    1,033

    Compaq Presario C302NR will not boot up

    I recently got Presario C302NR, it start giving problem after charging battery. When i press power button led on the laptop glows and it start booting but after showing windows xp logo (after 10 to...
  27. Replies
    3
    Views
    1,309

    Keyboard events in c + +

    I would like to recognize keyboards and mouse event, I have tried to include the sdl in my Qt project, but the problem is in the compilation: I'm writing

    C + + 1 # include <SDL/SDL.h>
    the...
  28. Replies
    3
    Views
    1,108

    Initialize a binary variable

    I wanted to know is that possible to initialize a variable in binary? In declaration one hex 0x ..., In octal 0 ... In binary? 0b ... does not work. My compiler "GNU GCC compiler, I use Code::...
  29. Replies
    3
    Views
    2,779

    Graphics in c++ using dev c++

    I use TC++, whenever i want to store graphic i use graphics.h header file, the problem is dev c++ won't allow... how to store graphics in dev c++? if you can tell me what thing can help that will be...
  30. Replies
    3
    Views
    1,840

    hp laptop won't wake up

    After entering in to sleep mode (stand by) my hp laptop won't wake up, I have to hold the power down and shut it down and restart it. Does anyone know what causes this issue and how to fix it?Any...
  31. Replies
    3
    Views
    1,099

    Turn on modem sound in windows xp

    I am using comcast modem to access internet, when i connect this modem with windows xp computer it does not make a sound (dialing and handshaking). How do I turn the sound on? Can nay one tell me how...
  32. Replies
    3
    Views
    1,597

    Free rhythm based games

    I am looking for free rhythm games which include music, action video games. Rhythm games which include multiplayer modes .Any recommendations and suggestions are appreciated.
  33. How to convert video files to play on an iPod Touch

    I recently download some video in flv format and i want to play that file on my ipod touch. Do i need to convert video to play on ipod touch? If yes then which is the best software to convert flv...
  34. Replies
    3
    Views
    1,693

    How to make eee pc dual boot

    I am looking for information on dual boot (windows xp and windows vista). I have ASUS Eee PC 1000HE, it has 1GB RAM, 160GB Hard Disk and 10" LED Backlit Widescreen Display. Can any one tell me how to...
  35. Replies
    3
    Views
    1,153

    Windows Explorer Alternative

    I have install windows xp on my computer whenever i open any drive from windows explorer it doesn't give any problem. Is there any software which works as windows explorer alternative?
  36. Replies
    6
    Views
    16,223

    Remove default apps on ipod touch

    I recently got apple ipod touch, there are many unnecessary application installed on my ipod touch which takes too much time to open, can any one tell me how to get rid of apps on ipod touch?
  37. Replies
    2
    Views
    2,786

    Page break between table rows in html

    I am looking for program in html language, The program contain three rows for displaying employee data and name and id. The page must break between table rows and column should display employee...
  38. Replies
    5
    Views
    3,092

    How to Prevent Your Computer from Being Hacked

    Can hackers access my turned off computer? Can any one tell the How to Prevent Computer from Being Hacked? What are some free software to prevent my computer from being hacked?
  39. Can't create desktop icon shortcut to URL address

    I have yahoo mail account and i can't create desktop icon shortcut to url address (google). I want to know the procedure to create shortcut to url. I have tried from desktop right click then create...
  40. Replies
    2
    Views
    3,827

    Hide Email Address In Outlook

    I have installed outlook 2003 on my computer. I need to know changes in menu for hiding email addresses in outlook. If supposed i send any mail, receiver of that mail not able to find out email...
  41. Replies
    7
    Views
    20,386

    How to Find Power Supply Wattage

    How can i find out what is my power supply wattage? I have dell desktop, with 2 gb ram and 160 gb hard disk. Is there a program or software i can use to find out the power supply wattage ? Is it...
  42. Replies
    3
    Views
    1,231

    Linking cells in different worksheets

    I have a workbook with several worksheets like employee details, employee id and employee address. Now i want interlink cells of all that worksheet so changes can be made easily. What is the...
  43. Replies
    3
    Views
    1,292

    How many IP address can be assigned to a pc

    I need some information on ip addressing. Can any one tell me how are ip addresses assigned? The ip address range depends on mac address? ISP provide the ip address or IANA? How many IP address can...
  44. Replies
    3
    Views
    1,485

    How do I copy an entire web page?

    I am looking for software or tool to copy entire web page. Is there any software to download text page in text format only not in html coding and also need to print that web page as it is.
  45. Replies
    3
    Views
    8,032

    How to recover MSN Messenger conversation?

    I am using msn messenger 7.5. I want to recover my conversations that i have had with other people. Any setting required in menu or need to send request to MSN to recover msn messenger conversation...
  46. Thread: COM port missing

    by Zool
    Replies
    3
    Views
    2,256

    COM port missing

    My intel 945 motherboard has two COM ports, both are set to Auto in the BIOS. Both the port are connected in panel (one end) and another end of both port is connected to the motherboard but when i...
  47. Replies
    3
    Views
    1,283

    Mail not delivered to CC accounts

    I have got few situation in yahoo mail where the emails send by a person are not delivered at cc accounts. All the address were correct and mail received at the receiver end. Does any one know why i...
  48. Replies
    3
    Views
    1,098

    DateTime Format String

    I want to know the different way to format DateTime Strings object in .net, what are object use to define the date and time?
  49. Replies
    3
    Views
    1,568

    How to back up aim away messages

    I have installed AIM software on my windows xp machine. I can't back up AIM away messages. Whenever i disconnected due to internet problem, AIM will sign off and away message will not go back up....
  50. Thread: C++ slot machine

    by Zool
    Replies
    3
    Views
    2,155

    C++ slot machine

    I am trying to write a simple C++ slot machine program to run three number A , B and C. The problem is no are not generating number randomly.


    // slot machine
    #include<iostream>...
Results 1 to 50 of 87
Page 1 of 2 1 2
Page generated in 1,713,259,202.10294 seconds with 21 queries