Jump to content

c++ small script required

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Fraaaa

Fraaaa

    Newbie

  • Members
  • Pip
  • 1 posts
Hi,

I'm really new in coding and I can barely do something with VB.net because I'm learning this at college. Next year I'll go for university to study computer science.

In the mean time I would like to learn a bit of C/C++

But what I would like to ask if is not to hard if someone can make a small script for me.

I need just two object a pixel bit 1 blue and 1 red bouncing on the screen, possibly that I can change the amount of each of them.

As the collide they will stuck together and they go together as 1 object keeping the two as individual object, is it possible?

What the purpose of this is to create a "molecule" like H-O-H.

Thanks

#2
Master Jake

Master Jake

    Newbie

  • Members
  • Pip
  • 6 posts
If you are just starting C/C++, graphics programming isn't something you want to get into. Learn the language and all it's concepts first, then move onto windows and graphics.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
In order to do what you want to do, you would need to specify your operating system, GUI toolkit, and any additional graphics utilities you might want to use. This isn't a beginner's program in C/C++. You will have an easier time accomplishing this in VB.net, C#, or Java.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog