Search:

Type: Posts; User: AdampqmabA

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,692

    Thank you master!! you solved my problem as usual...

    Thank you master!! you solved my problem as usual :D
  2. Replies
    25
    Views
    4,129

    I'm not 100% sure but I think that you need ' '...

    I'm not 100% sure but I think that you need ' ' around your choices.

    Like this:



    int main()
    {
    char choice = 'y';
    do
  3. Replies
    3
    Views
    1,692

    cin and getline() problems....

    Hi,

    I have some problems with this code:

    Here I have the code for a function that enables the user to add name and numbers in my phonebook. However when i execute the function the program...
  4. Replies
    24
    Views
    4,903

    I feel honoured! :D

    I feel honoured! :D
  5. Replies
    24
    Views
    4,903

    Thanks again :D you really are the master!!!!!

    Thanks again :D you really are the master!!!!!
  6. Replies
    24
    Views
    4,903

    Microsoft Visual C++ 6.0

    Microsoft Visual C++ 6.0
  7. Replies
    24
    Views
    4,903

    okey, thanks. by the way, is it possible to...

    okey, thanks.

    by the way, is it possible to clear all the text in a program?
  8. Replies
    24
    Views
    4,903

    so in other words, there are no ways of jumping...

    so in other words, there are no ways of jumping like this:



    #include <iostream>
    using namespace std;

    void jumping();

    int main(){
  9. Replies
    24
    Views
    4,903

    Figured it out now :). now i have another...

    Figured it out now :). now i have another problem!!!


    When i have the the jump command in a function but the header in the main function then you can't use the function to execute a jump. Is it...
  10. Replies
    24
    Views
    4,903

    thank you for showing me :). But i still have...

    thank you for showing me :). But i still have some problems to create a for_loop: for exaple is there anything special you need to do? or just write the name like main: and then goto main; or?
  11. Replies
    24
    Views
    4,903

    can you tell me more about the goto

    can you tell me more about the goto
  12. Replies
    24
    Views
    4,903

    Well I don't really know if it is the best thing...

    Well I don't really know if it is the best thing to do maby you could do it without jumping. But I'm curious if there is some commands that will enable jumping in the code.
  13. Replies
    24
    Views
    4,903

    Jumping in the code...

    Hi,

    I would like to know an easy way to jump from one place to another in c++.

    Best regards! Adam
  14. Replies
    6
    Views
    1,452

    thank you!!!! Silly me by doing such a miss :D!!!

    thank you!!!! Silly me by doing such a miss :D!!!
  15. Replies
    6
    Views
    1,452

    Here is the code so far for an easy phone book....

    Here is the code so far for an easy phone book. While the string variable is not equal to either 1 or 2 i would like the program to loop the first phase of the options 1 or 2.


    #include...
  16. Replies
    6
    Views
    1,452

    i get these syntax errors C:\Program...

    i get these syntax errors

    C:\Program Files\Microsoft Visual Studio\MyProjects\44\44.cpp(16) : error C2059: syntax error : '!='

    C:\Program Files\Microsoft Visual Studio\MyProjects\44\44.cpp(16)...
  17. Replies
    6
    Views
    1,452

    Easy problem with while!

    Hi,

    I have some problems with syntax when i have this inside my code:



    string val;

    while(val != "1" && != "2"){
    ....
  18. Replies
    10
    Views
    1,336

    strange it seems like such an easy thing to...

    strange it seems like such an easy thing to implement. Well then i will just read more about arrays then :/
  19. Replies
    10
    Views
    1,336

    I would not like to use an array. I just want to...

    I would not like to use an array. I just want to create 10 variables. by using a variable i for defining each variables name.
  20. Replies
    10
    Views
    1,336

    Problem with variable

    Hi,

    Im fairly new with programming. Im following up my last class on programming with c++.

    The question i have is very simple.

    Lets say you want to create 10 different variables and give...
Results 1 to 20 of 20