Search:

Type: Posts; User: Jalabert

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    998

    i think i can run it with ...

    i think i can run it with


    system("c:\\this\\is\\where\\my\\batfile\\is.bat");

    right ?

    if not i need help with both :)
  2. Replies
    3
    Views
    998

    is it possible ?

    is it possible to make a .bat file in c++ and run it ?

    and if so, can you guide me a bit cause i have been googling this for weeks now
  3. Replies
    6
    Views
    1,190

    fair... #include int main(void)...

    fair...


    #include<stdio.h>

    int main(void)
    {

    char c[255];
  4. Replies
    6
    Views
    1,190

    did you read the title ?

    did you read the title ?
  5. Replies
    6
    Views
    1,190

    noob question just cant remember how

    i need a program that can scanf a word and printf it again but it should only be possible to write letters in the scanf

    if you write numbers or so it should printf a error or something
  6. Replies
    2
    Views
    1,281

    access timestamp

    hi guys

    I am writing some data to my database and i want to sort it by date/time so i need to put a timestamp on my entries.

    I have coded this right now


    str.Format("UPDATE...
  7. Thread: db.OpenEx

    by Jalabert
    Replies
    1
    Views
    2,744

    db.OpenEx

    hi guys

    i have a new problem :|


    void CDeploymentDlg::OnOK()
    {
    CString str;
    CDatabase db;
  8. Replies
    10
    Views
    2,638

    oh my god... i have been working with this...

    oh my god... i have been working with this problem for weeks now and now i find out that date is a reserved word... how far out is that! GRRRRR :mad:
  9. Replies
    10
    Views
    2,638

    okay it might be a problem with my date string...

    okay it might be a problem with my date string cause i can save all other than that so i will just test a bit more and post a result if i find one :D until then good ideas are welcome :D
  10. Replies
    10
    Views
    2,638

    none of it worked again :S but yes it is driveR...

    none of it worked again :S but yes it is driveR but i just removed the r for a short test and forgot to put it back on :)

    i have tested a bit and find out that:



    str.Format("UPDATE...
  11. Replies
    10
    Views
    2,638

    hmmm i still get the syntax error in UPDATE,...

    hmmm i still get the syntax error in UPDATE, anyone with another solution ?
  12. Replies
    10
    Views
    2,638

    CString.Format

    Hi all

    I have a little problem wich you guys might be able to help med with


    void CDeploymentDlg::OnOK()
    {
    CString str;
    CDatabase db;
  13. Replies
    2
    Views
    1,386

    guess i have to wake up my math brain cells :D

    guess i have to wake up my math brain cells :D
  14. Replies
    2
    Views
    1,386

    week of year ?

    hi... any of you guys know how to tjeck week of year ? can i calculate it or ?

    oh forgot to say i work with microsoft vc++/mfc
  15. Replies
    11
    Views
    1,453

    wow thats cool!... i am looking forward to the...

    wow thats cool!... i am looking forward to the day i start helping people here :) until then i will ask and learn ;)

    btw thanks for your great help
  16. Replies
    11
    Views
    1,453

    it is MFC and i start from scratch but i might...

    it is MFC and i start from scratch but i might start off a bit smaller as misplaced told me cause i dont understand much of what i am reading at the moment :D
  17. Replies
    11
    Views
    1,453

    can you give a link ? :D

    can you give a link ? :D
  18. Replies
    11
    Views
    1,453

    ok i did a bit of c console to learn the basics...

    ok i did a bit of c console to learn the basics and the program is a task i got at my job so i have to learn this the hard way i guess :eek:
  19. Replies
    11
    Views
    1,453

    newbie help :)

    hi i started c++ today and already got a thing to do... but i dont know much about c++ so just wanted to get some help from you :)

    i am using microsoft visual c++ if you need to know :)

    is it...
Results 1 to 19 of 19