Anything wrong with VC++? |
|
[8 replies] Last: Well, eventually I'd like to get into a programming job (I was thinkin... (by ResidentBiscuit)
|
by Metalspy
What does "int (__cdecl *)(void)" mean?
|
|
[4 replies] Last: Thanks a lot m4ster r0shi, that clears things up. Question answered!... (by Metalspy)
|
by jeffsg605
Just trying to get this straight
|
|
[2 replies] Last: So you can sell it, you just need to make the source code available? ... (by jeffsg605)
|
want to play again? true or false? |
|
[8 replies] Last: No problem, Daniel. I still sometimes accidentally type the equality o... (by Audie)
|
by Skizzy
Value Returning Functions
|
|
[5 replies] Last: ok now it works. I dont think id ever understand all this if this foru... (by Skizzy)
|
by Troy
C++.Net Byte array?
|
|
[1 reply] : using namespace System; using namespace System::Text; void func()... (by shacktar)
|
by bool maybe
program that counts the number of letters in a file
|
|
[7 replies] Last: ne555, Your comment helped me out a lot. My file was in the wrong dir... (by bool maybe)
|
by adn258
qt vs win32 ??
|
|
[4 replies] Last: Because it's much easier to work with. You exchange some fine control ... (by Moschops)
|
by ettosama
help on a do-while loop please...
|
|
[3 replies] Last: Do you want the variable "a" to be set to 0 each time the loop is exec... (by bool maybe)
|
by jgirl2412
Need a little help with a void function program
|
|
[4 replies] Last: Thanks. I'll give that a try and see how that works. I appreciate you ... (by jgirl2412)
|
by PCwake90
minimum
|
|
[2 replies] Last: thank you (by PCwake90)
|
Help with static member function |
|
[4 replies] Last: Thanks to both jsmith and pain sama!! You helped me figure out my prob... (by wiiarethesound)
|
by youweb
Desenvolvimento de sites em Brasil
|
|
[no replies]
|
by sakon93
How to read a number by separate digits
|
|
[5 replies] Last: Or you could start it as an int, and just type_cast it to a string whe... (by ResidentBiscuit)
|
by Sputnik
How to recognise add-on libraries using Code::Blocks?
|
|
[5 replies] Last: Shit now I cant even compile simple code nevermind GUI. Ive just switc... (by Sputnik)
|
by willkho
i cant' proceed to my SETMENU. why???
|
|
[1 reply] : Put your code in [c ode][/co de] tags, explain what it does, and wha... (by hamsterman)
|
by Nisheeth
Question about Functions
|
|
[2 replies] Last: OK! So inline is only better than regular function if the function its... (by Nisheeth)
|
by sgr1987
reading from a txt file
|
|
[1 reply] : Just like with std::cin, to read a number from a file, indata >> my_n... (by hamsterman)
|
by waqqassheikh
Is there a function which returns the position of a string iterator.
|
|
[1 reply] : std::distance( str.begin(), your_iterator ); Gives you the linear d... (by jsmith)
|
by nano511
WARNING:Lots of messy code!! Lock if you must...
|
|
[9 replies] Last: Under the "Build" menu, there's "Rebuild Solution". Even if i put ... (by shacktar)
|