Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 6NavI

Pages: [1]
1
Reverse Engineering / Re: Easy n00b friendly reversing tuts
« on: July 24, 2013, 11:58:53 am »
i didn't go far as i had xpected because i can't start softICE NT Manually yet it installed successfully even skype recognizes that it is installed.
"Skype is not compatible with system debuggers like SoftICE" i think this shows the SoftICE is installed right??

but when you try to start it it only gives a flash on the screen then goes off and i don't want to start softice automatically when the system starts...

and i think i have already tried gettin' ma hands a lil dirty and i don't want to try so hard

2
Reverse Engineering / Re: Easy n00b friendly reversing tuts
« on: June 28, 2013, 02:13:43 pm »
doing those tutorials n they seem quit easy to understand but in the turtorials its only the  4.05 version softice xplained.....can i install any version?? cuz am
using windows 7 yet its like its for window 98 and ----

3
Science / Re: trig problem help
« on: June 27, 2013, 03:06:40 pm »
indeed.....its misusing this forum....a sharp 6 yr old chap could solve solve such.....come lets try harder stuff.....lik laplance

4
C - C++ / Re: C++ programs and cmd?
« on: June 26, 2013, 08:57:28 am »
i also thought about leaving the console program shit but i thought it had to be like that for amateurs but at least am gettin' some hopes that u can use the GUI.....do i need to tutorials for that too...or ?????@Chef ****EZ******

5
C - C++ / Re: Qns
« on: May 27, 2013, 11:04:19 am »
thanks so much....it helps now i understand :D @fur

6
C - C++ / Qns
« on: May 27, 2013, 10:41:47 am »
Hey Ez
can some one help me on what this code means ...like break it down for because to me it doesn't make sense...why does it print out 58? Is it that "navi [n]" is equivalent to "navi [1]" and if so how come???

here is the code

Code: [Select]
#include <iostream>
using namespace std;
int navi []={12, 58, 69, 87, 20}
int main () {
int n, a, c;
cout << navi [n];
return (0);
}

7
nice1 though........its kinda hard to work with but i can handle that long as i can download with it.....thanks so much it rocks ;) @parad0x

8
i bet it works cuz i ve downloaded most of those cracks from other websites and i fill in the serial number it works for a day when u are not connected to the internet and the next day you connect to the internet, IDM notifies you that that was a fake SERIAL NO.....but fine let me try dat1 ;)

9
Science / Re: asinx + bcosx = c
« on: May 08, 2013, 07:00:12 pm »
ok here is the pdf format of the file@axon
or its the reason laplance was developed????

10
C - C++ / I can't run codes with strings
« on: May 05, 2013, 03:53:13 pm »
Hey EZ
every time i try to run a codes with strings in them i get the notification that the program has stopped working can some pliz help me to rectify this am using CODEBLOCKS
Even this code won't run am not saying am the one who wrote it but am just using it as an example

Code: [Select]
// stringstreams
#include <iostream>
#include <string>
#include <sstream>
using namespace std;
int main ()
{
string mystr;
float price=0;
int quantity=0;
cout << "Enter price: ";
getline (cin,mystr);
stringstream(mystr) >> price;
cout << "Enter quantity: ";
getline (cin,mystr);
stringstream(mystr) >> quantity;
cout << "Total price: " << price*quantity <<
endl;
return 0;
}


11
High Quality Tutorials / Re: [Guide] Which Language To Start With
« on: May 05, 2013, 03:33:20 pm »
thanks......@rasenove

12
Science / asinx + bcosx = c
« on: May 05, 2013, 01:53:33 pm »
is there any way to solve it after it goes complex??????

13
C - C++ / Re: Which code is better?
« on: May 05, 2013, 12:57:53 pm »
i think the first code is better although even if i was the one i would write a code similar to the 2nd one

14
High Quality Tutorials / Re: C++ tutorial
« on: May 05, 2013, 12:38:46 pm »
why is it that my codes with <strings> in them won't run ....i get a notification "program has stopped working"????

15
High Quality Tutorials / Re: [Guide] Which Language To Start With
« on: May 05, 2013, 12:14:05 pm »
learning C++ but every time i write codes involving <strings>, they compile very well and build well......but on running the code it, windows explorer notifies me that the program has "stopped working". Can some one help me out here

Pages: [1]