How to change the font size and style in word document generated in C++ |
|
[6 replies] Last: yah i got it, but i do not know how to generate the .docx file. i m t... (by andywestken)
|
by cpp coder
gjhb
|
|
[2 replies] Last: When you have cin >> foo , data is read until either there is a space... (by Daleth)
|
by IWishIKnew
Vector Class: Language-based memory leak?? (1,2)
|
|
[23 replies] Last: @IWishIKnew Off topic but I noticed how you are doing quotes. [ quote... (by naraku9333)
|
by Zexd
Binary files
|
|
[6 replies] Last: I found solution. Methods read and write are made for binary files. Ov... (by Zexd)
|
by BeastlyHex
Can Explain What This Is?
|
|
[1 reply] : http://msdn.microsoft.com/en-us/library/windows/desktop/ms633559(v=vs.... (by Zexd)
|
by xentity1x
Problem with including header files for the geany plugin API
|
|
[1 reply] : > which it can't find because those things are in /usr/include Use a ... (by JLBorges)
|
by patelvrajn
Help With Code
|
|
[4 replies] Last: Thank You So Much Disch, it works now! (by patelvrajn)
|
by ThePoloHobo
Manager Arrays
|
|
[10 replies] Last: I ended up being able to not use any arguments to get everything done.... (by ThePoloHobo)
|
by Vigii
How to copy an one dimensional array to another array
|
|
[7 replies] Last: Thank you a Lot. It worked Finally. (by Vigii)
|
Use of pointers and arrays |
|
[3 replies] Last: Thank you guys for your input. (by Group of Eight)
|
by Claudial
Array erroneously symmetric in [0][n] and [n][0]
|
|
[2 replies] Last: Thank-you for pointing that out - everything works fine now ; ) (by Claudial)
|
by ben353
Finding the largest prime factor from a user input number (1,2)
|
|
[20 replies] Last: I haven't actually been following this thread, but as a "relax" exerci... (by Duthomhas)
|
by mhlkat003
Vectors
|
|
[19 replies] Last: I see that product() Returns the 'index'th natural basis axis. From:... (by andywestken)
|
by ketric867
Access another class' variables through a class pointer
|
|
[5 replies] Last: You're welcome! Glad I could help :) (by MikeyBoy)
|
by nasser
can't under stand a code
|
|
[2 replies] Last: ok and thx alot (by nasser)
|
by Alaa Hageb
Need Help on selecting functions ( would be appreicated )
|
|
[4 replies] Last: your == problem also occurs at line 24,26,28 if you have an error mes... (by Jaybob66)
|
by Haidar you
complex class
|
|
[3 replies] Last: Issues #2 and #3 still exist. comp_add and comp_subt compute r and i ... (by AbstractionAnon)
|
by cwithclasses
Error: expected unqualified-id before '{' token
|
|
[12 replies] Last: You're welcome :) (by MikeyBoy)
|
Make a character repeat in C++. |
|
[10 replies] Last: Thanks guys :) I got it. (by PlainEsoteric)
|
by jackie01051
Help with String - Converting upper/lower case
|
|
[11 replies] Last: If to use ordinary loops then the function could look the following wa... (by vlad from moscow)
|