Search Result

Collapse
31 results in 0.0017 seconds.
Keywords
Members
Tags
programming
  •  

  • w3nDiGo
    started a topic Expected primary-expression before "else"
    in C

    Expected primary-expression before "else"

    Code:
    #include <iostream>
    #include <string>
    #include <stdlib.h>
    #include <stdio.h>
    #include <windows.h>
    
    void goTo (int x, int y){
             HANDLE hConsole= GetStdHandle(STD_OUTPUT_HANDLE);
             COORD pos;
             pos. X=x; 
             pos. Y=y;
        
        SetConsoleCursorPosition(hConsole, pos);
    }
    using namespace std;
    ...
    See more | Go to post
    Last edited by Banfa; Mar 19 '12, 01:08 PM.

  • Best programming language(s) for an aspiring penetration tester?

    Hey guys, I am an aspiring penetration tester and I have been lurking around forums soaking up as much as I can and learning however I think it is time for the next step, but I need to know where its best to start. I am currently learning python because of its simplicity, yet from the standpoint of a penetration tester, would php be the way to go? I know it is widely used but it is losing ground to python. I am also torn between learning C/C++...
    See more | Go to post

  • Access create multiple records based on a date range

    Multiple rows based on a date range

    I have an MSAccess 2007 DB to record our employees Personal Days Off (PDO). Until now I have only had a form to record each single day taken. This results in time consuming repetitive entry when an employee takes multiple consecutive days or weeks off.

    My database consists of two tables:
    • tbl_PDO (to hold the Worker, DateTakenOff and TimeTaken)
    • tbl_Employees (containing the Employees
    ...
    See more | Go to post

  • Prosammer
    started a topic What should I learn or take on after C++?
    in C

    What should I learn or take on after C++?

    Hello,

    I was just wondering. Now that i'm done with c++ i was thinking about moving to OpenGL and directX api programming. Is that a good idea or must i start with something lower?
    See more | Go to post

  • window-based real-time market data analysis software / interface

    I'm an amateur programmer. I'd like to develop a software application to analyze real-time market data notably derivatives, futures,options (like the interface provided by stock trading firms ). Please teach me if the following approach is correct, ie the knowledge or software needed etc:
    1. Use a DB to read the real-time feed from data provider : what should be the right DB to
    use. I know it should be a time-serious one....
    See more | Go to post

  • lingjun
    started a topic "parameter name omitted" error message?
    in C

    "parameter name omitted" error message?

    Hi,
    I am having problems with this program. I keep on getting the following error messages:


    testing.c: In function `next_month':
    testing.c:25: error: parameter name omitted
    testing.c:27: error: syntax error before "mnth"

    My code is:
    Code:
    #include <stdio.h>
    
    enum month {jan=0, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec};
    
    typedef
    ...
    See more | Go to post

  • How to start programming for touchscreens?

    Hi everybody,

    I'm new on touch screen and have difficulty on finding a touch screen programming (script/code).

    I want to write a simple protoype/program (script/code) for touch screen and still wondering which programming language (c++, vb, .NET) is easy to use .

    I want to apply it for my reserach on effectiveness of touch screen and run it on windows7 OS.

    I don't know where/how to start writing...
    See more | Go to post

  • Is there a JavaScript that will randomly select files from a database?

    This is what I am looking for. So I will basically have two databases. One with the questions and one with the answers. Each database will have several tables. For example questions in database 1 table 2 will have corresponding answers in database 2 table 2. I would like a script that will randomly select a question from a table in database 1 and depending on which table it randomly selected the question from, it will then automatically go to the...
    See more | Go to post

  • smoothkiller
    started a topic Software Development Practice

    Software Development Practice

    I am conducting a survey on current software development practices.

    In this survey I want to find out how the software development approaches are used in current scenario. How different phases of software development life cycle are carried out.

    I would greatly appreciate you participating in this survey. This survey will take you no more than 15 minutes of your precious time. If you are interested in learning the results...
    See more | Go to post

  • How to call a dos variable in visual basic?

    I would like to know how to call a variable I have set in ms-dos using e.g. set h=hello in visual basic. Can this be done?
    See more | Go to post

  • Resize the website automatically in different resolution

    I'm a beginner in developing a website. Currently, I'm in progress of creating a website by slicing my layout in photoshop and using dreamweaver to edit it. I want my website to fit in nicely when viewed by different browsers and resloutions. The width of my image is 1000. I have tried resizing it down to 800 but still it won't auto fit in the browsers? How can I achieve that?
    See more | Go to post

  • Pakmarshal
    started a topic Start/Stop windows service dependent on wmi
    in .NET

    Start/Stop windows service dependent on wmi

    Hi,
    I have developed a windows service which records the applications (processes) that runs on the machine.

    To get the process start trigger i have used wmi.

    Code:
     Obj_ManagementStartWatcher = New ManagementEventWatcher("Select * From Win32_ProcessStartTrace")
      AddHandler mObj_ManagementStartWatcher.EventArrived, AddressOf Proces_Arrived
       Obj_ManagementStartWatcher.Start()
    ...
    See more | Go to post

  • Bernardo
    started a topic Finding smallest number from user input(array) ?
    in C

    Finding smallest number from user input(array) ?

    Okay, so I am making a program that accepts user input of integers. As you can see I am using an array and i need to get the greatest number, and smallest, range, mean, etc. But I successfully did this for the greatest and figured not much would need to be changed but everything I've tried has given me errors of like -8732113 as the smallest. If needed i can post the code with the greatest included, I took it out so i could just focus on this....
    See more | Go to post

  • Vilasini
    started a topic How to convert encrypted files into binary?

    How to convert encrypted files into binary?

    i need to change it into binary and store in Microsoft Access database...do anyone know its coding or any software???
    See more | Go to post

  • mysticwater
    started a topic C helps learn C++?
    in C

    C helps learn C++?

    Hi

    I was wondering, if I know C do I essentially know c++?

    Also can C/C++ be used in cool ways with web sites? or are they more for hardware etc.
    I just created a site (http://rblog.net16.net/) and I was hoping to enhance it in cool ways, so any info relating c/c++ with web development would be great!
    See more | Go to post
Working...