Search:

Type: Posts; User: ShadeS_07

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,568

    Oh, I get it. I'll be studying harder then. ^^...

    Oh, I get it. I'll be studying harder then. ^^ Thanks for the response mate.
  2. Replies
    3
    Views
    3,568

    C++ SimSimi/Cleverbot

    Recently, the Facebook App "SimSimi" became popular in the Facebook community. At the very first time I encountered this app, I remembered another "chatbot" I used to kill some time with called ...
  3. Thanks everyone... :) Btw, do I have to...

    Thanks everyone... :)

    Btw, do I have to include iomanip if I'm going to use std::setprecision()?


    And...,

    Can I also do something like this...? :
  4. Thank you!

    Wow, thank you very much for the detailed response... :)

    And yeah, I'm talking about styles.... ~Proper styles.... -_+

    However, I still have questions regarding your post:

    That red...
  5. The "cin"... proper way of using cin, tips, tricks...

    So far, I know that cin >> lets me input to a variable of any type... is that correct?

    I'm not really sure what's the "proper" way of using cin... So, even though I'm programming C++, I tend to...
  6. Replies
    12
    Views
    9,736

    How? I don't even know where these .NET Runtime...

    How? I don't even know where these .NET Runtime Redistributable are located...
  7. Replies
    12
    Views
    9,736

    Hmmmmm, just browsed the internet, checked my...

    Hmmmmm, just browsed the internet, checked my Code::Blocks IDE, and found that Code::Blocks 8.02 doesn't have the wxWidgets yet, although, there's a wizard there to make a wxWidgets project,...
  8. Replies
    5
    Views
    1,206

    What? How come it's a long code? I thought...

    What? How come it's a long code?

    I thought that it's just a small piece of code... ?
  9. Replies
    5
    Views
    1,206

    Fullscreen on start...

    How do I make the console programs that I write with C start with Fullscreen Mode?
    Thanks in advance... ^.^
  10. Replies
    12
    Views
    9,736

    I have tried C#, but kinda didn't like it because...

    I have tried C#, but kinda didn't like it because programs that are written with C# needs to have the .NET Framework installed prior to running it...

    But, if you know a way on how am I going to...
  11. Replies
    12
    Views
    9,736

    GUI Programming...

    Hi everyone... I have a question regarding C++ GUI Programming...

    Well, I'm a newbie to C++ GUI Programming, I know something... a little bit... -_+
    Hmmmmm, at least I've read about the "window's...
  12. Replies
    16
    Views
    3,581

    wow, it worked.. Thank you very much! ^.^ ...

    wow, it worked.. Thank you very much! ^.^


    #include<stdio.h>
    #include<stdlib.h>

    int main(void)
    {
    FILE *testFile;
    int age;
  13. Replies
    16
    Views
    3,581

    thanks man, i'll try that... how?

    thanks man, i'll try that...



    how?
  14. Replies
    16
    Views
    3,581

    ...for some reasons... Plus, I want to know how...

    ...for some reasons... Plus, I want to know how to do this one... -_+



    I know, but every time I input data with fgets(), then print it on screen, there's a new-line there.. How am I going to...
  15. Replies
    3
    Views
    4,873

    pointers newbie... -_+

    If anyone, please give me an idea what pointers are? The simplest that I could understand... please?

    I saw lots of programs that use pointers, and I don't get it why is it so important...

    I...
  16. Replies
    16
    Views
    3,581

    ..I noticed that one... but I don't get it......

    ..I noticed that one... but I don't get it... especially the int main()'s arguments.. what's their use? Hmmmm, right. From now on, whenever I write programs with C, I'll use int main(void) instead of...
  17. Replies
    16
    Views
    3,581

    i don't get it, I mean, I want to open the file,...

    i don't get it, I mean, I want to open the file, to notepad... Like those programs that output the log-files.. Yeah, that's what I mean... Thanks... -_+





    and uhmm,, another question...
  18. Replies
    16
    Views
    3,581

    ok, Thank you very much for your help... ...

    ok, Thank you very much for your help...


    #include <stdio.h>
    #include <conio.h>

    int main ()
    {
    FILE * testFile;
    int age;
  19. Replies
    16
    Views
    3,581

    ok, if that's the case, then let me change the...

    ok, if that's the case, then let me change the question... How am I going to save the program's output into a text-file (*.txt)? -_+
  20. Replies
    16
    Views
    3,581

    printing from output...

    here's a very simple program:


    #include<stdio.h>
    #include<stdlib.h>

    int main()
    {
    system("cls");
    printf("\n\n\tHello, world!");
  21. Replies
    11
    Views
    9,603

    uhmmmm, what's a "multi-platform library"?

    uhmmmm, what's a "multi-platform library"?
  22. Replies
    11
    Views
    9,603

    okay, hmmmm... If conio.h and dos.h aren't...

    okay, hmmmm... If conio.h and dos.h aren't portable, what alternatives can I use for textcolor(), gotoxy(), and getch()?
  23. Replies
    11
    Views
    9,603

    okay, fyi.. I'm using TurboC 2.01... But I am...

    okay, fyi.. I'm using TurboC 2.01... But I am moving on to Code::Blocks...

    I want to make portable programs... but I don't know yet the alternatives for these... (gotoxy()'s, textcolor()'s,...
  24. Replies
    11
    Views
    9,603

    making it portable.....?

    I have here a simple program...


    #include<stdio.h>
    #include<stdlib.h>
    #include<dos.h>
    #include<conio.h>

    int main()
    {
  25. Replies
    32
    Views
    5,562

    almost done... -_+

    This program, when executed alone, works... And does what I want... ~to output asterisks as the user types in something...


    #include<stdio.h>
    #include<conio.h>

    char pw[25],ch;
    int i;

    int...
Results 1 to 25 of 44
Page 1 of 2 1 2