CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: CodeCake

Search: Search took 0.03 seconds.

  1. Replies
    18
    Views
    59,748

    Re: what are Best Mobile Development Framework

    Cross-platform - I heard phonegap is good, depends on what languages you'd prefer to use? PhoneGap is for HTML , CSS. Javascript, there are also some that require C# instead
  2. Replies
    2
    Views
    8,431

    Re: vbforums email activation issue

    Yeah sorry forgot to update this thread! Outlook worked as you probably saw my post there, thank you
  3. Replies
    2
    Views
    57,295

    Re: Weather Forecast API - Help Required.

    I've written a weather application for learning purposes. I used this: https://openweathermap.org/api
    I'm not sure the zip code works so i had to remove that from my application, that's the only...
  4. Replies
    3
    Views
    9,095

    Re: Best Mysql Database Tutorial ?

    I found this useful as I built my own projects that required databases:
    https://www.w3schools.com/sql/sql_syntax.asp
  5. Thread: C++ advance

    by CodeCake
    Replies
    5
    Views
    15,185

    Re: C++ advance

    http://alexdp.free.fr/violetumleditor/page.php

    I suggest using violet uml editor to create uml diagrams, this you have to do manually, unless you're looking for automated tools?
  6. Replies
    2
    Views
    8,431

    vbforums email activation issue

    Hi,

    I haven't received an email confirmation. Anything that can be done?

    Thanks
  7. Replies
    0
    Views
    4,165

    R programmming language

    Hi,

    I'd like help with analysing docs. Withdocumenttermmatrixes... is it possible to convert absolute word frequencies into relative word frequencies , i cant figure out how to get the total...
  8. Replies
    4
    Views
    4,422

    Re: Best rails ide

    Ah, I didn't realize there is a mac version, hopeful about the stability, as microsoft office is pretty unstable on mac lol
  9. Replies
    4
    Views
    4,422

    Re: Best rails ide

    I have a mac although i have heard good things about vs
  10. Replies
    4
    Views
    4,422

    Best rails ide

    Can someone recommend a rails IDE that automtically manages indentation ? For example in eclipse i use a keyboard shortcut to automatically reformat the code into a clean state

    But rails is...
  11. Replies
    4
    Views
    13,514

    Re: Placement wanted

    I know, sorry i just realized the post was moved into a thread... for a second i was confused like i didnt start this thread hahaha

    No worries !
  12. Replies
    4
    Views
    13,514

    Re: Placement wanted

    I didn't post this thread... an admin seems to have made it for me bcuz i posted in the other threads. I mean I didn't think admins have access to this?

    I'm just asking if these companies have...
  13. Replies
    1
    Views
    7,237

    Re: Java Developer For MMO Game Project

    Is any kind of training offered ?
  14. Replies
    4
    Views
    13,514

    Placement wanted

    I'm looking for a placement year as a software developer in London
  15. Re: How to access same variable in Main() and in thread proc in another class?

    Idk sorry i talk based on my java knowledge
  16. Re: How to access same variable in Main() and in thread proc in another class?

    What i would recommend is to use private variables and public getters and setters
  17. Replies
    2
    Views
    4,089

    Re: interview practice questions

    I also just thought of another brute force solution... but not sure of the time complexity as I want it to be-



    private static int smallest(int[] array) {
    int middle = (arr.length-1)/2
    ...
  18. Replies
    2
    Views
    4,089

    interview practice questions

    So, from previous interviews and online interview questions, I made a list of possible questions that may appear in an interview. it's been frustrating when ive tried to memorise algorithms i found...
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured