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...
Summary: here's my C coding problem: how does one convert a char array to an int array? for example, say if one has the pattern = "3 3 3 3 3 4" stored as char...
Summary: Ok, just found out that VB 6.0 will not allow me to compile/ make exe; So, I managed to download Dev C++ . I have all these forms in vb, no bugs! So ...
Summary: I want convert Doc, BMP, jpg, Tif etc to to PDF. Currenlty i am doing all this in vb by using PDF writter which usually install a printer and use prin...
Summary: BBs approach is correct but is lacking in explanation. Basically, BB is saying to take your integer and add it to the letter 'A' (ignore the -1 for no...
Summary: I have a .dll file, how can I convert it to a .lib file? i was trying to use dlltool, but seems that it will just give me .a library file? in fact wh...
Summary: Being old and computer basic I would like to know the following:- I have a small, simple dos program which compares up to 20 different sets of ratings...
Summary: I have a program which im writing that will count up ip addresses starting from 1.0.0.1. Each octet of the ip address is assigned as an int. ie int oc...
Summary: Before you can do almost and batch processing you would need to convert the spread sheet into plain text/csl/csv. There *may* be a console application...
Summary: i need help to rename the following filename with non-standard timestamp to yyyymmdd: xxxx ddmmm.ext -> xxxx yyyymmdd.ext xxxx dmmm.ext -> xxxx yyyy...
Summary: hello there.... i kinda need your help in my project in IT12. It's about programming of converting specific menus. Here is the actual problem. please ...
Summary: what are the lparam and wparam values when you want to send a WM_RBUTTONDOWN message to a window? I have the xPos and yPos values, but how do I conver...
Summary: I worked for several years at a compay where our priciple web application was designed to create variable data PDFs on-th-fly, aqmong other things. Th...
Summary: G'day, Matrix manipulation is fun for 2x2 or even 3x3, but after that it is tedious. If the solutions are simple then fine, but most engineering solu...
Summary: it didn't help there is an error filenumber.c:16: cannot convert `int' to `const void *' for argument `2' to `write (int, const void *, unsigned int)...
Summary: Depends on what files you want to convert. A mac does not use the file extension to open files (uses resource and data-fork instead), a windows system...
Summary: You can use the following query select * from t1 where val(id)>3 and isnumeric(id)=true Val-converts them to numerics. Numeric is used to check for p...
Summary: You can use sprintf(). It's like printf() except it prints to a string instead of stdout. sprintf() works exactly like printf(), except the first pa...
Summary: Joe, Your best bet here is to use the FileSystemObject to open a file, parse it, then perform your functions once you find the relevant data. You will...
Summary: to convert decimal to hexadecimal you can use the following method hex is a 16 bit number so you will have 16 digits, here is an example base 10 ---> ...
Summary: Phillip devised a pretty good method in VB. Have a look here. It shouldnt be to difficult to convert it to C++ http://computing.net/programming/wwwb...
Summary: Ok, Some more info, the hardware that this was compiled and running on was a 286 with win 3.1 and runs fine. This hardware is just about dead and need...