Search:

Type: Posts; User: pico

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    23
    Views
    12,639

    first use hyper terminal to check your com port...

    first use hyper terminal to check your com port is actually doing anything

    http://technet.microsoft.com/en-us/library/cc728155.aspx
  2. Replies
    16
    Views
    13,723

    pedantic cow, get on with some work.

    pedantic cow, get on with some work.
  3. Replies
    16
    Views
    13,723

    if you are not going to read the post in full, do...

    if you are not going to read the post in full, do not reply.
  4. Replies
    16
    Views
    13,723

    Read post one, line three what I want to do is...

    Read post one, line three

    what I want to do is promt the user to input the 14 digit number and fill the integer aray using their input
  5. Replies
    16
    Views
    13,723

    Or I am very sorry that we are not all "experts"...

    Or I am very sorry that we are not all "experts" like you, otherwise no need for the forums
  6. Replies
    16
    Views
    13,723

    laser- Trolling? This is my first topic in...

    laser-

    Trolling?

    This is my first topic in the forums for 4 years, hardly a troll.

    I was explicit with my question, i posted source that I was working on and what I expected / recieved from...
  7. Replies
    10
    Views
    1,291

    you see how it works? #include ...

    you see how it works?



    #include <iostream>

    using namespace std;

    int mult ( int x, int y );
  8. Replies
    16
    Views
    13,723

    Blah Blah.. Something really wrong with the...

    Blah Blah..

    Something really wrong with the internet these days, to much bull$hit messages.

    After many hours searching and reading "riddle" posts, like those above: problem solved using some...
  9. Replies
    16
    Views
    13,723

    Hmm, thanks for your help - but I seem no further...

    Hmm, thanks for your help - but I seem no further forward..

    I have broken the problem down into blocks; I need to do the input phase now.

    I have knowcked up this code to read a two digit string...
  10. Replies
    16
    Views
    13,723

    I'm working in VC++ 6, but have been doing a lot...

    I'm working in VC++ 6, but have been doing a lot of embedded C lately :o)

    If I carry out something like:



    int Number_Out = atoi("11111111111111")


    This does not return 14 integers of...
  11. Replies
    16
    Views
    13,723

    Reading an integer array from console?? [SOLVED]

    Sorry for being a pain but I am google eyed from searching the net with no success..

    Basically this is my program, working fine.



    #include <stdio.h>

    int main()
    {
  12. Replies
    7
    Views
    2,294

    hi i didnt write this code, i always use "int...

    hi
    i didnt write this code, i always use "int main" like my book showed me :)

    man, i just looked at ur links..
    the one to c tutorial on fileIO has nothing even close to what i am trying to do...
  13. Replies
    7
    Views
    2,294

    didnt work mate, i got error sometihng like...

    didnt work mate, i got error sometihng like "value to the left of = must be -1" or something (i try to compile using bisual c++)

    maybe u can help me?
    this is the example of an algorithm in c.
    u...
  14. Thread: Problem

    by pico
    Replies
    7
    Views
    907

    very easy to crack ;)

    very easy to crack ;)
  15. Replies
    7
    Views
    2,294

    convert maybe maybe not..

    hi,
    i have with me, maybe 6 or 7 sources in C langage.

    as till now, i have only worked in C++

    now, these sources need to be edited some to make them work but here is where i have the...
  16. Replies
    3
    Views
    2,218

    hi thx ur reply mate. i read wat the errors...

    hi thx ur reply mate.
    i read wat the errors said, but just "illegal case/break" etc didnt give me any tip. obviously there was a problem with the switch statement, i'll remove the colon and it...
  17. Replies
    6
    Views
    2,276

    _asm { invoke beep } _asm something like...

    _asm
    {
    invoke beep
    }
    _asm

    something like that anyway :D
  18. Replies
    3
    Views
    2,218

    switch_case_not_working :S

    hi, i want to make a calculator. ive done it before but now after some years i come back to c++ and it doesnt work :confused:
    here my code


    #include <iostream.h>

    int main()
    {
    char...
  19. Replies
    4
    Views
    1,344

    thanks M_Ghani for your ideas.. my final working...

    thanks M_Ghani for your ideas..
    my final working code:

    #include <iostream.h>
    int x,y;
    char a;

    int calcu(int x,int y)
    {
    return 0.5*x*y;
  20. Replies
    4
    Views
    1,344

    whats wrong here??

    using vc++, trying to calculate area of triangle..


    #include <iostream.h>
    #include <conio.h>
    int a,x,y,z;

    int calcu(x,y)
    {
    z="0.5"*x*y;
  21. Replies
    8
    Views
    1,129

    nice work gice. 100x thanks

    nice work gice. 100x thanks
  22. Replies
    12
    Views
    1,576

    thanks mate.

    thanks mate.
  23. Replies
    8
    Views
    1,129

    how do you mean mate?

    how do you mean mate?
  24. Replies
    8
    Views
    1,129

    string-keygen type app

    hi, i want to make a kind of keygen using strings..
    this app accepts name then never comes back.

    #include <iostream.h>
    #include <string.h>

    void main(void)
    {
    char string[50];
    char...
  25. Replies
    12
    Views
    1,576

    ok. the program asks you to choose: 1.add...

    ok.
    the program asks you to choose:
    1.add
    2.subtract
    3.divide
    4. multiply

    you then asked for two numbers, operation is carried out and result returned.
    after this, i want the program to...
Results 1 to 25 of 31
Page 1 of 2 1 2