General C++ Programming - October 2011 (Page 36)

How to sort numbers?[Homework Problem]
 
How do you arrange numbers according to the numbers you sort in array? I can't really figure it out...
[2 replies] Last: I think the following code is where the mistake happens: for (b=1;b... (by Serious Sam)
by Yoh
Array [need help]
 
Jimmy's birthday is a puzzle cube. Jimmy put the n tower, second tower i elevation is a i (1 ...
[no replies]
Managing objects in a game
 
Hello everybody. Suppose that in a game, the objects are exchanging information like position and...
[4 replies] Last: Yes... the idea of broadcasting makes sense: A broadcasts info to ... (by Catfish)
OOPs Object
 
would you please look at my video on youtube sufinaga artificial intelligence control system 64 p...
[1 reply] : http://www.youtube.com/watch?v=sL97t1wRIKE (...) now this is the pro... (by Catfish)
Please help with C++ power to
 
ok I have been stuck on this for quite a while now even when I try using math::pow it doesn't seem...
[3 replies] Last: What errors did you get? Not sure if this is what you want, but workin... (by Serious Sam)
Dev C++
 
Hello Everyone, Please help me to my case study. :( i don't have an idea to this this is the probl...
[3 replies] Last: User error: forgot to post the source code. (by Catfish)
Real-Time Connection
 
How i send information without a submit-button to server or how i can check some ip-address availabi...
[no replies]
[Help needed] DLL not working
 
Hey guys. Recently, I decided to get into DLL programming with C++. I made a simple DLL but when I...
[no replies]
by peha
while loop for 1 day
 
how to create a while loop for 24 hours?
[4 replies] Last: oh thank you but isnt the time(0) return hours? if yes the it should... (by peha)
Problem using enumerations
 
Hi, I'm pretty new to C++, but I have been trying to use enumerations to help with a return of ...
[1 reply] : Personally I would make this function look like this: first reason is... (by Azagaros)
What is wrong with this?
 
Im trying to compile this, however I don't understand what the problem is. main.cpp #include ...
[5 replies] Last: @JakeIsBoss: No it wouldn't. Firstly, as Framework pointed out, the er... (by Nisheeth)
Copy constructor doubt
 
Why the following code (create function) calls the copy constructor when it returns an object? I kno...
[6 replies] Last: Hello Althar, Thanks for the answer. Returning an object by value ... (by joscollin)
Understanding pointer arrays
 
For this particular project I need to utilize the execvp function, because I'm working with multiple...
[4 replies] Last: +1 Zhuge void FuncThatNeedsACharPtr(const char* foo) { //... } in... (by Disch)
StringStream search and delete
 
Hi. I'm trying to make an electron notation maker. If anyone knows Quantum Physics, what I am trying...
[2 replies] Last: Thanks for the links. Now I'll just need to figure out which form of r... (by JakeIsBoss)
October 2011 Pages: 1... 343536
  Archived months: [sep2011] [nov2011]

This is an archived page. To post a new message, go to the current page.