by bangura87
linklist modifications
|
|
[3 replies] Last: Add prototypes a la lines 10-12, then add the implementations at the e... (by jsmith)
|
by blankk
how can I calculate this root?
|
|
[3 replies] Last: cheers Bazzy. Thats how it can be done I think. (by blankk)
|
by luckyvictor
Problem with Search in a link list
|
|
[8 replies] Last: I think to do what you want to do you need to return a NodePtr* (ie, n... (by jsmith)
|
by randomair
Need expert to review C++ code for word count
|
|
[3 replies] Last: You have lots to do and I think you've gone down the wrong path. Th... (by kbw)
|
by Bastler
Having a problem with arrays.
|
|
[6 replies] Last: Sorry for taking so long to reply. while (item_Description != "... (by Bastler)
|
by Vorbis5
File I/O Question
|
|
[2 replies] Last: Yesssss!!!! Thank you so much man! Lol I'm excited right now :D (by Vorbis5)
|
by paolopiace
Substrings of argv
|
|
[3 replies] Last: Bazzy is correct. You could do vector<const char*> v( argv, a... (by jsmith)
|
by pino
Controlling the state of a stream
|
|
[3 replies] Last: Based on your comments, I solved the problem by reading the bad data i... (by pino)
|
by rain
what I need to rewire in my code and how I need to do it
|
|
[no replies]
|
by wasabihowdi
Create timestamp in C++?
|
|
[1 reply] : http://www.cplusplus.com/reference/clibrary/ctime/ If you are worki... (by kempofighter)
|
by sigutis
defining array of structs
|
|
[1 reply] : foo foos = { {x0,y0}, {x1,y1}, ... }; (by Disch)
|
by rishamessi
Fraction Addition
|
|
[9 replies] Last: You could go to the library or the nearest book shop and get "C++ With... (by chungolongo)
|
by PSPMAN90
Calculing Pi using Monte Carlo, and random Numbers...
|
|
[5 replies] Last: try double Pi = (float)acertados / (float)lanzados; (by jRaskell)
|
by Duncan
Getting the length of a passed array
|
|
[3 replies] Last: // This works only for fixed-length arrays template< typename T, s... (by jsmith)
|
by masiht
Problem in a program
|
|
[1 reply] : I copied your code to be able to name the lines: #include<iostream... (by onur)
|
by Xenophilius
Reference variable and pointer
|
|
[4 replies] Last: Thanks Disch. (by Xenophilius)
|
by Gwindarr
Comparing Array data with Multi-Array data
|
|
[1 reply] : You can compare arrays by comparing all the values, so you can compare... (by Bazzy)
|
by yingerbread
Writing binary file to disk.
|
|
[1 reply] : Post your code, In code tags (Click the # sign to the right of the rep... (by eker676)
|
by reyjunior
why isn't my program running?
|
|
[5 replies] Last: once again. thanks to everyone that helped. (by reyjunior)
|
by crimshaft
DELETE
|
|
[6 replies] Last: What do you mean by "ref class"? (by firedraco)
|