Search:

Type: Posts; User: lovemagix

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    2,907

    sorry.... i looking hard because... all the...

    sorry.... i looking hard because... all the source codes that deal with hexa conversion uses stringstream... for my complier, i cannot use stringstream... is there another other ways.. please
  2. Replies
    22
    Views
    2,907

    thanks alot... i am a newbie to programming......

    thanks alot...

    i am a newbie to programming...

    can someone please give me some pointers on how to convert char to int... i cannot find anything on the search engines... thanks.
  3. Replies
    22
    Views
    2,907

    sorry... i cant use std:: in my complier too......

    sorry... i cant use std:: in my complier too... is there another other methods to input in data beside using of stringstream?
  4. Replies
    22
    Views
    2,907

    #include #include ...

    #include <iostream>
    #include <sstream> //ostringstream, str()
    using namespace std;


    int main() {

    ostringstream out;

    int n = 2;
  5. Replies
    22
    Views
    2,907

    oh... thanks.. i go back sch try the ulong...

    oh... thanks.. i go back sch try the ulong again.. i tried yesterday i cant reach 32bits

    help me out with the other 2 problems pretty please... i am really a noob in c++ ..
  6. Replies
    22
    Views
    2,907

    help!!!~

    help!!!~
  7. Replies
    22
    Views
    2,907

    i am really very noob.... the above works...but i...

    i am really very noob.... the above works...but i encounter some 3 problems...

    i need to store 16bits in the variable.... unsigned long ans cannot reach 16bits.... can teach me how to make it to...
  8. Replies
    22
    Views
    2,907

    #include #include ...

    #include <iostream>
    #include <sstream> //ostringstream, str()
    using namespace std;

    int main() {

    ostringstream out;

    int n = 2;
    out<<n;
  9. Replies
    22
    Views
    2,907

    thanks a million.... i would like "257" to be an...

    thanks a million.... i would like "257" to be an integer... i tried using the search engines to convert string into int... but i do not understand... could you/anyone kindly teach me how to make...
  10. Replies
    22
    Views
    2,907

    i have a keypad... and my code is continously...

    i have a keypad... and my code is continously scanning which buttons is pressed. whenever a button is pressed if will write into the lcd.


    int keypad() {
    unint pio = _lr->piodata; //...
  11. Replies
    22
    Views
    2,907

    question related to keypad

    i have just started learning c++ programming for my project. my knowledge to c++ is nearly 0%. Please, i hope someone will give me some pointers on the following question.

    i am using c++ to...
Results 1 to 11 of 11