Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~573 People Reached
Favorite Forums
Favorite Tags
Member Avatar for GyanPP

Hi all, I am unable to reach a particular website from my home computer. But its easily accessible from office computer. I have cleared the cache in the browser, tried to flush the dns cache using ipconfig /flushdns. Nothing helps. Ping / tracert says - "Request timed out". Any pointers? …

Member Avatar for skilly
0
233
Member Avatar for GyanPP

Hello, 1) I am trying to run gprof on the following code snippet: [CODE]int fc() { while (1); return 1; } int main () { fc (); return 1; }[/CODE] 2) compile: gcc -pg tmp.c 3) Execute gprof -a a.out 4) Fails with the following error: gmon.out: No such file …

Member Avatar for Nick Evan
0
58
Member Avatar for GyanPP
Member Avatar for GyanPP
0
142
Member Avatar for freelancelote

Hi, I'm learning c++ at the moment and the problem I have is probably very simple. I wrote some code to calculate prime factors of a given number. If I define variables as unsigned long, the code compiles and the program runs. If I define variables as double then compiler …

Member Avatar for freelancelote
0
140