jjl's Profile
Reputation: 869
Master
- Group:
- Expert
- Active Posts:
- 3,995 (2.77 per day)
- Joined:
- 09-June 09
- Profile Views:
- 15,469
- Last Active:
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
-
OmegaParticl 
20 May 2013 - 22:22 -
undecided 
15 May 2013 - 21:08 -
GunnerInc 
12 May 2013 - 19:53 -
hbg_tuberose 
09 May 2013 - 20:22 -
Zereo 
08 May 2013 - 06:06
Posts I've Made
-
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. -
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. -
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. -
In Topic: classes using strings (with pointers)
Posted 21 May 2013
-
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:
-
http://
|
|


Find Topics
Find Posts
View Reputation Given





|
Comments
thekooiman
27 Mar 2013 - 18:08osu1
04 Mar 2013 - 17:26Xupicor
23 Nov 2012 - 02:08Tom_Leonardsson
26 Apr 2012 - 01:19Dogstopper
01 Jan 2011 - 21:18Atty
03 Dec 2010 - 09:17skyhawk133
24 May 2010 - 09:54teetaaa222
01 May 2010 - 09:10sweetcuty
28 Apr 2010 - 08:57esu20032001
19 Apr 2010 - 04:03int 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
reem alflaa
14 Apr 2010 - 00:16reemaz-cat@hotmail.com
pari-pari
11 Apr 2010 - 19:03can 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..
najlala
09 Apr 2010 - 00:36najlala
24 Mar 2010 - 04:51