Search:

Type: Posts; User: chris

Search: Search took 0.01 seconds.

  1. Thread: Inline functions

    by chris
    Replies
    1
    Views
    1,437

    and you are using which compiler? compiles...

    and you are using which compiler?

    compiles fine under MSVC
  2. Thread: open source

    by chris
    Replies
    10
    Views
    2,664

    1). Hire developers to create applications and...

    1). Hire developers to create applications and such; make money with servicing & support for your software.

    2). Accept generous donations.
  3. Replies
    10
    Views
    3,473

    ok ok, enough of this anti-C++ crap when it comes...

    ok ok, enough of this anti-C++ crap when it comes to OS'.

    just look at BeOS :)
  4. Replies
    14
    Views
    1,873

    std::string x = "blah"; reference for...

    std::string x = "blah";

    reference for std::string methods:
    http://cppreference.com/cppstring.html
  5. Replies
    15
    Views
    6,168

    adding things with apt-get is even easier than...

    adding things with apt-get is even easier than with RPMs ;)
  6. Replies
    6
    Views
    2,906

    #include #include int...

    #include <iostream>
    #include <cstdlib>

    int main() {
    char *names[5];

    for (int ctr = 0; ctr < 5; ctr++) {
    cout << "Next Name: ";
    names[ctr] = (char *)malloc(32);
    cin >>...
  7. Thread: Kdevelop

    by chris
    Replies
    4
    Views
    1,449

    I've tried numerous Linux IDE's and I always go...

    I've tried numerous Linux IDE's and I always go back to emacs.

    GNU/X/Emacs, gcc, gdb : my typical tools
Results 1 to 7 of 7