Search:

Type: Posts; User: macman

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Re-Learning

    by macman
    Replies
    19
    Views
    1,923

    yeah i wish rep was back

    yeah i wish rep was back
  2. Thread: split function

    by macman
    Replies
    11
    Views
    1,683

    super quick note... do not and i repeat do not...

    super quick note...

    do not and i repeat do not use expressions like: [count + 1]
    very uncool

    instead use: [count++]
    looks soo much better and mo professional

    just my '2 cents'
    cheers
  3. Thread: Re-Learning

    by macman
    Replies
    19
    Views
    1,923

    the code that I gave u..gives exactly what u...

    the code that I gave u..gives exactly what u wanted..

    array[0]=0
    array[1]=1
    array[2]=2


    so i agree with treenef.. Some revision is needed me thinks..but thats cool..we are all here to learn....
  4. Thread: Re-Learning

    by macman
    Replies
    19
    Views
    1,923

    yeah..that would work.. Its just depends on...

    yeah..that would work..

    Its just depends on the amount of intergers..
    mine works well for large numbers..but hey..theres a choice now

    Cheers

    Alex
  5. Thread: Re-Learning

    by macman
    Replies
    19
    Views
    1,923

    Yeh..there probably is..i dunno tho.. to be...

    Yeh..there probably is..i dunno tho..

    to be honest..my code isnt complex..

    neways

    Hope I helped..

    cheers
    Alex
  6. Thread: Re-Learning

    by macman
    Replies
    19
    Views
    1,923

    KK..i think ive got it... u need summit like...

    KK..i think ive got it...

    u need summit like this:-



    #include <iostream>
    using namespace std;

    int main () {
  7. Thread: Re-Learning

    by macman
    Replies
    19
    Views
    1,923

    ignore this post - me dumb! Cheers Alex

    ignore this post - me dumb!

    Cheers

    Alex
  8. Replies
    4
    Views
    6,502

    I dont know what you guys over in the USA call...

    I dont know what you guys over in the USA call it..
    Im in 6th Form (UK School) and im 17.

    Im not in university or anything..so we have tons of restrictions!

    Im gonna ask the admins..however...
  9. Replies
    4
    Views
    6,502

    damn double post!

    damn double post!
  10. Replies
    4
    Views
    6,502

    Help With finding a compiler

    HI

    right now im at school..At home I have the xcode compiler..however at school there arnt any compilers availible at all..Ive asked my teacher if I could get a compiler on my system..and He...
  11. Thread: Q to quit help

    by macman
    Replies
    9
    Views
    4,214

    Another Great answer! Thanx joshdick! (some...

    Another Great answer!

    Thanx joshdick!
    (some green also comming your way!)

    Cheers

    Alex
  12. Thread: Q to quit help

    by macman
    Replies
    9
    Views
    4,214

    Ok..ive added the suggest line of code..The q to...

    Ok..ive added the suggest line of code..The q to quit now works..however if I enter a name..nothing happens. I think it could be something with the position of the inserted line of code..hummmm


    ...
  13. Thread: Q to quit help

    by macman
    Replies
    9
    Views
    4,214

    Thanx The Brain For The suggestion. I actually...

    Thanx The Brain For The suggestion. I actually shoved that in just before reading your post

    Anyways..U can have some green as well..for being a good person! (And also making me sure that the code...
  14. Thread: Q to quit help

    by macman
    Replies
    9
    Views
    4,214

    Excellent..Thankyou So Much r1ck0r! Man I feel...

    Excellent..Thankyou So Much r1ck0r!

    Man I feel Dumb..it was so simple!

    Ill Give u some green for your help!

    Cheers

    Alex
  15. Thread: Q to quit help

    by macman
    Replies
    9
    Views
    4,214

    Q to quit help

    Hi

    Below is a script that im making. Its going to be a simple phone directory. You Enter A Name and it will give you that persons phone number..

    Neways..I was wondering how you would impliment...
  16. Replies
    6
    Views
    1,561

    Hi Thanx for the reply So I can still use...

    Hi

    Thanx for the reply

    So I can still use the gets() aslong as the character count is in order.
    Thanx for the heads up..and ill look into that string container!


    Cheers
  17. Replies
    6
    Views
    1,561

    Totally Cool. Thanx For The Help Welshy..your...

    Totally Cool.

    Thanx For The Help Welshy..your effort is mucho appriciated!

    Anybody Else Have Any Ideas?

    Cheers

    Alex
  18. Replies
    6
    Views
    1,561

    Hi Damn That Was a fast reply..thanks! if i...

    Hi

    Damn That Was a fast reply..thanks!

    if i was the use cin i wouldnt get the spaces would I?

    e.g

    If I wanted to enter: i like c++
  19. Replies
    6
    Views
    1,561

    Terminal Warning gets()

    Hi

    Right Now im just experimenting with c++. This basic program has keyboard input..and converts it to uppercase (just for the fun of it):-



    //String Experiment and ideal of array...
  20. Replies
    20
    Views
    2,823

    Thanx for the revamped code pianorain! Ill...

    Thanx for the revamped code pianorain!

    Ill keep this in mind..its good to start of nice habbits!
    Cheers

    And samGwilliam, im sorry if ive sort of swamped your thread...
  21. Replies
    20
    Views
    2,823

    kk..cool so the break implimentation in my...

    kk..cool

    so the break implimentation in my code "the cout thread"
    ..is still ok?
    or is it the start of "spaghetti code!"

    Cheers
  22. Replies
    20
    Views
    2,823

    can u please explain further? Cheers

    can u please explain further?

    Cheers
  23. Replies
    20
    Views
    2,823

    i dont think a break would hinder the program at...

    i dont think a break would hinder the program at all

    maybe add a couple of milliseconds on the processing time

    does the addition of the break sort it out?

    cheers

    Alex
  24. Replies
    20
    Views
    2,823

    Hi dont u need to use the "break" to terminate...

    Hi

    dont u need to use the "break" to terminate a loop

    e.g




    Code:
  25. Thread: Cout Question

    by macman
    Replies
    14
    Views
    1,753

    So basically.. using the flush..is "old...

    So basically..

    using the flush..is "old school?"
    Is there anyneed for it at all?..or is just left over from c?

    ..ahhhh..wait
    so where theres no cin..then i should flush?

    Cheers For The...
Results 1 to 25 of 49
Page 1 of 2 1 2