Beginners - October 2010 (Page 2)

temperature convention program
 
hello i cant get my results under the right degree name any suggestion?? int main() {const double...
[no replies]
by seklum
PID
 
I am just beginning learn C++, and I need to find the process ID of a program. I just learned about ...
[3 replies] Last: Note that GetProcessId is a WinAPI function. On other systems, you'd h... (by Athar)
how to delete an element in multdimensional array??
 
any body who can help me to solve the script for delete an element in multidimensional array thi...
[1 reply] : Firstly, http://www.cplusplus.com/forum/articles/17108/ Then, do ex... (by hamsterman)
date verification
 
how to implement this in the code? bool checkdate(int m, int d, int y) { //gregorian dates s...
[1 reply] : Isn't that already implemented? PS: use [co de] tags (by Bazzy)
how to delete an element in multdimensional array??
 
any body who can help me to solve the script for delete an element in multidimensional array thi...
[no replies]
by dhv
function to split and rearrange array
 
Hi, this is actually for a homework project, so I'm looking for some guidance. I need to write a fun...
[no replies]
by Rave
Pointers and printing
 
Hello, i was trying to learn about pointers and i came across this. #include <iostream> using...
[1 reply] : char* is a string. Therefore, printing a char* will print a string. No... (by hamsterman)
by harpo
read and write .ini
 
i am using dev blood shed c++ with windows vista 32 as for my problem how do you read from a .ini ...
[15 replies] Last: ok so i read the input/output files thing and tested it and i now und... (by harpo)
Output alignment
 
I pretty much figured out the code that I need to produce the output that is desired. What I don't k...
[3 replies] Last: Your Welcome :D ! (by lucifier)
by yts
Class
 
Write a program to define a structure named CustomerRecord that contains name, account_number and ba...
[5 replies] Last: @Disch: I know it's not best to do that. That's why I said easy fix, n... (by closed account D80DSL3A)
by nquadr
Cannot get this code to work
 
#include<iostream> using namespace std; void calculateTax(double subtotal, bool isFresno, do...
[5 replies] Last: I have edited the code, but it is not giving me the answers I would ex... (by nquadr)
Why does my program crash when compiled w/ g++?
 
I don't understand why g++ doesn't like my code. I can compile and run this program just fine under ...
[2 replies] Last: ne555 (255) said for (int i = 0; i < x; i++) { cout << i << ... (by jamesmk)
by ToniAz
Integer to clock format - Crash
 
Hello everyone! I am supposed to test the runtime of some algorithms with diffrent complexities a...
[1 reply] : It should have crashed on Windows, also. (You are just lucky that it d... (by Duthomhas)
Check value of struct with Multiple Bools
 
Hello I have a function the takes the following data structure as an argument typedef struct{ ...
[5 replies] Last: Out of habit. When you're dealing with complex objects or want to modi... (by Athar)
First Program. Compiles (sort of) then ".. Undefined reference to 'Winmain@16'
 
This is my first program. Written on Notepad++ Compiled from command prompt using MinGW. #in...
[6 replies] Last: Thanks for the time spent explaining this Bazzy. References appears t... (by nickallison)
by nquadr
do while statement with string
 
// I am not able to terminate the loop even if I enter x or X// #include<iostream> #include<stri...
[2 replies] Last: Thank you. (by nquadr)
Write to text file through dll
 
Hi, guys. I want to write text to a file, but I want to do this via dll, with a program compiled ...
[3 replies] Last: that works from within ARENA.DLL (by dspain)
by dspain
reducing integers by a specific percentage
 
hello all im developing a text base MUD and have recently implemented a type of spell that puts a sh...
[5 replies] Last: ok after ding some playing i came up with: double damage = 15; flo... (by dspain)
by Rave
Cin>>and types
 
Hello. i wanted to learn how C++ takes in input, i understand, initial white spaces are skipped, ...
[1 reply] : Once an input operation fails, the stream state changes from good to... (by Bazzy)
by dandy
void and int (1,2)
 
void main() { } OR int main() { return 0; } which one is better? and tell m...
[37 replies] Last: yeah it's important, but it's ignored by the others (by dandy)
October 2010 Pages: 1234... 42
  Archived months: [sep2010] [nov2010]

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