Hello, world!

Protest.

A
Protest.

  • 8
  • 4
  • 183
Window

A
Window

  • 5
  • 0
  • 96
_DSC3444B.JPG

D
_DSC3444B.JPG

  • 0
  • 1
  • 108

Forum statistics

Threads
197,216
Messages
2,755,755
Members
99,425
Latest member
sandlroofingand
Recent bookmarks
0
Joined
Apr 4, 2025
Messages
4
Location
Texas
Format
35mm
Hello everyone. I got into photography almost two years ago, and I've been hooked ever since. I'm mostly a 35mm shooter, but I've started to branch out into MF and even a little digital. I've lurked this place for a few months now, and I think it's about time I started actually contributing.
 

Robert Ley

Subscriber
Joined
Jun 9, 2004
Messages
643
Location
Buffalo, New
Format
Multi Format
Welcome aboard from another Nikon person, like you I'm fairly new at Nikon's. I got my first Nikon, a Nikkormat FTN with a 50mm f:1.4 in 1968 and never looked back. You will find some very generous people in this forum who can and willing give the years of their knowledge and experience to the rest of the forum.
BTW I also have an old FE2 as well as an FA, an F4 and a really old Nikkormat EL. In Digital I have a D600 and D7100 and the best thing is that I can use all my lenses both AF and MF on all my cameras.
 

koraks

Moderator
Moderator
Joined
Nov 29, 2018
Messages
20,344
Location
Europe
Format
Multi Format
Yup! My dad used his old FE2 until about 2010 or so before trading it in for a Nikon digital. He'd had it since '86, and it served him well.

Cool, similar story here, although my commitment to photography turned out to be bigger than my dad's, so he kind of dropped out of the game. He acquired a Canon SLR in the early 1990s, and I've always kept a soft spot for them.
Last year I had to 'test drive' a Nikon F90x and I really liked that one, too. Marvelous camera.
 

Sirius Glass

Subscriber
Joined
Jan 18, 2007
Messages
50,052
Location
Southern California
Format
Multi Format
Hello everyone. I got into photography almost two years ago, and I've been hooked ever since. I'm mostly a 35mm shooter, but I've started to branch out into MF and even a little digital. I've lurked this place for a few months now, and I think it's about time I started actually contributing.

Are you a 'c' programmer? The thread title could lead one to think exactly that.
 

koraks

Moderator
Moderator
Joined
Nov 29, 2018
Messages
20,344
Location
Europe
Format
Multi Format
Are you a 'c' programmer? The thread title could lead one to think exactly that.
Not just C! Just about every 101 instruction on just about every language involves a 'Hello world' example.

Took one look at arrays, and decided that computer science wasn't for me.

Ohh, you missed out on lists & vectors! I understand though - it's kind of abstract stuff. Not everyone's concept of a nice pastime.

Or perhaps I should say something like
C++:
#include <list>
#include <iostream>

typedef struct {
    const char     element;
    bool        likes_it;
} appreciation_t;

class Person {
    public:
        Person () {}
        const char name;
        std::list<appreciation_t> appreciates;
}

void main {
    Person p;
    p.name = "2ndGenNikonian";
    appreciation_t dislike_array = {"array", false};
    p.appreciates.push_front(dislike_array);
    appreciation_t like_nikon = {"Nikon", true};
    p.appreciates.push_front(dislike_array);
    std::cout << "Hello world " << p.name << "\n";
    for (appreciation_t a: p.appreciates) {
        std::cout << "You " << a.likes_t?"":"dis" << "likes " << a.element << "\n";
    }
}
 
Last edited:

Sirius Glass

Subscriber
Joined
Jan 18, 2007
Messages
50,052
Location
Southern California
Format
Multi Format
Not just C! Just about every 101 instruction on just about every language involves a 'Hello world' example.



Ohh, you missed out on lists & vectors! I understand though - it's kind of abstract stuff. Not everyone's concept of a nice pastime.

Or perhaps I should say something like
C++:
#include <list>
#include <iostream>

typedef struct {
    const char     element;
    bool        likes_it;
} appreciation_t;

class Person {
    public:
        Person () {}
        const char name;
        std::list<appreciation_t> appreciates;
}

void main {
    Person p;
    p.name = "2ndGenNikonian";
    appreciation_t dislike_array = {"array", false};
    p.appreciates.push_front(dislike_array);
    appreciation_t like_nikon = {"Nikon", true};
    p.appreciates.push_front(dislike_array);
    std::cout << "Hello world " << p.name << "\n";
    for (appreciation_t a: p.appreciates) {
        std::cout << "You " << a.likes_t?"":"dis" << "likes " << a.element << "\n";
    }
}

Lets start a competition as see who can write the shortest program to do that.
 
Photrio.com contains affiliate links to products. We may receive a commission for purchases made through these links.
To read our full affiliate disclosure statement please click Here.

PHOTRIO PARTNERS EQUALLY FUNDING OUR COMMUNITY:



Ilford ADOX Freestyle Photographic Stearman Press Weldon Color Lab Blue Moon Camera & Machine
Top Bottom