vaibhav bhanawat
Member
- Member since
- Sep 23, 2013
- Last active
- Mar 13, 2014
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
4c60d4f5-b394-4c42-8314-079ba0ed0799
hello friends what should i do to convert my c++ code into an software which can be installed into different computer...........i am...
-
#Threads
7443d3dd-5ffd-4b58-a73b-77c0645a3b2b
if i want to convert C code into setup file than what should i do C code convert into software ..... that...
-
#Threads
a09124cb-5d5b-44f7-a134-3ecf4ef2c8c4
rahul69#include<iostream> using namespace std; int fun(int i) { if(i==101) return 1; cout<<i<<" "; return fun(i+1); } int main() { int i=1; fun(i);...
-
#Threads
f0ca80f0-e554-4d1a-8bfc-af1346aa6710
in file handling fputs converts \n to \r\n why......????????????? whats the need to do these..... but if we read the same line...
-
#Threads
c79c18c9-b333-4d7b-8c6f-a7dd6a4bbf61
after printing the data in file in file hand Sanyam KhuranaCould you please elaborate this? may be giving some example problem, and...
-
#Threads
c22432a6-8299-4d6b-86ff-1df2c66ddf77
what is cdac,.......?