Search:

Type: Posts; User: adrumsolo4u

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: folders

    by adrumsolo4u
    Replies
    2
    Views
    1,384

    ok, yea, i found it, but i hardly understood...

    ok, yea, i found it, but i hardly understood it...and all i wanted was to find the name of the folder, and then the name of the files in it...thats it
  2. Thread: folders

    by adrumsolo4u
    Replies
    2
    Views
    1,384

    folders

    i need to know how to be able to create a program to read the name of folders, and then whats inside them...any help would be great
  3. Replies
    3
    Views
    705

    Need Help Again

    ok, here is the stupid code:


    #include <stdio.h>
    #include <windows.h>
    #include <iostream>
    using namespace std;

    void sentencecall();
    void clrscr(void);
  4. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    whats funny is...that was the easy part of what i...

    whats funny is...that was the easy part of what i have to do...lol
    now i must change the array to one long number, and then code THAT, lol
  5. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    im not that far yet in my studies to know how to...

    im not that far yet in my studies to know how to use a switch statement
    im just using online tutorials to learn
  6. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    #include #include ...

    #include <stdio.h>
    #include <windows.h>
    #include <iostream>
    using namespace std;

    int main(){
    cout<<"Please Enter a sentence no longer than 50 letters,\n and use only lower-case letters,...
  7. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    wow, that helped alot, i almost threw my compter...

    wow, that helped alot, i almost threw my compter out the window, because i was using just cin.....and it didnt work
  8. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    oh yea.....should i use cin for characters...

    oh yea.....should i use cin for characters though? i dont want numbers
    man, im such a noob at this, lol
  9. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    oh crap, lol, i forgot about that!!! woa....im...

    oh crap, lol, i forgot about that!!! woa....im realy out of it today
  10. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    int main(){ cout

    int main(){
    cout<<"Please Enter a sentence no longer than 50 letters, and use only lower-case letters, please:/n";
    char sentence(51);
    int A;
    for(A=0; A>50; A++){
    ...
  11. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    yea, you see, what im doing is, im trying to make...

    yea, you see, what im doing is, im trying to make an encrypter, to code a sentence...and also the vice-varsa to decrypt it, of course

    im also gonna need to know what a space comes out to be....so...
  12. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    well...hmmm....lets say you enter the letter...

    well...hmmm....lets say you enter the letter "a"....what is that to the computer? does it equal "a"?
  13. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    or just sit there, and wonder at my stupidity

    or just sit there, and wonder at my stupidity
  14. Thread: Char

    by adrumsolo4u
    Replies
    22
    Views
    1,915

    Char

    hey, ummm, i wanna know what happens, when a character is entered.....does it turn into a number?? what?? ha, idk, im confused, plz help me
  15. Replies
    3
    Views
    980

    Need Help With Visual C++

    I am trying to create an openGL project, and i am using a tutorial to learn about it. I am having trouble creating one, instructions tell me to do the following:

    After you have created a new Win32...
  16. Replies
    7
    Views
    1,072

    well, first i want to get rid of the normal...

    well, first i want to get rid of the normal window, and add windows XP like properties to it, then add different shapes inside it
  17. Replies
    7
    Views
    1,072

    Need Help With Objects!!

    im trying to make a program that will "draw" certain shapes. I have looked all over for any tutorials on how to do this, but i keep getting dead ends...help please!!
  18. Replies
    11
    Views
    1,226

    that sounds...ummm...like long and strenuous...

    that sounds...ummm...like long and strenuous work. Im just trying to further my skills in programming, and i figured this would be fun to make....but i guess im a bit over my head there. What i most...
  19. Replies
    11
    Views
    1,226

    it may seem pointless, but i want to be able to...

    it may seem pointless, but i want to be able to do it, and so im not gonna stop till i have.
  20. Replies
    11
    Views
    1,226

    i am trying to create a AIM like messaging...

    i am trying to create a AIM like messaging system. I want to be able to have two of the same program open on the same computer, and have the master program take the characters inputed, and display...
  21. Replies
    11
    Views
    1,226

    I looked in there, and i found code to spawn a...

    I looked in there, and i found code to spawn a child, but i want two different programs, one that launches the other, but also recieves info from the launched program, that u can see, and that can...
  22. Replies
    11
    Views
    1,226

    what is gg supposed to mean???

    what is gg supposed to mean???
  23. Replies
    9
    Views
    5,799

    lol, i think he might've meant: const double...

    lol, i think he might've meant:

    const double pi=3.141592654;

    but if 31 is what he wanted.....
  24. Replies
    11
    Views
    1,226

    Program-launching Program

    I need help on how to make one program launch other programs.
    I have been looking for how to do this, but i cant find it. im also looking for a way to get one program to reieve information from...
  25. Thread: Need Help

    by adrumsolo4u
    Replies
    13
    Views
    1,267

    thank you all for your help! now i know what to...

    thank you all for your help! now i know what to do in a situation where i need to do something like this.
Results 1 to 25 of 30
Page 1 of 2 1 2