Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
1 Commented Post
0 Endorsements
~131 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for nitigya92

#include “iostream.h” #include “stdlib.h” #include “conio.h>” file *fp; int vfprf(char *fmt, …) { va_list argptr; int cnt; va_start(argptr, fmt); cnt = vprintf(fp, fmt, argptr); v_end(agptr); return(cnt); } int main(void) { char *stop = “damn”; float move = 42.6; char *boom = “doomed”; fp = tpfyl(); if (fp == null) { …

Member Avatar for Ancient Dragon
-2
131