Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~4K People Reached
Member Avatar for maharjun

This is a problem that i observe regarding the Indicated wifi speed on the 'status' dialog box (Windows 7 operating System). I have a **TP-Link wifi-n enabled router**. The box indicates a connection spped / maximum speed of 150 Mbps(small b). on my status dialog i do see a speed …

Member Avatar for bobbyraw
1
576
Member Avatar for maharjun

Ok this is a real frustrating problem that i have been experiencing on my **Acer 5750G Windows 7 Home Premium Edition (SP1)** for quite some time. Observation: 1. When i start a download or stream a video, it downloads about 0.1 MB of data and then stops downloading 4 another …

Member Avatar for maharjun
0
268
Member Avatar for maharjun

I have 2 Major Partions. one has Win XP(Partition 0) installed. and the other has Win 7 starter(partition 1 i think) Now, i intend to format the partion containing Win XP and extend the Win 7 partition to include the win XP partition. however, in Disk Management,i get the following …

Member Avatar for maharjun
0
258
Member Avatar for maharjun

Is the output thru theaudio jack in PWM/PDM form orin analog form (just to clarify: im attempting to code a microcontroller to give audio output through a jack. so i need to know in what form the output is expected)

Member Avatar for rubberman
0
66
Member Avatar for maharjun

I have an ADSL Internet connection. the modem is connected to a Wireless Router which is connected to the Ethernet Port. btw. the routing function is done by the ADSL modem and not the wireless router. now, my laptop is connected to the wireless network created by the wifi router. …

Member Avatar for FelineHazard
0
373
Member Avatar for maharjun

I have noticed the foolowing details regarding fstream. the following combination of openstate flags do not truncate the files. ios_base::out | ios_base::in | <any flag other than ios_base::trunc> ios_base::out | ios_base::app | <any flag other than ios_base::trunc> the following combinations are resulting in a failbit ios_base::app ios_base::ate ios_base::app | aos_base::ate …

Member Avatar for TTTHXC
0
327
Member Avatar for maharjun

The doubt which i currently have is regarding the functioning of defragmenting software. i.e. when you defragment a disk. does a defragmenter defragment only files or also folders. e.g. lets say i have a directory "folder\" in it are some 200 files. if i run the defragmenter then each of …

Member Avatar for breactiv
0
160
Member Avatar for maharjun

i have just observed this wierd thing with visual c++ the following is my code.[please forgive my poor C++ standard. im using it only because im doing it 4 a school project and the examiner wont be bright enough to understand what iss not in the syllabus. this is sad …

Member Avatar for Narue
0
119
Member Avatar for maharjun

if a pointer is a dangling pointer and one applies delete[] to it. is the result defined or not. i basically have the following situation [CODE] class A { private: int *p; //other data members public: //rest of class } [/CODE] i intend to initialise p in the constructors. but …

Member Avatar for mike_2000_17
0
1K
Member Avatar for maharjun

Hello people, im basically looking for a method to create a class called "real_no" which has the capacity to store numbers as they are. i.e if the input is given as 2 + Root(2) then i should be able to store it as 2 + Root(2) and not 3.414. also, …

Member Avatar for maharjun
0
101
Member Avatar for maharjun

i tried making a string class but my program seems to be repeatedly crashing. why so? I have the following two files in to my program 1.)Strng.h (in INCLUDE directory) [CODE] #ifndef __STRNG_H #define __STRNG_H #if !defined(__CONIO_H) #include <conio.h> #endif #if !defined(__STRING_H) #include <string.h> #endif #if !defined(__STDDEF_H) #include <stddef.h> #endif …

Member Avatar for mattjbond
0
174