General C++ Programming - March 2011 (Page 29)

Random
 
Ok, i read the article on "rand" in the C library (http://cplusplus.com/reference/clibrary/cstdlib/r...
[5 replies] Last: You know, you don't have to use a char array for your alphabet =) a... (by ultifinitus)
by Dixiie
Converting Celcius to Fahrenheit and vise versa
 
How do I use functions to write a program that prints charts showing the Fahrenheit equivalent of al...
[3 replies] Last: Dixiie , What specifically are you having a problem with? (by closed account z05DSL3A)
Free Open Source DSP C++ Library
 
Greetings. I would like to offer you my latest creation, an open source MIT-licensed C++ library for...
[no replies]
by kuleee
Dijstra algorithm
 
I need the dijstra's algorithm implementation in C++. please help us:)
[4 replies] Last: I think that forums help people...I was wrong ,I m sorry... note:... (by kuleee)
problem with this array..
 
the problem is : Create an array of N integers. ask from the user how many element he/she wan...
[2 replies] Last: the program is now ok except for the last statement of the problem t... (by manyeahkiss)
cant pass the pointer to the funtion
 
this is really stupid of me but the compiler shows error sayin that add function is not declared. Wh...
[5 replies] Last: Um... do you mind writing in standard english? Or at least, do it like... (by hanst99)
multi dimensional array of pointers
 
i want to create a multi dimensional array which can store address of different variables. please te...
[6 replies] Last: @bluecoder If you want to dynamically allocate the array, you can use... (by simeonz)
by Dixiie
Multiples of the number 2
 
Codes to write a program that keeps printing the multiples of the number 2. The loop should not term...
[11 replies] Last: Thanks everyone for your contribution (by Dixiie)
C++ .exe running problem
 
Hello; I have a cpp program. I compile it without errors.I use it for simulation.But my exe. runn...
[4 replies] Last: Take is easy guys, it's his first post. (by kbw)
by aatwo
Concatenating arrays
 
Hey guys. I vaguely recall some way to temporarily concatenate arrays of the same type and was wo...
[3 replies] Last: Thanks guys this was tremendously helpful :) really apprieciate it! (by aatwo)
Binary search tree class - output to file
 
I have made a BST class. It has all the regular tree functions, add leaf, inorder, preorder, and po...
[10 replies] Last: just a note to anyone else who reads this who has trouble in this area... (by closed account zwA4jE8b)
Filling a deque with buffers
 
Hi, I need a way of storing many streams of data in buffers. I will be getting real time temperature...
[4 replies] Last: YES! It works. :D Thanks a million. (by siegel14159265)
by jhall
problem with program
 
hello, I'm having problem with my input file and using the while loop. I'm suppose to read in the th...
[2 replies] Last: You really dont want to use >> to insert into a c-string, use getline(... (by naraku9333)
by chess
getchar and putchar
 
Please place delete button nex to the post
[3 replies] Last: Line 19 is redundant, because flag == 1 anyway. The case in line 25-2... (by simeonz)
adding new data into text file?
 
Hi, I need help in how do we add new data into a text file. But then the file has only a limit for 2...
[4 replies] Last: Sure there's definitely a way.... If I understand correctly you only w... (by ultifinitus)
compiling error
 
Hi, can someone please identify my error? cause I can not detect my own error. Apparently the error ...
[5 replies] Last: alright.. thanks guys for the info.. (by student 123)
Unicode character check (1,2)
 
Hi. I'm using visual c++ 2010 and I'm trying to read from a file with unicode, check for a newline a...
[21 replies] Last: It worked!!!!!! With no warnings! I haven't debugged yet, but at least... (by drowdemon)
by raduq
Microassembler in C++
 
Hello! I have a school project due in two months and I have to make a microassembler in C++. I've...
[7 replies] Last: Thank you everyone for your help so far. I have managed to ask a few ... (by raduq)
MergeSort Implementation
 
Hello, I implemented merge sort using C for an array of size 5000. The second dimension of the r...
[no replies]
by Romop5
Return of char function
 
Hi guys, i have problem. For example, i have char function like this: char ShowName() { char te...
[5 replies] Last: Actually, you are trying to work with cstrings in your first example, ... (by hanst99)
March 2011 Pages: 1... 2728293031
  Archived months: [feb2011] [apr2011]

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