Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~655 People Reached
Favorite Forums
Favorite Tags
c++ x 7
Member Avatar for myleila

[B]I have problem with dijkstra algorithm [/B] [B]I want to write it in c++ and can not describe it in c++ //[/B] [B]please help me[/B]

Member Avatar for jephthah
0
180
Member Avatar for ReDeViL

Hi ppl! can anyone tell me how to capture system date and o/p it later in a prog?? what function do i use?? thanks in advance! appreciate any help rendered. :cheesy:

Member Avatar for dwks
0
133
Member Avatar for aznballerlee

My program is supposed to out put 10 20 40, but it doesn't. What's wrong with it? [code] int main() { int arr[3] = { 5, 10, 15 }; int* ptr = arr; *ptr = 10; // set arr[0] to 10 *ptr + 1 = 20; // set arr[1] to …

Member Avatar for John A
0
141
Member Avatar for dmmckelv

I am back this week with another homework problem. My array is not working like I thought it would. My brain is about to explode trying to comprehend what is going on. This code will compile but, it won't do what I want it to. The array is supposed to …

Member Avatar for johnpeter1989
0
99
Member Avatar for johnpeter1989

I get this error that "LINKER ERROR : SEGEMENT _TEXT EXEEDS 64K". this error does not come on compiling(ALT+F9) but it shows 25 such errors on running(CTRL+F9). I am using a turbo c++ 3 IDE. I am doing a school activity. The program user graphics mode. this error doesnt show …

Member Avatar for johnpeter1989
0
102