Search:

Type: Posts; User: pktcperlc++java

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,447

    string uppercase

    is there a method/function in c++ that will let me convert a string to all uppercase characters? neither my net searches, nor the script I wrote to trawel through c++ headers for keywords, turned up...
  2. Replies
    4
    Views
    1,548

    c'mon, someone has to know what the problem might...

    c'mon, someone has to know what the problem might be!
  3. Replies
    9
    Views
    1,376

    I would say use linux the environment is much...

    I would say use linux

    the environment is much nicer, plus I just hate windows, vc++ is annoying to learn

    Plus, most of the GUI API's one woudl use on linux have a windows version, so the code...
  4. Replies
    11
    Views
    1,570

    what does foo stand for? kind of random, but...

    what does foo stand for?

    kind of random, but whenever I create a new carbon project, my about menu is always called about foo unitl I change it, and then Micko used it, what does it mean?
  5. Replies
    4
    Views
    1,548

    This is the source for the whole header file ...

    This is the source for the whole header file


    /*
    * carbonGraphicIO.h
    *
    *
    * Created by Erik Schmidt on 3/25/05.
    * Copyright 2005 Erik_Soft. All rights reserved.
    *
  6. Replies
    11
    Views
    1,570

    would this work? #ifdef _cplusplus #include...

    would this work?


    #ifdef _cplusplus
    #include <iostream>
    void printHello(){

    cout<<"hello\n";

    }//end printHello
  7. Replies
    4
    Views
    1,548

    memory address

    I'm doing tests on a class I'm writing to deal with Carbon data field IO

    My methods work perfectly to get the data as a CFStringRef

    I then decided to write the method to get the data as a...
  8. using : #include ...

    using <sstream>:



    #include <sstream>

    using namespace std;

    string makeString(double d)
    {
  9. Replies
    1
    Views
    936

    c'mon now...someone has to know carbon

    c'mon now...someone has to know carbon
  10. Replies
    11
    Views
    1,570

    oh har har I know what hte commands ARE, but I...

    oh har har

    I know what hte commands ARE, but I don't know the syntax for #ifndef, ie: the statements seem to be able to determine what language is being used, or what OS is being used. How does...
  11. Replies
    3
    Views
    1,135

    given a choice, I would do everything mentioned...

    given a choice, I would do everything mentioned above with perl, but perl doesn't run on windows without some extra software from ActiveSource.

    I agree wiht the above answer, that c is the best...
  12. Replies
    11
    Views
    1,570

    #ifndef

    I was looking through system header files a while back, and I noticed that each one has some statement along the lines of:


    #ifndef _CPP_

    or something similar, I dont remember exactly what it...
  13. Replies
    1
    Views
    936

    Carbon help

    I'm trying to develop a class to ease input from data fields in a carbon NIB reference.

    I set up the constructor, and everything worked perfectly.

    When I tried to add a method to read input...
  14. Replies
    2
    Views
    850

    any idea as to how to do this on a MAC?

    any idea as to how to do this on a MAC?
  15. Replies
    2
    Views
    850

    graphics

    *WARNING* Long and tedious question, nearly impossible to answer *WARNING*

    I keep reading all this stuff 'bout graphics APIs fro different platforms, but how would one go about creating one's own...
  16. Replies
    2
    Views
    1,710

    #pragma

    what does the #pragma preprocessor command do?
  17. Thread: Dos

    by pktcperlc++java
    Replies
    12
    Views
    1,728

    another dos question: how do I write an...

    another dos question:

    how do I write an autorun.bat that gets started up when I pop in a CD (the .bat is on the CD)?
  18. Thread: Dos

    by pktcperlc++java
    Replies
    12
    Views
    1,728

    is there anyway to change account status through...

    is there anyway to change account status through dos?
  19. Replies
    3
    Views
    1,122

    thanx

    thanx
  20. Replies
    3
    Views
    1,122

    overloading []

    when I am overloading the [] operators, do I declare them like so:

    operator[](string key){

    or like so:

    operator[string key]{

    ??
  21. Thread: Dos

    by pktcperlc++java
    Replies
    12
    Views
    1,728

    I just love all this sepculation anyhow... ...

    I just love all this sepculation

    anyhow...

    My goal is thus

    in unix, the chmod has the flag -f

    or force mode, so that I can, in an account with not so many privaliges, force a document to...
  22. Thread: Dos

    by pktcperlc++java
    Replies
    12
    Views
    1,728

    Dos

    is there a dos equivalent of the unix command chmod?
  23. Replies
    20
    Views
    2,084

    I looked into operator overloading and learned...

    I looked into operator overloading and learned hwo to do that, and it's been very helpful

    in case it helps anyone with the next question I should mention that the data structure I'm trying to...
  24. Replies
    4
    Views
    11,695

    'new' keyword

    I feel bound to explain first off that my entire knowledge of the use of the 'new' keyword comes from Java

    everytime I come to a place in my c++ apps where in java I would have used the word new,...
  25. Replies
    20
    Views
    2,084

    is there a tutorial somewhere on how to do this

    is there a tutorial somewhere on how to do this
Results 1 to 25 of 86
Page 1 of 4 1 2 3 4