473,480 Members | 1,515 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

getting into Pc memory

43 New Member
can we get into the PC memory using c++ program?
Apr 5 '07 #1
7 1385
maloov
43 New Member
can any one answer this please?
Apr 5 '07 #2
maloov
43 New Member
Is there is a code or some way to get into the ram memory??
Apr 5 '07 #3
Ganon11
3,652 Recognized Expert Specialist
Probably, but I wouldn't suggest it.
Apr 5 '07 #4
maloov
43 New Member
ok who would suggest it, cuz i have some problems with the memory
Apr 6 '07 #5
maloov
43 New Member
come on guys I'm facin a trubble with my memory
Apr 12 '07 #6
JosAH
11,448 Recognized Expert MVP
come on guys I'm facin a trubble with my memory
Most, if not all, half selfrespecting operating systems use virtual memory schemes.
This implies that the memory your process 'sees' is just a chunk of virtual
memory mapped elsewhere to real memory. Even more: whenever your process
tries to access memory not allocated to the process the process receives a
deadly signal: a segmentation violation. Only processes running in 'root' or
'supervisor' mode can access all of the real memory (such as the OS itself).

If you're using a kid operating system such as MS/DOS feel free to peek and
poke around and make the entire thing crash. If you're running MS Windows
or any Un*x variant I'm sure there are some RAM diagnostic tools available.

kind regards,

Jos
Apr 12 '07 #7
maloov
43 New Member
every time that I open my pc

a strange writings occurs on my

desktop, and the name of the

memory where this writings

are saved in occurs too!

that's why I've asked if i can do something

to avoid this again.

any way Thanx Josh
Apr 13 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

303
17408
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b....
3
2923
by: Ashutosh Bhalerao | last post by:
I need to be able to access the following information programmatically. Total RAM Memory How many occupied memory slots are there in the machine How much memory in each chip What kind of RAM...
9
3152
by: fudmore | last post by:
Hello Everybody. I have a Segmentation fault problem. The code section at the bottom keeps throwing a Segmentation fault when it enters the IF block for the second time. const int...
7
18906
by: Aravind | last post by:
Hi, I am ruuning to out of memory exception , My system has RAM of 4 GB and virtual memory paging size set to 4GB .When I check the memory occupied by the process during the exception , it is less...
3
2159
by: FaXiA | last post by:
Hi all, I'm working on a program that reads a structure from a file (1000 records). The file read part works great, but I'm hitting a roadblock on howto read the data from the pointer. I'm...
9
3234
by: Microsoft News Server | last post by:
Hi, I am currently having a problem with random, intermittent lock ups in my ASP.net application on our production server (99% CPU usage by 3 threads, indefinately). I currently use IIS Debug...
5
2849
by: per9000 | last post by:
Hi all, I want to create an encryption program and started thinking about not storing sensitive information in the memory since I guess someone might steal my computer an scan my memory. So I...
33
11800
by: JamesB | last post by:
I am writing a service that monitors when a particular app is started. Works, but I need to get the user who is currently logged in, and of course Environment.UserName returns the service logon...
12
2535
by: Premal | last post by:
Hi, I tried to make delete operator private for my class. Strangely it is giving me error if I compile that code in VC++.NET. But it compiles successfully on VC++6.o. Can anybody give me inputs...
4
5780
by: Daniel | last post by:
is there some per-process-limit on memory in .net processes? is there any way to increase it? i keep getting System.OutOfMemoryException when my box has 8 gigs of unused memory.
0
7041
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7084
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6739
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6929
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4481
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2995
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2984
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.