Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~5K People Reached
About Me

I am an IT Audit professional working with clients from multiple sectors, primary being banking sector. I look forward to sharing my knowledge with the community and to gain knowledge from other experienced members in the community.

Interests
Reading books, IT professional services and PS4 gaming
PC Specs
Intel i7, AMD Radeon HD 6730M

18 Posted Topics

Member Avatar for jerry12

Consider Avast antivirus free version with Comodo Firewall. I have been using these two together for more than two years and no issues noted so far. One more thing to note is that the programs need to be compatible with each other. The abovementioned combo worked fine for my windows. …

Member Avatar for Amy_11
0
1K
Member Avatar for jaiop

Did you face a problem or an error in the code given? If you did, post the error noted here for us to provide our perspective on the problem. If you want to get an understanding on measuring time complexity, you can refer to the post i have made earlier …

Member Avatar for dannyniu
0
308
Member Avatar for rch1231

I have used Prey client for more than a year. I havent came across a situation where my laptop was stolen. However, whenever the Prey client communicates to the Prey server through the network, a notification that the device made contact with server will be sent to your email. But, …

Member Avatar for CimmerianX
0
351
Member Avatar for renagadejesus

For case structure, you can try to do switch statements. I will give you a brief idea to complete your pseudocode. I don't see why return statement is needed as the method is declared as void. The method sum() and difference() doesn't return anything to main() as the value is …

Member Avatar for Dean_williams
0
351
Member Avatar for panadol

Have you attempted to create the functions? If you are not clear on how to create the function, try creating a pseudocode. Easier way of completing this problem is by playing this game with another player to observe how this function would perform. Good Luck to you. :)

Member Avatar for Dean_williams
0
85
Member Avatar for woomar

If you are looking to learn more about JUnit, go through these links that I hope will be useful for you. [Click Here](http://tutorials.jenkov.com/java-unit-testing/asserts.html) [Click Here](http://www.tutorialspoint.com/junit/junit_using_assertion.htm) [Click Here](http://junit.sourceforge.net/javadoc/org/junit/Assert.html) [Click Here](http://java.dzone.com/articles/junit-tutorial-beginners) [Click Here](http://www.vogella.com/articles/JUnit/article.html) Hope this helps :)

Member Avatar for somjit{}
0
215
Member Avatar for docamitverma

If you have attempted something on your own, post them here. If you want to get some idea, i will provide you some basic idea to start with. If you want to obtain data from your database, you must connect to the database in PHP. Search on these commands to …

Member Avatar for Dean_williams
0
81
Member Avatar for chrisschristou

Post your full code for us to find the error. Value of prix and $row_panier[] is not known.

Member Avatar for diafol
0
81
Member Avatar for reincom

I will give you some idea to start with. If you want to display the results in a frame using GUI coponents, go through JFrame of Swing component in Java. Your JFrame will show the interface where your code is run and show the results. Go through JList and JScrollPane …

Member Avatar for Dean_williams
0
189
Member Avatar for Dean_williams

Hello. I am having a tough time understanding the concept of double linked list. For now, i understand double linked list has 2 links, one forward and another one previous. data is in the middle. when inserting must check where to insert. if previous is equal to null, then can …

Member Avatar for Dean_williams
0
238
Member Avatar for rithish

Check it here http://dotnetslackers.com/Community/files/folders/data-structures-and-algorithms/entry28722.aspx and here http://ebookee.org/C-Data-Structures_65405.html More information can be found by searching google for data structures in C.

Member Avatar for rubberman
0
115
Member Avatar for I_m_rude

For the typedef, the older name would be int Length; after giving the user defined name like typedef int Length newLength; instead of using int Length, now you are able to use newLength. If the typedef is like the one you state typedef int Length; then the int type variables …

Member Avatar for Perry31
0
115
Member Avatar for gosensgo87

Just check the spelling. Go through the whole code. Check the classes and initiation of variables. Will work.

Member Avatar for JamesCherrill
0
311
Member Avatar for on93

I will try to explain the concept. First accept four integers input: int num1,num2,num3,num4; printf("Enter 4 integers seperated by space: "); scanf("%d %d %d %d",num1,num2,num3,num4); After this, do the function which accepts the two parameters. For example, you are comparing two integers, num1 and num2: bigger(num1,num2); In the function, have …

Member Avatar for on93
0
126
Member Avatar for Perry31

Complexity usually measured in terms of how the amount of a resource (time or space) required to run a program increases as the size of the program input increases. Most common measure of complexity is the amount of time the program takes to run. If the algorithm of a program …

Member Avatar for Perry31
0
687
Member Avatar for vaironl

MVC stands for Model View Controller where the model consist of application data, view consist of the GUI and controller consist of input acceptance and mediation. Controller accepts input and passes to the model to process. The model passes the output to the view as an output presentation.

Member Avatar for Dean_williams
0
181
Member Avatar for Dean_williams

Hello. I was searching on how to copy the string from the first point in the file to the index of comma -1. I have a .mrk file that i would be reading. My idea is that the loop will go through the file and find the comma. There will …

Member Avatar for Dean_williams
0
214
Member Avatar for Dean_williams

Hello. I am new to this forum. I want to know exactly how long does any posts gets replies here.How long does a post stay in this forum. Does it get deleted after a period of time??. Thank you.

Member Avatar for Dean_williams
0
138

The End.