Forum: C++ Feb 11th, 2008 |
| Replies: 5 Views: 987 Thanks Vijayan!! Hey can you suggest me some links,tuts etc...which further illustrate this point!!! |
Forum: C++ Feb 10th, 2008 |
| Replies: 5 Views: 987 Hi,
I am having problem in compiling the following piece of simple code(it didn't work in any of the compilers VC++,GCC etc)
#include<iostream>
using namespace std;
int main()
{ |
Forum: C++ Oct 11th, 2007 |
| Replies: 5 Views: 3,381 Hmm ok...now i have understood it all.Thanks to all of you!! |
Forum: C++ Oct 11th, 2007 |
| Replies: 5 Views: 3,381 Hello,
i am a naive in C/C++ and pretty confused about how does the compilation process work in the background, can you explain in detail (or give me a link about it) ? in particular can you... |
Forum: C++ Oct 10th, 2007 |
| Replies: 11 Views: 21,800 Well Thanks to all of you that was quite informative!! |
Forum: C++ Oct 9th, 2007 |
| Replies: 11 Views: 21,800 |
Forum: C++ Oct 9th, 2007 |
| Replies: 11 Views: 21,800 |
Forum: C++ Oct 8th, 2007 |
| Replies: 11 Views: 21,800 Hi,
I am a newbie, can someone please clarify the difference between
"\0" and '\0' and 0 as far as C++ is concerned?? Why can't they be used inter-changeably ?? |
Forum: C++ Sep 21st, 2007 |
| Replies: 6 Views: 14,708 |
Forum: C++ Sep 20th, 2007 |
| Replies: 6 Views: 14,708 i want to do in UNICODE only so can u suggest me those conversion functions?? |
Forum: C++ Sep 20th, 2007 |
| Replies: 6 Views: 14,708 I tried to build this code in Visual C++ 2005 and i got this error:
error C2679: binary '=' : no operator found which takes a right-hand operand of type 'TCHAR [260]' (or there is no acceptable... |
Forum: C++ Sep 20th, 2007 |
| Replies: 6 Views: 14,708 I want to assign a TCHAR char array to std::string in VC++ 2005, how should i do that? a simple assignment gives error i.e
TCHAR buffer[MAX-1];
std::string data;
//some operation for filling the... |
Forum: Computer Science Sep 14th, 2007 |
| Replies: 1 Views: 1,138 hi everyone,
i am a fledgling in this field, can any one please explain what are hard links and soft links in context of OS and why are they required? Also can u also give some practical... |
Forum: C++ Sep 10th, 2007 |
| Replies: 2 Views: 1,542 |
Forum: C++ Sep 8th, 2007 |
| Replies: 2 Views: 1,542 Hi i am new to Programming C++ in Visual C++, can anyone plz help me with the concept of UNICODE Programming in VC++, can anyone suggest me some good tutorial on this topic?? I am confused about... |
Forum: C++ Sep 1st, 2007 |
| Replies: 2 Views: 1,374 hi there,
here are few links which may interest you:
http://www.cppreference.com/index.html (http://www.cppreference.com/index.html) - a very good site for C++ standards
... |
Forum: C++ Sep 1st, 2007 |
| Replies: 5 Views: 3,226 Thanks a ton Hamrick!! well the concept is somewhat now clear!! |
Forum: C++ Aug 31st, 2007 |
| Replies: 5 Views: 3,226 hello everyone,
i am a rookie in C++ programming, can someone please clarify my one doubt regarding difference between handles and pointers ?? actually i am little confused about handles, can any... |