jjl's Profile User Rating: *****

Reputation: 869 Master
Group:
Expert
Active Posts:
3,995 (2.77 per day)
Joined:
09-June 09
Profile Views:
15,469
Last Active:
User is offline Yesterday, 11:54 PM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Mac
Favorite Browser:
Chrome
Favorite Processor:
Intel
Favorite Gaming Platform:
XBox
Your Car:
Toyota
Dream Kudos:
500

Latest Visitors

Icon   jjl meow

Posts I've Made

  1. In Topic: Run-Time Check Failure #2

    Posted 21 May 2013

    Thats funny, that's the one that I could never remember back in my algorithms class.
  2. In Topic: Variables not declared but are in global and in struct

    Posted 21 May 2013

    You are only passing characters to your functions, you need to pass char pointers to your strings.
  3. In Topic: Encrypting my code?

    Posted 21 May 2013

    Quote

    Oh, I just thought that people could easily get the source code if I don't obfuscate it/

    People can only get your exact source code if well....you give it to them. Obfuscating your code just makes your code harder to reverse engineer onces they do have the source, or the binary.

    However, anyone with enough time and motivation can recreate the logic of your program by disassembling your binary.

    Quote

    ou know that C++ is a compiled language which means that your program is not in code form anymore once compiled

    Actually, all code (no matter the language) is compiled down to machine language. Even though it's just binary instructions, it's still considered a programming language and can be deciphered by anyone with enough time.
  4. In Topic: classes using strings (with pointers)

    Posted 21 May 2013

    http://www.learncpp....nts-by-address/
  5. In Topic: classes using strings (with pointers)

    Posted 21 May 2013

    When you pass an array to a function, a temporary pointer is created that points to the beginning of the array. Since the memory that the name points to is in main's stack frame, changes to name's target will reflect in the main function.

My Information

Member Title:
Engineer
Age:
23 years old
Birthday:
January 9, 1990
Gender:
Location:
California
Years Programming:
5
Programming Languages:
C/C++, Java

Contact Information

E-mail:
Private
Website URL:
Website URL  http://

Comments

Page 1 of 1
  1. Photo

    thekooiman Icon

    27 Mar 2013 - 18:08
    Thank you for all the help and insightful explanations!
  2. Photo

    osu1 Icon

    04 Mar 2013 - 17:26
    thank you for your help!
  3. Photo

    Xupicor Icon

    23 Nov 2012 - 02:08
    666 rep, you are now officially hell of an expert. ;)
  4. Photo

    Tom_Leonardsson Icon

    26 Apr 2012 - 01:19
    http://www.dreamincode.net/forums/topic/276888-sdl-problem-the-bmp-enemy-wont-show/page__p__1609097__fromsearch__1&#entry1609097 help...please!
  5. Photo

    Dogstopper Icon

    01 Jan 2011 - 21:18
    Sorry about the accidental downrep!
  6. Photo

    Atty Icon

    03 Dec 2010 - 09:17
    Hi there.. I saw one of your posts regarding Opengl On PictureBox Toolbox In Visual Studio 2008.Net, can you help me on how should I do it?
  7. Photo

    skyhawk133 Icon

    24 May 2010 - 09:54
    Congrats on your promotion to Expert!
  8. Photo

    teetaaa222 Icon

    01 May 2010 - 09:10
    hi i want to ask u a question please
  9. Photo

    sweetcuty Icon

    28 Apr 2010 - 08:57
    hi ..i have send code of knapsack problem by dynamic programming approach..plz help to find out the memory used by this program..
  10. Photo

    esu20032001 Icon

    19 Apr 2010 - 04:03
    I need help please help me in changing this code to C language
    int balance;
    cout << "Balance : " << setw(15)<< setprecision(2)<< setiosflags(ios::left)<< setiosflags(ios::showpoint)<< setiosflags(ios::fixed)<<balance;
    pls send it to me esu20032001@gmail.com as soon as possible
  11. Photo

    reem alflaa Icon

    14 Apr 2010 - 00:16
    pleas help me for program
    reemaz-cat@hotmail.com
  12. Photo

    pari-pari Icon

    11 Apr 2010 - 19:03
    hello..
    can i ask u something??
    i've learned in my c programming class,
    but i still don't understand,
    what is the meaning by this statement :
    1+(rand()%6);
    thank you..
  13. Photo

    najlala Icon

    09 Apr 2010 - 00:36
    ive post something and i need ur help mind checking whats my mistake?
  14. Photo

    najlala Icon

    24 Mar 2010 - 04:51
    thanks for the help
Page 1 of 1