Search:

Type: Posts; User: mintsmike

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    3,812

    So, which interface do you reccomend to me. Im...

    So, which interface do you reccomend to me.

    Im thinking .NET, but i would like a second oppion,

    Thanks in advance,
    mintsmike
  2. Replies
    11
    Views
    3,812

    Windows API and .NET Framework?

    Hello people.

    I will soon be taking a tutorial in programming with the WinAPI, but later on I want to integrate it with some of the controls and features provided by the Windows .NET Framework. Is...
  3. Replies
    8
    Views
    3,107

    Ok thanks for that guys. Now i may use that...

    Ok thanks for that guys. Now i may use that technique (or should i say WILL use that technique). At least now i know how it works

    Thanks again,
    mintsmike
  4. Replies
    8
    Views
    3,107

    OK, thanks for clearing that up. But why does...

    OK, thanks for clearing that up.

    But why does that work??

    Regards,
    mintsmike
  5. Replies
    8
    Views
    3,107

    So if i were to have a file tree that looked like...

    So if i were to have a file tree that looked like this:



    main.cpp
    extra.cpp
    extra.hpp

    I could declare some extra functions say genRand(int seed) in extra.hpp, I could include that...
  6. Replies
    8
    Views
    3,107

    Multiple source files in one project

    Hello people;

    I have a quick question. When looking at projects programmed by other programmers, i sometimes notice that the project contains multiple .CPP files, each with a header file by the...
  7. Replies
    3
    Views
    1,303

    Multiple Function Return Types

    Hello people and sorry for the simple question:

    I am taking a Win32 API programming tutorial and have came across the following function definitions:

    int WINAPI WinMain
    --and--
    LRESULT...
  8. Replies
    4
    Views
    1,175

    Manipulating the Win32 API

    Hello people.

    I am completely new to the prospect of programming GUIs and handling the Windows API in C++. I wish to be able to write the raw code, then compile it with a windows port of something...
  9. Replies
    2
    Views
    1,088

    Thank you for your reply. I would like to know: ...

    Thank you for your reply. I would like to know:

    How to arrange the rows in the table. I want to have 4 headings and the rows to be added down-ways, as currently the rows are added at the bottom...
  10. Replies
    2
    Views
    1,088

    A Problem with TableFrameLayout in C#

    Hello people.

    I have a problem. I am using VS2008C# and I am using it to create a program (:)). When users click on a button, the Click() method should add some content to a predefined...
  11. Replies
    5
    Views
    1,274

    Can you direct me to some resource that teaches...

    Can you direct me to some resource that teaches how to use maps in this way.

    Regards
  12. Replies
    5
    Views
    1,274

    Some Trouble - Switching with strings.

    Hi folks,

    I am trying to create a C++ program that will operate a switch statement. I have since found out that I cannot switch with strings as i need to. Each case in the switch will be designed...
  13. Replies
    1
    Views
    856

    Some Problem with Internet

    Hi folks,

    I am a relatively proficient PHP coder and am trying to program some software that can access a mySQL database, using my favourite client-based language C++. The problem i have is that i...
  14. Replies
    3
    Views
    1,013

    Thank you very much. I would now like to know...

    Thank you very much.

    I would now like to know how to give it to a certain degree of accuracy or a certain number of decimal points

    Regards
  15. Replies
    3
    Views
    1,013

    Division Calculations

    Hi guys,

    I recently came across an error in my programs. When completing a calculation such as 4 / 3 it automatically returns 1, even if I include it in a double. Please tell me how to get around...
  16. Replies
    1
    Views
    830

    A problem with loops and Stringstreams

    Hi, I have the following code:


    ostringstream temp;

    for(int i=2; i<x; i++)
    {
    if((x%i)==0) {
    hasFactors=1;
    temp...
  17. Replies
    1
    Views
    865

    A C++ Problem.

    Hi folks,

    Currently, in my project, the user types in a string of characters to a character array. Some of those characters are numbers that are vital to the running of the program. I have to...
  18. Replies
    9
    Views
    1,154

    Adding an integer to a string.

    Hi, if I have a basic function, lets say sampleStr which contains some string. I have another, integer, function and would like to add the result of that function, in integer format to the end of the...
  19. Replies
    6
    Views
    1,055

    Yeah I'd already figured that out thanks (no help...

    Yeah I'd already figured that out thanks (no help to people here :)).

    Thanks for all of your answers though.
  20. Replies
    6
    Views
    1,055

    Ok thanks folks

    Ok thanks folks
  21. Replies
    6
    Views
    1,055

    How can I make it read in with spaces or how can...

    How can I make it read in with spaces or how can I make another function read in with spaces
  22. Replies
    6
    Views
    1,055

    Error With Spaces.

    I am having some trouble with the following code. It is meant to take a string of input and store it in a character array. It should then provide some output, right aligned. This code works fine...
  23. Replies
    7
    Views
    1,046

    I just want some sample code. Eg. cout

    I just want some sample code.

    Eg.

    cout << "blah blah";
  24. Replies
    7
    Views
    1,046

    I really dont see how that is meant to help me,...

    I really dont see how that is meant to help me, sorry
  25. Replies
    7
    Views
    1,046

    Moving the output.

    Currently, I am working on a project that involves putting the output to the very far right of the MSDOS box. Does anyone know any way that I can achieve this.

    Thanks
Results 1 to 25 of 45
Page 1 of 2 1 2