Search:

Type: Posts; User: gothpunk

Search: Search took 0.00 seconds.

  1. Replies
    45
    Views
    5,020

    with my limited knowledge, it is the best way I...

    with my limited knowledge, it is the best way I can figure out how to give user control.
    dae, wrote some code with a loop in it, but I need to study it more, and see what it's all about...

    just...
  2. Replies
    45
    Views
    5,020

    When I was working on the other code and reading...

    When I was working on the other code and reading the other tutorial, I got some ideas for my first code, I revamped it, it works, but one glich I can't figure out. help any one?


    #include...
  3. Replies
    45
    Views
    5,020

    // custom countdown using while #include...

    // custom countdown using while
    #include <iostream.h>
    #include <stdlib.h>
    int main ()
    {
    line6:
    int n;
    char x;
    cout << "Enter the starting number > ";
    cin >> n;
  4. Replies
    45
    Views
    5,020

    that's what looks different from here and jesse...

    that's what looks different from here and jesse liberty's TYS C++ in 24 hours, he writes it as std::cout instead of cout

    PS great answears, im learning alot
  5. Replies
    45
    Views
    5,020

    I am reading this tutorial, about.com's tutorial...

    I am reading this tutorial, about.com's tutorial and have read jesse liberty's teach yourself c++ in 24 hours. they all have one problem, they don't/can't ansear questions.
    for example:


    using...
  6. Replies
    45
    Views
    5,020

    This is one of the most helpful forum boards...

    This is one of the most helpful forum boards there is!


    anyways when you use fstream, does it have to be:


    ofstream a_file ( "example.txt", ios::app );

    or can it be:
  7. Replies
    45
    Views
    5,020

    im going back to the tutorial

    im going back to the tutorial
  8. Replies
    45
    Views
    5,020

    ok im getting confused again int is a function...

    ok im getting confused again
    int is a function and bytes_read is the variable where readsome stored what it read to?
  9. Replies
    45
    Views
    5,020

    mathfan, that's a lot cleaner code! :) there's...

    mathfan, that's a lot cleaner code! :)
    there's some stuff im not familiar with though can you go in to more detail?



    int bytes_read=b_file.readsome(str, 1024);


    so will this code snippet...
  10. Replies
    45
    Views
    5,020

    the new code #include #include...

    the new code



    #include <fstream>
    #include <iostream>
    #include <stdio.h>
    #include <time.h>
  11. Replies
    45
    Views
    5,020

    I have been going through the tutorials and don't...

    I have been going through the tutorials and don't have much questions (actually I do, but I think they'll be answeared later, and I like finding out on my own)

    with tthe code entered before, can...
  12. Replies
    45
    Views
    5,020

    how do I declare system? std::system("date /t...

    how do I declare system?

    std::system("date /t > example.txt");
    std::system("time /t >> example.txt");
  13. Replies
    45
    Views
    5,020

    ok I 'll post question here My ultimate goal...

    ok I 'll post question here

    My ultimate goal is to re vamp shadow run, it's a great game!

    but for now I need to know how to put together those little things I have learned and and I need a...
  14. Replies
    3
    Views
    1,235

    a complete list of functions, plz?

    I was also wondering if anyone knows where I can get a complete list of functions, operators, and anything of that nature?
  15. Replies
    45
    Views
    5,020

    noob in need of master

    I am a newbie to programming
    I have read books, and am following the tutorial hare at cprogramming.

    unfortunately I tend to think a little to much on the strict guide lines side when I learn...
Results 1 to 15 of 15