Forum: C Dec 31st, 2008 |
| Replies: 1 Views: 387 Hi,
I have a question:
Suppose i have a source code file as
test.c
------------ |
Forum: C++ Nov 24th, 2008 |
| Replies: 0 Views: 384 Hi all,
I havnt explored BOOST yet. But I heard that it has support for almost every OS. I need to ask the experienced developers here that whether BOOST C++ library has support for IBM AIX, IBM... |
Forum: Java Nov 3rd, 2008 |
| Replies: 5 Views: 1,032 |
Forum: Java Nov 3rd, 2008 |
| Replies: 5 Views: 1,032 No I am not trying to copy the code. Infact I have a component written in java but I need to translate it into c/c++
as my own application is in c/c++. To understand the code is not necessary for me... |
Forum: Java Nov 3rd, 2008 |
| Replies: 5 Views: 1,032 Hi all
I urgently need a tool that either convert java code to c++ or make reverse engineering diagrams of java code..like uml/sequence digs..etc…or explanation of the code…. If anyone have idea... |
Forum: IT Professionals' Lounge Oct 30th, 2008 |
| Replies: 3 Views: 606 am I posting thread in irrelevant forum? if yes then guide plzzzzz |
Forum: IT Professionals' Lounge Oct 29th, 2008 |
| Replies: 3 Views: 606 I forgot to inform that the application built in Windows was coded in Visual C++ |
Forum: IT Professionals' Lounge Oct 29th, 2008 |
| Replies: 3 Views: 606 Hi all
I was involved in porting a windows application to the Linux(x86). That I did with the help of WINE and Winelib. Now There is requirement to port the same application to IBM AIX. Now I am... |
Forum: IT Professionals' Lounge Sep 30th, 2008 |
| Replies: 0 Views: 768 Hi all,
I need a tool which may make comprehensive history and log of the mouse clicks. I need a kind of logger that records all the possible input from mouse and keyboard. For example while... |
Forum: C Mar 20th, 2008 |
| Replies: 1 Views: 813 Hi all
there is a Windows API function as
HANDLE CreateFile(
LPCTSTR lpFileName,
DWORD dwDesiredAccess,
DWORD dwShareMode,
LPSECURITY_ATTRIBUTES lpSecurityAttributes,
DWORD... |
Forum: *nix Software Feb 28th, 2008 |
| Replies: 0 Views: 749 Hellow Dani's World
I need to have an CHAP/PAP authentication in my application that I am programming. What I didnt find any where yet is that is there any library(API or builtin functions) for... |
Forum: C Jan 17th, 2008 |
| Replies: 10 Views: 3,687 well thnx to all of u... i found a function fnmatch() that solved my problem for now ..i wrote an alternate findfirstfile() in linux using scandir() and fnmatch() functions. |
Forum: C Jan 16th, 2008 |
| Replies: 10 Views: 3,687 Sorry Salem... i do admit i never read those rules and just skimmed that now... i think now it is properly posted. Correct me if i am wrong any where.
#include <stdio.h>
#include <sys/types.h>... |
Forum: C Jan 16th, 2008 |
| Replies: 10 Views: 3,687 thnx guys ... 'm near to end this..
infact i wasnt aware of regex b4 as i never needed it so 'm new to this..
i just wrote this code to test regex.h
#include <stdio.h>
#include <sys/types.h>... |
Forum: *nix Software Jan 16th, 2008 |
| Replies: 1 Views: 1,343 i also need support for regular expressions in the alternate function as does findfirstfile() ! |
Forum: C Jan 16th, 2008 |
| Replies: 10 Views: 3,687 yes i have used those functions but the problem is that I couldnt find any builtin function in linux that can accept regular expressions as well... the windows function finddirstfile() accepts... |
Forum: C Jan 15th, 2008 |
| Replies: 10 Views: 3,687 hope all r doing fine..
i need a quick and very quick reply
m porting some cod:confused: e from windows to linux box..n i just encountered a function findfirstfile() used in windows..this function... |
Forum: *nix Software Jan 15th, 2008 |
| Replies: 1 Views: 1,343 hope all r doing fine..
i need a quick and very quick reply
m porting some code from windows to linux box..n i just encountered a function findfirstfile() used in windows..this function also takes... |
Forum: IT Professionals' Lounge Dec 6th, 2007 |
| Replies: 2 Views: 1,268 Hi all
I am assigned a task which is to port a windows project into linux. I am relatively new to the porting concept. However I find this as interesting. But to my wonder I don’t see much... |
Forum: IT Professionals' Lounge Dec 6th, 2007 |
| Replies: 2 Views: 1,122 Hi all
I am assigned a task which is to port a windows project into linux. I am relatively new to the porting concept. However I find this as interesting. But to my wonder I don’t see much... |
Forum: C++ Nov 16th, 2007 |
| Replies: 5 Views: 6,402 Ok I understand what you are saying... I will try to focus on QT now and if I have any other ambiguity I ll come back here.
Regards. |
Forum: C++ Nov 16th, 2007 |
| Replies: 5 Views: 6,402 Ok I understand now about the rich text stuff.
Now one more thing that I am feeling I need to know is about the Font Metrics. In windows we can get Font Metrics information through the device... |
Forum: C++ Nov 14th, 2007 |
| Replies: 5 Views: 6,402 Hi all
I need to read a program in c/c++ in linux which shall read rtf file text and then informs me the information about the fonts properties of the text in rtf file. Can anyone tell me how to do... |
Forum: IT Professionals' Lounge Nov 14th, 2007 |
| Replies: 1 Views: 1,775 Hi all
I need to read a program in c/c++ in linux which shall read rtf file text and then informs me the information about the fonts properties of the text in rtf file. Can anyone tell me how to do... |
Forum: C++ Jul 20th, 2007 |
| Replies: 1 Views: 754 Hello to all there
I m new to this forum and couldnt find the answer to my question so I am creating new thread for discussion on this topic.
Recently I have taken some tests and one of many... |