You are here:

C/C++

Recent Answers

2012-02-10 C++ - Client Server:

Well if you are using the raw socket C API then I have to point out that it is very error prone and it is _very_ easy to make mistakes. Anything to do with networking is complex as there are so many points

2012-02-10 C++ - How to move a block in c++ graphics.:

Hi Manan Grover    I am not sure if you are having trouble with getting keyboard data, or with drawing. I cannot help you much with drawing, but I can help you with the keyboard and the main game loop

2012-02-05 C++ - using a nested loop in dev c++:

Sorry i could not respond to you earlier. Here is the code you need:  #include<iostream>  using namespace::std;  int main(void)  {   int in;   char symbol;   cin>>in;   do   {          cin>>symbol;  

2012-01-28 C - Graphics related error in turbo c++:

Hi Shweta,   Sorry for the bit of delay in responding your query :( .. but of busy .. fine ... If you didn't get any error's then its a good news .. if your program compiles and executes without any issues

2012-01-26 C++ - problem with strcmp function:

Hi Jade    There are two issues.    In the sendname method,  char* Person::sendname() {      ptr = clsname;      return *ptr;     /*error message -> cannot convert          from char to

Categories

Browse Alphabetically

©2012 About.com, a part of The New York Times Company. All rights reserved.