Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++to c converting help
Name: Brooklyn1126 Date: March 31, 2004 at 14:23:45 Pacific OS: winxp and RHlinux 9.0 CPU/Ram: p4
Comment:
Hi i am converting a program from C++ to C and i have an output statement like this in C++ : cout<<"Total Charges: $" << Group.Packs.Spel.Charges << endl;
and i have to convert it to C so i know i have to replace cout<< with printf(" ") but how do i make it print the Group.Packs.Spel.Charges ?? Thanks
Summary: I am developing in vc++ 7 (.net) and am having a brain fart. I receie a byte buffer (bRecBuf) containing 00 64 90 The 90 referes to a success code so we can forget about the 3rd byte. The first and s...
Summary: I'm having a hard time programing . IF you could please help me .. i would really appreciate. Thank you World! -arora786 Write a C++ Program that emulates a point of sale terminal at a Grocery Stor...
Summary: Hi there, I have a programming assgnment but am new to C. Was wondering if anyone can help me with C. add-12,3,45. P1 is to compute the sum of the sequence of integers and deliver that sum to a fi...