Jump to content

Your Projects or Programms !

- - - - -

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

#1
mendim.

mendim.

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,393 posts
Hi Everyone . !
In This Thread you should Show Your Projects or Programs that you made or just only some ScreenShots ..!!


Discuss about Them !!

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
ionFiles (in community projects) and ionStats are mt two current projects.

Posted via CodeCall Mobile

#3
mendim.

mendim.

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,393 posts
Can You Post Some ScreenShots // ?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Unfortunately, most of my projects are for work and can't be shared.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Click Downloads up top and you will see a working version.

#6
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
most of my projects are for fun:
-sudoku game(work in progress)
-lyrics finder/manager
-sql statements generator-only for creating tables
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#7
MathX

MathX

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,001 posts
Wanna know what was the last program I wrote?

A console app in C++ to multiply and divide two numbers :p

Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!


#8
Egz0N

Egz0N

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,034 posts

MathXpert said:

Wanna know what was the last program I wrote?

A console app in C++ to multiply and divide two numbers :p

Wow .. dude .. how did you do that ?! :scared:

#9
MathX

MathX

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,001 posts
#include <cstdlib>

#include <iostream>


using namespace std;


int main(int argc, char *argv[])

{

    double a,b,x1,x2;

    

    cout << "Shtypni vleren e a= " << endl;

    cin>> a;

    cout << "Shtypni vleren e b= " << endl;

    cin >> b;

    

    x1= a*b;   

    cout<<"Vlera e a x b= " << x1 << endl;

    

    x2= a/b;

    cout << "vlera e a / b= " << x2 << endl;

    

    system("PAUSE");

    return EXIT_SUCCESS;

}

:p

Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!


#10
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
MethOS.
I'm writing a bunch of classes in C++.
Thinking about writing a Window Manager.

Other random **** not worth listing.

#11
Egz0N

Egz0N

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,034 posts
wow .. lol .. thnx a lot for your help :lol: :p

#12
mendim.

mendim.

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,393 posts
Recently i made a CD with programs ..
The Autorun ..
[IMG][URL=http://imageshack.us][IMG]http://img529.imageshack.us/img529/9246/capturegv0.jpg[/IMG][/URL] Posted Image[/IMG]