Search found 6 matches

by radu.bulboaca
Sun Jun 10, 2007 7:42 pm
Forum: Development Help
Topic: Any Tips for Getting Started with Programming?
Replies: 11
Views: 8798

How do you think I caught it? I always do that.

I only corrected you because it was recommended to a beginner, and mistakes in examples are annoying as hell.
by radu.bulboaca
Fri Jun 08, 2007 8:19 am
Forum: Development Help
Topic: Any Tips for Getting Started with Programming?
Replies: 11
Views: 8798

#include <stdio.h> int main() { int years = 0; printf("Number of years: "); scanf("%d", years); printf("ReactOS is %d years old.", years); return 0; } That should be scanf("%d", &years); When you're calling scanf, you write a value at the address of the '...
by radu.bulboaca
Wed May 30, 2007 7:24 pm
Forum: General Discussion and Feedback
Topic: My Backgrounds for ROS <3
Replies: 64
Views: 29287

dreams , the photos are great, but I don't think they're well suited as wallpapers. The edges are too sharp, there are too many colors, and that can be distracting. As someone said before me, the basic idea behind the Ubuntu wallpapers is a good one: soft, abstract shapes in a color that matches th...
by radu.bulboaca
Sun May 13, 2007 8:22 pm
Forum: General Discussion and Feedback
Topic: What can I do to help.
Replies: 13
Views: 6373

Can you suggest some bugs that I can start on?
by radu.bulboaca
Tue Mar 13, 2007 11:28 am
Forum: General Discussion and Feedback
Topic: Name chosen is ReactX, now looking for logo designs
Replies: 449
Views: 230905

dj50 wrote:How about this logo?

http://www.dj50.ro/reactx.png
Nice concept. Simple, suggestive, effective...

+1
by radu.bulboaca
Tue Feb 27, 2007 3:18 pm
Forum: Development Help
Topic: Yet another programmer willing to join the ReactOS team
Replies: 2
Views: 4514

Yet another programmer willing to join the ReactOS team

Hi, I've known about ReactOS for some time, but I've decided to help this project only recently. I'm a CS student from Bucharest and a somewhat experienced C programmer. I have some experience in kernel developement (linux kernel only), and other low-level system components. For now, I've got the so...