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, if I don't finish this then I will fail ;__; like this ...
[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 ≤ a i ≤ 10 9 , 1 ≤ n ≤ 10 5 , i = 1 ÷ n ...
[no replies]
Managing objects in a game
 
Hello everybody. Suppose that in a game, the objects are exchanging information like position and speed, etc. so they can track one another. At some point...
[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 properties of the OOPs Object. is this structure programmabl...
[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 to work well let me explain what i needed to do i needed ...
[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 problem: 1.) Salesman #1: 500, 1000, 500, 300, -1 // it will st...
[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 availability with C++ language? Or how i will connect and got a sour...
[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 inject it into a process, nothing happens. Here's the code...
[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 a function, which can have three results. Here is my enum ...
[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 <iostream> #include <Windows.h> #include <string> #includ...
[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 know that this is one of the cases where the copy constructor i...
[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 threads. Therefore, I need to store all of the names of ...
[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 to do is a calculator that displays electron notation as a ...
[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.