User Profile

Collapse

Profile Sidebar

Collapse
mysticwater
mysticwater
Last Activity: Mar 19 '11, 10:28 PM
Joined: Aug 23 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mysticwater
    started a topic Why is there no release mode in Xcode?

    Why is there no release mode in Xcode?

    Hi,

    there seems to be no release mode option in xcode for me... I only see the debug mode option, there are no other options!

    I want to release my app so that it can be run without compiling it first in xcode thus i wanted to change the build from debug to release....

    anyone else experience the same problem? Do I need to first configure the release build????
    See more | Go to post

  • "" signifies file is in nearby directories to project file. <> signifies file is in standard library and not nearby (usually near / root dir if you want to think in terms of UNIX file structure )
    See more | Go to post

    Leave a comment:


  • mysticwater
    started a topic What does Box<Object> mean?
    in C

    What does Box<Object> mean?

    Hi,
    I have a question related to c++ syntax. I was looking at c++ code and I noticed that a lot of the times notation in the following format (with different names of course) Box<Object>. An example of such syntax is seen below too:

    Code:
    template <typename Object>
    class Box_tester:public Tester< Box<Object> > {
    	using Tester< Box<Object> >::object;
    	using Tester< Box<Object>
    ...
    See more | Go to post
    Last edited by mysticwater; Dec 20 '10, 07:44 AM. Reason: code tags

  • Structures can not have functions in them.
    Classes have the ADDED functionality of being able to have functions
    See more | Go to post

    Leave a comment:


  • Options to get rid of current problem:
    gets() function instead of scanf [although this is often frowned upon]
    fgets() function instead of scanf

    or continue using scanf but clear the buffer with a while loop.
    Google: clean buffer after scanf for more details on this.
    See more | Go to post

    Leave a comment:


  • mysticwater
    replied to Can i use two monitors with my macbook?
    Well, you can use parallels or virtual box (free) or VMware, and run any sort of platform (Windows, OSX, Linux). They run in parallel with you current operating system (i.e. Leopard, Snow Leopard etc.).
    This will allow you to have a multiple monitor experience and the ability to use different platforms if you need to.
    See more | Go to post

    Leave a comment:


  • mysticwater
    started a topic How does new know how much memory to allocate??
    in C

    How does new know how much memory to allocate??

    Hi,
    I was just wondering how the new operator (in C++) knows how much memory to allocate when creating an object of a class such as shown below:

    i.e

    class Books
    {
    ...
    }

    int main()
    {
    ....
    Books textbook = new Books();
    ....
    }

    I have a stronger C background and I know that in C we have to specify the memory size for...
    See more | Go to post

  • mysticwater
    started a topic Webmaster help!!

    Webmaster help!!

    Hi, I have submitted my site to google two months back. Its indexed in yahoo and bing. I created a webmaster account and added my site to it.
    But the dashboard still shows "no data available" on all fields.
    I submitted the full ur; (with http://) AND just the www BUT both still show no data available.
    I have waited two months. Why is this occurring??
    My site appears on google when i type the url but its not...
    See more | Go to post

  • I do web design and I am using NetBeans. You can download lots of useful project management plugins for this IDE/ code editor.
    Hope this helps =)
    See more | Go to post

    Leave a comment:


  • mysticwater
    started a topic IE 6 or other browser

    IE 6 or other browser

    Hi,

    I was wonder if it is possible to add an "if...." statement to cover the case of a user using IE 6 or some OTHER terrible browser (my opinion) to go on my site (http://www.rblog.net16 .net/) ?

    Can this be done with HTML coding?

    Thanks.
    See more | Go to post

  • mysticwater
    started a topic Yet another SEO question related to HTML

    Yet another SEO question related to HTML

    Hi,
    I know how annoying these SEO questions can get, but I was hoping someone could quickly answer mine <link removed>:

    1)Is a certain way of coding using HTML better in terms of SEO?

    2) What exactly is the difference btw XHTML and HTML? is one better than the other in terms of SEO?

    3) Online tools say that my site: http://www.rblog.net16.net/
    is NOT indexed. But when I type in the URL it...
    See more | Go to post
    Last edited by Frinavale; Sep 7 '10, 05:42 PM. Reason: Please refrain from posting links to personal blogs unless you are asking for help in fixing it's appearance.

  • mysticwater
    started a topic C helps learn C++?
    in C

    C helps learn C++?

    Hi

    I was wondering, if I know C do I essentially know c++?

    Also can C/C++ be used in cool ways with web sites? or are they more for hardware etc.
    I just created a site (http://rblog.net16.net/) and I was hoping to enhance it in cool ways, so any info relating c/c++ with web development would be great!
    See more | Go to post

  • mysticwater
    started a topic HTML vs. Wordpress vs. Dreamweaver ?

    HTML vs. Wordpress vs. Dreamweaver ?

    Hi.

    I was wondering what the difference btw these ways of making a site are?
    Why do people even type up html when they can often get prettier sites with other technology?

    I coded this site: http://rblog.net16.net/

    How would it have been any different in terms of SEO if I had used ie. wordpress?

    Thanks.
    See more | Go to post

  • Hi, I was wondering if someone could help me with positioning a site I recently made

    The site I made is:

    http://rblog.net16.net/


    I am new to web design/ development; so my question is probably quite trite.
    The site looks fine in my computer, however in another computer it gets all magnified and odd.
    This is not the case with cnn, bbc, css trick or other good sites.

    Is there some specific feature that ensures that the site doesn't change too much when viewed on...
    See more | Go to post
No activity results to display
Show More
Working...