General C++ Programming (Page 75)

HELP!!
 
i have this code that gets a number of car objects and i am stuck in some sort of loop at the line w...
[3 replies] Last: Yes if its static (by Yanson)
by A 06
USACO Problem Crytcowgraphy, Optimizing search.
 
I am tying to solve this problem: The cows of Farmer Brown and Farmer John are planning a coordi...
[2 replies] Last: #include <iostream> #include <cstring> using namespace std; typedef ... (by Smac89)
reference collapsing problem
 
The following code is self explanatory. I use many container<arithmetic> structures as algebra vect...
[2 replies] Last: Yes it is. ar1 + ar2 must call C1 = const C1& + const C2& because ar... (by chameleon)
Help
 
if a=sigma(d)^s i know a-d^0-d^1-....d^s=0 but how to find s and how should i put into c++ comma...
[1 reply] : a - d^0-d^1-d^2.....- d^s= 0 therefore input is a and d , I want the ... (by mamamia)
I need help!
 
I was told to write a program that lets the user play the game of Rock, Paper, Scissors against the ...
[1 reply] : int main() { //VARIABLES int userChoice; int compChoice; int players... (by SamuelAdams)
Need Help With my Program
 
I need help writing this program, I am stuck, the following are the directions: This is what I a...
[8 replies] Last: consider a "for" loop, and a function to print the board. BTW singl... (by pogrady)
by Zexd
Time class
 
So... I have some problems with my class that is supposed to do something with time... I get an erro...
[4 replies] Last: I'm sort of new to c++ too, but I think you may be better served by NO... (by todricos)
How can I properly call this function?
 
I'm having trouble calling this function. It's supposed to reformat a name from "First Mid Last" t...
[no replies]
how to keep an uknown in the memory
 
how to declare an unknown in c++ and keep it in the memory and change it later,for example:i built a...
[3 replies] Last: How do you intend to prevent people from seeing the password? (by L B)
by zxrp
Need help with delimiters.
 
Hi guys, I want to create a program where you enter today's date, in the following format: 02/04/...
[2 replies] Last: That answers my question, thank you very much =] (by zxrp)
Graph C++ vectors
 
I got the program to run right but for some reason when i select option D which is to show the total...
[no replies]
Fixed pont library for 64 bit precision in c++
 
Hello, can anyone refer me a good fixed point math library of 64 bit precision doing some basic arth...
[5 replies] Last: #include <iostream> #include <cstdint> #include <limits> int main() ... (by L B)
by ps5
Directx9 3d point in the ground
 
Hello. I use this code to pick a mesh and he works well. now that I can pick a mesh I want to put it...
[3 replies] Last: Thanks but doesn't work (by ps5)
Am I using std:: correctly?
 
Hello. I usually use: 'using namespace std', however: today I tried not using the command, and ad...
[6 replies] Last: I usually recommend the std:: method. I recommend always keeping the u... (by jlb)
Iterator value problem
 
Hi, I am trying to compare value for iterator. Currently i manage to get the value of pdu.short_m...
[1 reply] : Strings require double quotes, single quotes are for single characters... (by L B)
help needed
 
hey , i am using Google performance tool kit to know the memory usage but on running PPROF following...
[1 reply] : Can't exec "objdump": No such file or directory at /usr/local/bin/ppr... (by kbw)
cpp without using main function
 
Hi guys, I want to have the same output, but without using the main function: #include <stdio...
[12 replies] Last: Thanks for your reply Mike. I'm using this code to replace a dot for... (by ajh32)
Zero and setprecision
 
I have a program that needs to output the input with a setprecision of 2 but when it outputs 0, it h...
[7 replies] Last: You are welcome :) (by Michaela Elise)
by Dineo
how do I Differentiate false statements in a function
 
I'm havin trouble outputing different false statements in a boolean function... I'm currently workin...
[6 replies] Last: Now that's another way of doing it..wow there really are different way... (by Dineo)
Pages: 1... 7374757677
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.